Merge pull request #4857 from Beep6581/abstract-listeners
Turn Listeners into abstract interfaces
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
void setBatchMode (bool batchMode);
|
||||
|
||||
void adjusterChanged (Adjuster* a, double newval);
|
||||
void adjusterAutoToggled(Adjuster* a, bool newval);
|
||||
void enabledChanged ();
|
||||
|
||||
void setAdjusterBehavior (bool hadd, bool sadd);
|
||||
|
Reference in New Issue
Block a user