Merge pull request #4857 from Beep6581/abstract-listeners

Turn Listeners into abstract interfaces
This commit is contained in:
Beep6581
2018-10-17 14:22:11 +02:00
committed by GitHub
159 changed files with 1385 additions and 939 deletions

View File

@@ -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);