#include <FlagTrack.h>
Public Member Functions | |
Flag () | |
Flag (const std::string &t) | |
const std::string & | title () const |
int | operator== (const Flag &f) const |
Flags are simply named time points in the Song, held in the FlagTrack. This class defines the type that is used to create Flag events, which are of type Event<Flag>.
Flag is a value type.
|
Create a Flag with no title |
|
Create a Flag with the given title.
|
|
Returns the 'title' of this Flag. |
|
|