|
LibMusicXML 3.18
|
Public Types | |
| enum | msrVarValsListAssocKind { kRights , kComposer , kArranger , kLyricist , kPoet , kTranslator , kArtist , kSoftware } |
Public Member Functions | |
| msrVarValsListAssocKind | getVarValsListAssocKind () const |
| const list< string > & | getVariableValuesList () |
| void | addAssocVariableValue (string value) |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| string | varValsListAssocKindAsString () const |
| string | varValsListAssocValuesAsString () const |
| virtual void | print (ostream &os) const |
Public Member Functions inherited from msrElement | |
| 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) |
Public Member Functions inherited from smartable | |
| 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 | |
Static Public Member Functions | |
| static string | varValsListAssocKindAsString (msrVarValsListAssocKind varValsListAssocKind) |
| static SMARTP< msrVarValsListAssoc > | create (int inputLineNumber, msrVarValsListAssocKind varValsListAssocKind) |
Protected Member Functions | |
| msrVarValsListAssoc (int inputLineNumber, msrVarValsListAssocKind varValsListAssocKind) | |
Protected Member Functions inherited from msrElement | |
| msrElement (int inputLineNumber) | |
Protected Member Functions inherited from smartable | |
| smartable (const smartable &) | |
| virtual | ~smartable () |
| destructor checks for non-zero refCount | |
| smartable & | operator= (const smartable &) |
Additional Inherited Members | |
Protected Attributes inherited from msrElement | |
| int | fInputLineNumber |
|
virtual |
Reimplemented from msrElement.
|
virtual |
Reimplemented from msrElement.
|
virtual |
Implements msrElement.
|
virtual |
Reimplemented from msrElement.