4 class KwidgetGUI_XyPad :
public KwidgetGUI,
public Timer
15 void paint(Graphics& g)
override;
31 void timerCallback()
override;
38 void startTimerSlow(
bool goSlow);
95 int m_frameCooldownCounter{0};
97 static const int FRAME_COOLDOWN{1000};
98 static const int PAINT_REFRESH_TIMER_HZ_NORMAL{25};
99 static const int PAINT_REFRESH_TIMER_HZ_SLOW{20};
100 int m_activeReformerKwidgets{0};
Definition AirAbsorptionFilter.cpp:2