#include <FlagTrack.h>
Inheritance diagram for TSE3::FlagTrack:
Public Member Functions | |
FlagTrack () | |
virtual | ~FlagTrack () |
virtual PlayableIterator * | iterator (Clock index) |
virtual Clock | lastClock () const |
virtual void | save (std::ostream &o, int i) const |
virtual void | load (std::istream &i, SerializableLoadInfo &info) |
The FlagTrack provides a simple time ordered list of Flag in the Song. These are just marked time positions.
There is one FlagTrack per Song.
|
Creates an empty FlagTrack. |
|
|
|
Implements TSE3::Playable. |
|
Implements TSE3::Playable. |
|
Reimplemented from TSE3::Serializable. |
|
Reimplemented from TSE3::Serializable. |