#include <sequencetrack.h>
Public Member Functions | |
| virtual | ~SequenceTrack ()=default |
| virtual float | getMinimumTrackHeight () const |
| virtual float | getExtendedTrackHeight () const |
| virtual float | getUsableTrackHeight () const |
Public Member Functions inherited from Resource | |
| Resource () | |
Public Member Functions inherited from Object | |
| 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 |
Public Attributes | |
| 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... | |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Holds a collection of track segments
|
virtualdefault |
Deconstructor
|
virtual |
Returns extended track height
|
virtual |
Returns minimum track height
|
virtual |
Returns usable track height, if track height is smaller then this, don't draw certain controls
| std::string mAssignedOutputID |
Property: 'Assigned Output ID' Assigned output to this track id.
| std::string mName |
Property : 'Name' Assigned name to this track.
| std::vector<ResourcePtr<SequenceTrackSegment> > mSegments |
Property: 'Segments' Vector holding track segments.
| float mTrackHeight = 200.0f |
Property: 'TrackHeight' holds track height as shown in gui.