MCPcopy Create free account
hub / github.com/DISTRHO/DPF / PrivateData

Function PrivateData

dgl/src/ImageBaseWidgets.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 ImageType imageDown;
118
119 PrivateData(const ImageType& normal, const ImageType& hover, const ImageType& down)
120 : callback(nullptr),
121 imageNormal(normal),
122 imageHover(hover),
123 imageDown(down) {}
124
125 void buttonClicked(SubWidget* widget, int button) override
126 {

Callers

nothing calls this directly

Calls 4

initFunction · 0.85
getHeightMethod · 0.45
getWidthMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected