#include <sequencetrackcurve.h>
Public Member Functions | |
virtual bool | init (utility::ErrorState &errorState) override |
![]() | |
virtual | ~SequenceTrack ()=default |
virtual float | getMinimumTrackHeight () const |
virtual float | getExtendedTrackHeight () const |
virtual float | getUsableTrackHeight () const |
![]() | |
Resource () | |
![]() | |
Object () | |
virtual | ~Object () |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
Public Attributes | |
T | mMaximum = T(1) |
Property: 'Maximum' maximum value of track. More... | |
T | mMinimum = T(0) |
Property: 'Minimum' minimum value of track. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Represents a track that holds a collection of segments, where T is the data represented by the track. There are currently four supported SequenceTrackCurve types ( float, vec2, vec3, vec4 )
|
overridevirtual |
initializes the curve segment and validates its data.
errorState | contains any errors |
Reimplemented from Object.
T mMaximum = T(1) |
Property: 'Maximum' maximum value of track.
T mMinimum = T(0) |
Property: 'Minimum' minimum value of track.