#include <sequencetrackcurve.h>
Additional Inherited Members | |
![]() | |
virtual | ~SequenceTrack ()=default |
virtual float | getMinimumTrackHeight () const |
virtual float | getExtendedTrackHeight () const |
virtual float | getUsableTrackHeight () const |
![]() | |
Resource () | |
![]() | |
Object () | |
virtual | ~Object () |
virtual bool | init (utility::ErrorState &errorState) |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
![]() | |
std::string | mName |
Property : 'Name' Assigned name to this track. More... | |
std::string | mAssignedOutputID |
Property: 'Assigned Output ID' Assigned output to this track id. More... | |
std::vector< ResourcePtr< SequenceTrackSegment > > | mSegments |
Property: 'Segments' Vector holding track segments. More... | |
float | mTrackHeight = 200.0f |
Property: 'TrackHeight' holds track height as shown in gui. More... | |
![]() | |
std::string | mID |
Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Base class of all curve tracks