#include <TDirection.h>
Inheritance diagram for TWords:
Public Types | |
enum | { undefined = -1, left = 1, center, right, last = right } |
Public Member Functions | |
virtual void | accept (TScoreVisitor &visitor) |
void | setJustify (int just) |
void | setLang (const string &lang) |
void | setValue (const string &value) |
int | getJustify () const |
const string & | getLang () const |
const string & | getValue () const |
Static Public Member Functions | |
const string | xmljustify (int d) |
convert an numeric justification to a MusicXML string | |
int | xmljustify (const string str) |
convert an MusicXML string to a numeric justification | |
Friends | |
EXP friend SMARTP< TWords > | newWords () |