tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tracktion::engine::TimecodeDisplayIterator Struct Reference

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
 

Detailed Description

Iterates along a timeline for drawing things like the ticks on the timebar.

Definition at line 163 of file tracktion_TimecodeDisplayFormat.h.

Constructor & Destructor Documentation

◆ TimecodeDisplayIterator()

tracktion::engine::TimecodeDisplayIterator::TimecodeDisplayIterator ( const Edit edit,
TimePosition  startTime,
TimecodeSnapType  minSnapTypeToUse,
bool  isTripletOverride 
)

Definition at line 710 of file tracktion_TimecodeDisplayFormat.cpp.

Member Function Documentation

◆ getCurrentResolutionLevel()

int tracktion::engine::TimecodeDisplayIterator::getCurrentResolutionLevel ( ) const
noexcept

the resolution level of the timecode that the current interval is at

Definition at line 175 of file tracktion_TimecodeDisplayFormat.h.

◆ getMinimumResolutionLevel()

int tracktion::engine::TimecodeDisplayIterator::getMinimumResolutionLevel ( ) const
noexcept

Definition at line 176 of file tracktion_TimecodeDisplayFormat.h.

◆ getTimecodeAsString()

juce::String tracktion::engine::TimecodeDisplayIterator::getTimecodeAsString ( ) const

Definition at line 735 of file tracktion_TimecodeDisplayFormat.cpp.

◆ isOneBarOrGreater()

bool tracktion::engine::TimecodeDisplayIterator::isOneBarOrGreater ( ) const
noexcept

Definition at line 740 of file tracktion_TimecodeDisplayFormat.cpp.

◆ next()

TimePosition tracktion::engine::TimecodeDisplayIterator::next ( )

returns the next time.

Definition at line 719 of file tracktion_TimecodeDisplayFormat.cpp.


The documentation for this struct was generated from the following files: