#include <TBarline.h>
Inheritance diagram for TRepeat:
Public Types | |
enum | { undefined = 0, backward, forward, last = forward } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
int | getDirection () const |
int | getTimes () const |
void | setDirection (int dir) |
void | setTimes (int times) |
Static Public Member Functions | |
const string | xmldirection (int d) |
convert an integer direction to a MusicXML string | |
int | xmldirection (const string str) |
convert an MusicXML string to an integer direction | |
Protected Member Functions | |
TRepeat (int direction) | |
Friends | |
EXP friend SMARTP< TRepeat > | newRepeat (int direction) |