#include <TBarline.h>
Inheritance diagram for TBarline:
Public Types | |
enum | { undefined = 0, right = 1, left, middle, lastloc = middle } |
enum | { none = 1, regular, dotted, heavy, light_light, light_heavy, heavy_light, heavy_heavy, last = heavy_heavy } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
void | setLocation (int loc) |
void | setBarStyle (int style) |
int | getLocation () const |
int | getBarStyle () const |
SWavyLine & | wavyLine () |
SSegno & | segno () |
SCoda & | coda () |
SFermata & | fermata () |
SEnding & | ending () |
SRepeat & | repeat () |
Static Public Member Functions | |
const string | xmllocation (int d) |
convert an integer location to a MusicXML string | |
int | xmllocation (const string str) |
convert an MusicXML string to an integer location | |
const string | xmlstyle (int d) |
convert an integer bar style to a MusicXML string | |
int | xmlstyle (const string str) |
convert an MusicXML string to an integer bar style | |
Friends | |
EXP friend SMARTP< TBarline > | newBarline () |