|
|
void | setWorkNumber (int inputLineNumber, string val) |
| |
|
void | setWorkTitle (int inputLineNumber, string val) |
| |
|
void | setMovementNumber (int inputLineNumber, string val) |
| |
|
void | setMovementTitle (int inputLineNumber, string val) |
| |
|
void | setEncodingDate (int inputLineNumber, string val) |
| |
|
void | setMiscellaneousField (int inputLineNumber, string val) |
| |
|
void | setScoreInstrument (int inputLineNumber, string val) |
| |
|
S_msrVarValsListAssoc | getRights () const |
| |
|
S_msrVarValAssoc | getWorkNumber () const |
| |
|
S_msrVarValAssoc | getWorkTitle () const |
| |
|
S_msrVarValAssoc | getMovementNumber () const |
| |
|
S_msrVarValAssoc | getMovementTitle () const |
| |
|
S_msrVarValsListAssoc | getComposers () const |
| |
|
S_msrVarValsListAssoc | getArrangers () const |
| |
|
S_msrVarValsListAssoc | getLyricists () const |
| |
|
S_msrVarValsListAssoc | getPoets () const |
| |
|
S_msrVarValsListAssoc | getTranslators () const |
| |
|
S_msrVarValsListAssoc | getSoftwares () const |
| |
|
S_msrVarValAssoc | getEncodingDate () const |
| |
|
S_msrVarValAssoc | getScoreInstrumentAssoc () const |
| |
|
void | addRights (int inputLineNumber, string value) |
| |
|
void | addComposer (int inputLineNumber, string value) |
| |
|
void | addArranger (int inputLineNumber, string value) |
| |
|
void | addLyricist (int inputLineNumber, string value) |
| |
|
void | addPoet (int inputLineNumber, string value) |
| |
|
void | addTranslator (int inputLineNumber, string value) |
| |
|
void | addArtist (int inputLineNumber, string value) |
| |
|
void | addSoftware (int inputLineNumber, string value) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| virtual void | print (ostream &os) const |
| |
|
int | getInputLineNumber () |
| |
|
virtual void | acceptIn (basevisitor *v) |
| |
|
virtual void | acceptOut (basevisitor *v) |
| |
|
virtual void | browseData (basevisitor *v)=0 |
| |
|
virtual std::string | asShortString () const |
| |
|
virtual std::string | asString () const |
| |
|
virtual void | print (ostream &os) const |
| |
|
virtual void | shortPrint (ostream &os) const |
| |
|
virtual void | printSummary (ostream &os) |
| |
|
unsigned | refs () const |
| | gives the reference count of the object
|
| |
|
void | addReference () |
| | addReference increments the ref count and checks for refCount overflow
|
| |
|
void | removeReference () |
| | removeReference delete the object when refCount is zero
|
| |