JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
juce::PlatformTimer Class Referencefinal
Inheritance diagram for juce::PlatformTimer:
juce::Thread

Public Member Functions

 PlatformTimer (PlatformTimerListener &ptl)
 
void startTimer (int newIntervalMs)
 
void cancelTimer ()
 
int getIntervalMs () const
 

Detailed Description

Definition at line 26 of file juce_PlatformTimer_generic.cpp.

Constructor & Destructor Documentation

◆ PlatformTimer()

juce::PlatformTimer::PlatformTimer ( PlatformTimerListener ptl)
explicit

Definition at line 29 of file juce_PlatformTimer_generic.cpp.

◆ ~PlatformTimer()

juce::PlatformTimer::~PlatformTimer ( )

Definition at line 36 of file juce_PlatformTimer_generic.cpp.

Member Function Documentation

◆ cancelTimer()

void juce::PlatformTimer::cancelTimer ( )

Definition at line 54 of file juce_PlatformTimer_generic.cpp.

◆ getIntervalMs()

int juce::PlatformTimer::getIntervalMs ( ) const

Definition at line 71 of file juce_PlatformTimer_generic.cpp.

◆ startTimer()

void juce::PlatformTimer::startTimer ( int  newIntervalMs)

Definition at line 41 of file juce_PlatformTimer_generic.cpp.


The documentation for this class was generated from the following file: