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

Function buttonClicked

examples/CairoUI/DemoWidgetClickable.hpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void buttonClicked(SubWidget*, int) override
114 {
115 fColorId = (fColorId + 1) % 3;
116 repaint();
117
118 if (fCallback != nullptr)
119 fCallback->demoWidgetClicked(this, fColorId);
120 }
121
122private:
123 Callback* fCallback;

Callers

nothing calls this directly

Calls 2

demoWidgetClickedMethod · 0.80
repaintFunction · 0.50

Tested by

no test coverage detected