Lumiera  0.pre.03
»edit your freedom«
Label Class Reference

#include "steam/mobject/session/label.hpp"

Description

Any sort of User visible Marker or Tag, used to mark time positions and ranges, or specific locations to attach other MObjects to.

Todo:

Placeholder code for now.

planning to provide some kind of dynamic properties (map)

Definition at line 59 of file label.hpp.

Public Member Functions

 Label (Symbol type)
 
- Public Member Functions inherited from AbstractMO
DurationgetLength ()
 
bool operator== (const MObject &oo) const
 default/fallback implementation of equality using literal object identity (same address). More...
 
- Public Member Functions inherited from MObject
string const & shortID () const
 a short readable ID as a single name-token, denoting both the kind of MObject and some sort of instance identity. More...
 
- Public Member Functions inherited from Visitable< builder::BuilderTool >
virtual ReturnType apply (builder::BuilderTool &)=0
 to be defined by the DEFINE_PROCESSABLE_BY macro in all classes wanting to be treated by some tool
 

Private Member Functions

string initShortID () const
 
bool isValid () const
 

Private Attributes

Symbol typeID_
 

Additional Inherited Members

- Public Types inherited from Visitable< builder::BuilderTool >
typedef builder::BuilderTool ::ReturnType ReturnType
 
- Static Public Attributes inherited from MObject
static session::MObjectFactory create
 Storage for the (single, static) MObject factory object.
 
- Protected Types inherited from MObject
typedef lib::time::Duration Duration
 
- Protected Types inherited from Visitable< builder::BuilderTool >
typedef builder::BuilderTool ::ToolBase ToolBase
 
- Protected Member Functions inherited from AbstractMO
string buildShortID (lib::Literal typeID, string suffix="") const
 
void throwIfInvalid () const
 
- Static Protected Member Functions inherited from Visitable< builder::BuilderTool >
static ReturnType dispatchOp (TAR &target, builder::BuilderTool &tool)
 
- Protected Attributes inherited from MObject
Duration length_
 
string shortID_
 

Member Function Documentation

◆ isValid()

bool isValid ( ) const
privatevirtual
Todo:
real validity self-check for Label MObject

Implements MObject.

Definition at line 41 of file label.cpp.

+ Inheritance diagram for Label:
+ Collaboration diagram for Label:

The documentation for this class was generated from the following files: