|
LibMusicXML 3.18
|
Public Member Functions | |
| msrStaffTypeKind | getStaffTypeKind () const |
| void | setStaffLinesNumber (int staffLinesNumber) |
| int | getStaffLinesNumber () const |
| const list< S_msrStaffTuning > & | getStaffTuningsList () const |
| msrShowFretsKind | getShowFretsKind () const |
| msrPrintObjectKind | getPrintObjectKind () const |
| msrPrintSpacingKind | getPrintSpacingKind () const |
| void | addStaffTuningToStaffDetails (S_msrStaffTuning staffTuning) |
| string | asShortString () const |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| virtual void | print (ostream &os) const |
Public Member Functions inherited from msrMeasureElement | |
| void | setMeasureElementMeasureNumber (string positionInMeasure) |
| string | getMeasureElementMeasureNumber () |
| void | setMeasureElementPositionInMeasure (rational positionInMeasure, string context) |
| rational | getMeasureElementPositionInMeasure () |
| void | setMeasureElementSoundingWholeNotes (rational wholeNotes, string context) |
| rational | getMeasureElementSoundingWholeNotes () const |
| 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 | printSummary (ostream &os) |
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 | staffTypeKindAsString (msrStaffTypeKind staffTypeKind) |
| static string | showFretsKindAsString (msrShowFretsKind showFretsKind) |
| static string | printSpacingKindAsString (msrPrintSpacingKind printSpacingKind) |
| static SMARTP< msrStaffDetails > | create (int inputLineNumber, msrStaffTypeKind staffTypeKind, msrShowFretsKind showFretsKind, msrPrintObjectKind printObjectKind, msrPrintSpacingKind printSpacingKin) |
Static Public Member Functions inherited from msrMeasureElement | |
| static bool | compareMeasureElementsByIncreasingPositionInMeasure (const SMARTP< msrMeasureElement > &first, const SMARTP< msrMeasureElement > &second) |
Protected Member Functions | |
| msrStaffDetails (int inputLineNumber, msrStaffTypeKind staffTypeKind, msrShowFretsKind showFretsKind, msrPrintObjectKind printObjectKind, msrPrintSpacingKind printSpacingKin) | |
Protected Member Functions inherited from msrMeasureElement | |
| msrMeasureElement (int inputLineNumber) | |
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 msrMeasureElement | |
| string | fMeasureElementMeasureNumber |
| rational | fMeasureElementPositionInMeasure |
| rational | fMeasureElementSoundingWholeNotes |
Protected Attributes inherited from msrElement | |
| int | fInputLineNumber |
|
virtual |
Reimplemented from msrMeasureElement.
|
virtual |
Reimplemented from msrMeasureElement.
|
virtual |
Reimplemented from msrMeasureElement.
|
virtual |
Implements msrMeasureElement.
|
virtual |
Reimplemented from msrMeasureElement.