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

Class Callback

tests/Demo.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 #endif
74
75 class Callback
76 {
77 public:
78 virtual ~Callback() {}
79 virtual void curPageChanged(int curPage) = 0;
80 };
81
82 LeftSideWidget(Widget* parent, Callback* const cb)
83 : SubWidget(parent),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected