#include <sequencetracksegmentcurve.h>
Public Attributes | |
RGBAColorFloat | mColor = { 0.0f, 0.0f, 0.0f, 0.0f } |
Property: 'Color' color of this segment. More... | |
bool | mLocked = false |
Property: 'Locked' if true, the segment is locked and its start time and duration cannot be changed. More... | |
![]() | |
double | mDuration = 1.0 |
Property: 'Duration' duration of the segment in the track. More... | |
![]() | |
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 | |
![]() | |
SequenceTrackSegmentDuration ()=default | |
virtual | ~SequenceTrackSegmentDuration ()=default |
![]() | |
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 |
![]() | |
static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Base class for all curve based track segments Contains a locked property that can be used to lock the segment. Locked segments cannot be moved or resized from the GUI
RGBAColorFloat mColor = { 0.0f, 0.0f, 0.0f, 0.0f } |
Property: 'Color' color of this segment.
bool mLocked = false |
Property: 'Locked' if true, the segment is locked and its start time and duration cannot be changed.