#include <RepeatTrack.h>
Inheritance diagram for TSE3::RepeatTrack:
Public Member Functions | |
RepeatTrack () | |
virtual | ~RepeatTrack () |
bool | status () const |
void | setStatus (bool s) |
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 RepeatTrack provides a simple time ordered list of repeat points in the Song.
The RepeatTrack is no longer used by the Song class - it has been superceeded by a more simple mechanism. However it remains in the TSE3 library since it may find other uses.
|
Creates an empty RepeatTrack. |
|
|
|
Returns the status of the RepeatTrack. A value of true means repeat events are generated, a value of false means no repeat events are generated
|
|
Set the status value.
|
|
Implements TSE3::Playable. |
|
Implements TSE3::Playable. |
|
Reimplemented from TSE3::Serializable. |
|
Reimplemented from TSE3::Serializable. |