#include <KeySigTrack.h>
Inheritance diagram for TSE3::KeySigTrack:
Public Member Functions | |
KeySigTrack () | |
virtual | ~KeySigTrack () |
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 KeySigTrack provides a simple time ordered list of KeySig changes in the Song.
There is one KeySigTrack per Song.
|
Creates an empty KeySigTrack. |
|
|
|
Returns the status of the KeySigTrack. A value of true means KeySig events are generated, a value of false means no KeySig events are generated
|
|
Set the KeySigTrack status value.
|
|
Implements TSE3::Playable. |
|
Implements TSE3::Playable. |
|
Reimplemented from TSE3::Serializable. |
|
Reimplemented from TSE3::Serializable. |