|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Iterates along a timeline for drawing things like the ticks on the timebar. More...
#include "tracktion_TimecodeDisplayFormat.h"
Public Member Functions | |
| TimecodeDisplayIterator (const Edit &, TimePosition, TimecodeSnapType minSnapTypeToUse, bool isTripletOverride) | |
| TimePosition | next () |
| returns the next time. | |
| juce::String | getTimecodeAsString () const |
| int | getCurrentResolutionLevel () const noexcept |
| the resolution level of the timecode that the current interval is at | |
| int | getMinimumResolutionLevel () const noexcept |
| bool | isOneBarOrGreater () const noexcept |
Iterates along a timeline for drawing things like the ticks on the timebar.
Definition at line 163 of file tracktion_TimecodeDisplayFormat.h.
| tracktion::engine::TimecodeDisplayIterator::TimecodeDisplayIterator | ( | const Edit & | edit, |
| TimePosition | startTime, | ||
| TimecodeSnapType | minSnapTypeToUse, | ||
| bool | isTripletOverride | ||
| ) |
Definition at line 710 of file tracktion_TimecodeDisplayFormat.cpp.
|
noexcept |
the resolution level of the timecode that the current interval is at
Definition at line 175 of file tracktion_TimecodeDisplayFormat.h.
|
noexcept |
Definition at line 176 of file tracktion_TimecodeDisplayFormat.h.
| juce::String tracktion::engine::TimecodeDisplayIterator::getTimecodeAsString | ( | ) | const |
Definition at line 735 of file tracktion_TimecodeDisplayFormat.cpp.
|
noexcept |
Definition at line 740 of file tracktion_TimecodeDisplayFormat.cpp.
| TimePosition tracktion::engine::TimecodeDisplayIterator::next | ( | ) |
returns the next time.
Definition at line 719 of file tracktion_TimecodeDisplayFormat.cpp.