#include <TDirection.h>
Inheritance diagram for TBracket:
Public Types | |
enum | { undefined = -1, up = 1, down, both, arrow, none, last = none } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
void | setType (StartStop::type type) |
void | setNumber (int num) |
void | setLineEnd (int lend) |
void | setLineType (LineType::type t) |
StartStop::type | getType () const |
int | getNumber () const |
int | getLineEnd () const |
LineType::type | getLineType () const |
Static Public Member Functions | |
const string | xmllineend (int d) |
convert an numeric line end value to a MusicXML string | |
int | xmllineend (const string str) |
convert an MusicXML string to a numeric line end value | |
Protected Member Functions | |
TBracket (StartStop::type t) | |
Friends | |
EXP friend SMARTP< TBracket > | newBracket (StartStop::type t) |