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

Class Callback

dgl/ImageBaseWidgets.hpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86{
87public:
88 class Callback
89 {
90 public:
91 virtual ~Callback() {}
92 virtual void imageButtonClicked(ImageBaseButton* imageButton, int button) = 0;
93 };
94
95 explicit ImageBaseButton(Widget* parentWidget, const ImageType& image);
96 explicit ImageBaseButton(Widget* parentWidget, const ImageType& imageNormal, const ImageType& imageDown);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected