NAP
Public Member Functions | Public Attributes | List of all members
SequenceMarker Class Reference

#include <sequencemarker.h>

Public Member Functions

 ~SequenceMarker () override=default
 
- 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
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&)=delete
 
Objectoperator= (Object &&)=delete
 

Public Attributes

std::string mMessage
 Property: 'Message' message in marker. More...
 
double mTime
 Property: 'Time' time in seconds of marker in sequence. 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)
 

Description

SequenceMarker can be used to mark certain positions in the sequencer This can be a useful tool for the user to maintain an overview within created sequences

Inheritance diagram for SequenceMarker:
[legend]
Collaboration diagram for SequenceMarker:
[legend]

Constructor & Destructor Documentation

◆ ~SequenceMarker()

~SequenceMarker ( )
overridedefault

Member Data Documentation

◆ mMessage

std::string mMessage

Property: 'Message' message in marker.

◆ mTime

double mTime

Property: 'Time' time in seconds of marker in sequence.