|
|
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.
See also: FlagTrack, Event
Flag ()
| Flag |
Create a Flag with no title
Flag (const std::string &t)
| Flag |
Create a Flag with the given title.
Parameters:
title | The Flag's title |
const std::string & title ()
| title |
[const]
Returns the 'title' of this Flag.
int operator== (const Flag &f)
| operator== |
[const]