#include <TDirection.h>
Inheritance diagram for TWedge:
Public Types | |
enum | { undefined = -1, crescendo = 1, diminuendo, stop, last = stop } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
void | setType (int type) |
void | setNumber (int num) |
void | setSpread (int sp) |
int | getType () const |
int | getNumber () const |
int | getSpread () const |
Static Public Member Functions | |
const string | xmltype (int d) |
convert an numeric wedge type to a MusicXML string | |
int | xmltype (const string str) |
convert an MusicXML string to a numeric wedge type | |
Protected Member Functions | |
TWedge (int type) | |
Friends | |
EXP friend SMARTP< TWedge > | newWedge (int type) |