class FlagTrack

A list of Flag events. More...

Full nameTSE3::FlagTrack
Definition#include <FlagTrack.h>
InheritsTSE3::EventTrack [public ], TSE3::Serializable [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

The FlagTrack provides a simple time ordered list of Flag Events in the Song. These are just marked time positions.

There is one FlagTrack per Song.

Command classes

Use the following command classes to manipute this object in a undo/redo environment.

See also: Event, Flag

 FlagTrack ()

FlagTrack

Creates an empty FlagTrack.

 ~FlagTrack ()

~FlagTrack

[virtual]

PlayableIterator * iterator (Clock index)

iterator

[virtual]

Reimplemented from Playable for internal purposes..

Clock  lastClock ()

lastClock

[const virtual]

Reimplemented from Playable for internal purposes..

void  save (std::ostream &o, int i)

save

[const virtual]

Reimplemented from Serializable for internal purposes..

void  load (std::istream &i, SerializableLoadInfo &info)

load

[virtual]

Reimplemented from Serializable for internal purposes..