79 void startTimer (
int intervalInMilliseconds);
92 bool isTimerRunning() const noexcept;
97 int getTimerInterval() const noexcept;
101 std::unique_ptr<Pimpl> pimpl;
A high-resolution periodic timer.
virtual void hiResTimerCallback()=0
The user-defined callback routine that actually gets called periodically.
#define JUCE_API
This macro is added to all JUCE public class declarations.