Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

TSE3::RepeatTrack Class Reference

A list of Repeat events. More...

#include <RepeatTrack.h>

Inheritance diagram for TSE3::RepeatTrack:

Inheritance graph
[legend]
Collaboration diagram for TSE3::RepeatTrack:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RepeatTrack ()
virtual ~RepeatTrack ()
bool status () const
void setStatus (bool s)
virtual PlayableIteratoriterator (Clock index)
virtual Clock lastClock () const
virtual void save (std::ostream &o, int i) const
virtual void load (std::istream &i, SerializableLoadInfo &info)

Detailed Description

A list of Repeat events.

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.

Author:
Pete Goodliffe
Version:
3.00
See also:
Event

Repeat


Constructor & Destructor Documentation

TSE3::RepeatTrack::RepeatTrack  ) 
 

Creates an empty RepeatTrack.

virtual TSE3::RepeatTrack::~RepeatTrack  )  [virtual]
 


Member Function Documentation

bool TSE3::RepeatTrack::status  )  const [inline]
 

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

Returns:
RepeatTrack status
See also:
setStatus

void TSE3::RepeatTrack::setStatus bool  s  )  [inline]
 

Set the status value.

Parameters:
s New RepeatTrack status
See also:
status

virtual PlayableIterator* TSE3::RepeatTrack::iterator Clock  index  )  [virtual]
 

Implements TSE3::Playable.

virtual Clock TSE3::RepeatTrack::lastClock  )  const [virtual]
 

Implements TSE3::Playable.

virtual void TSE3::RepeatTrack::save std::ostream &  o,
int  i
const [virtual]
 

Reimplemented from TSE3::Serializable.

virtual void TSE3::RepeatTrack::load std::istream &  i,
SerializableLoadInfo info
[virtual]
 

Reimplemented from TSE3::Serializable.


The documentation for this class was generated from the following file:
Generated on Wed May 25 14:46:54 2005 for TSE3 by doxygen 1.3.2