|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Calls an editFinishedLoading method on OwnerType once after the Edit has finished loading. More...
#include "tracktion_Edit.h"
Public Member Functions | |
| LoadFinishedCallback (OwnerType &o, Edit &e) | |
| void | timerCallback () override |
Public Member Functions inherited from juce::Timer | |
| void | startTimer (int intervalInMilliseconds) noexcept |
| void | startTimerHz (int timerFrequencyHz) noexcept |
| void | stopTimer () noexcept |
| bool | isTimerRunning () const noexcept |
| int | getTimerInterval () const noexcept |
Public Attributes | |
| OwnerType & | owner |
| Edit & | edit |
Additional Inherited Members | |
Static Public Member Functions inherited from juce::Timer | |
| static void JUCE_CALLTYPE | callAfterDelay (int milliseconds, std::function< void()> functionToCall) |
| static void JUCE_CALLTYPE | callPendingTimersSynchronously () |
Protected Member Functions inherited from juce::Timer | |
| Timer (const Timer &) noexcept | |
Calls an editFinishedLoading method on OwnerType once after the Edit has finished loading.
Definition at line 758 of file tracktion_Edit.h.
| tracktion::engine::Edit::LoadFinishedCallback< OwnerType >::LoadFinishedCallback | ( | OwnerType & | o, |
| Edit & | e | ||
| ) |
Definition at line 760 of file tracktion_Edit.h.
|
overridevirtual |
Implements juce::Timer.
Definition at line 765 of file tracktion_Edit.h.
| Edit& tracktion::engine::Edit::LoadFinishedCallback< OwnerType >::edit |
Definition at line 775 of file tracktion_Edit.h.
| OwnerType& tracktion::engine::Edit::LoadFinishedCallback< OwnerType >::owner |
Definition at line 774 of file tracktion_Edit.h.