#include <sequencetracksegment.h>
Public Member Functions | |
virtual bool | init (utility::ErrorState &errorState) override |
virtual | ~SequenceTrackSegment () |
![]() | |
Resource () | |
![]() | |
Object () | |
virtual | ~Object () |
virtual void | onDestroy () |
Object (Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&)=delete | |
Object & | operator= (Object &&)=delete |
Public Attributes | |
double | mStartTime = 0.0 |
Property: 'Start time' start time of segment in track. More... | |
std::string | mLabel = "default" |
Property: 'Label' label of this segment. 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) |
Base class for track segments. Holds information about the start time of the segment in the track. And the duration.
|
virtual |
Deconstructor
|
overridevirtual |
init evaluates the data of the segment
errorState | contains information about eventual failure of evaluation |
Reimplemented from Object.
Reimplemented in SequenceTrackSegmentCurve< T >.
std::string mLabel = "default" |
Property: 'Label' label of this segment.
double mStartTime = 0.0 |
Property: 'Start time' start time of segment in track.