|
LibMusicXML 3.18
|
Public Member Functions | |
| SMARTP< msrOah > | createCloneWithDetailedTrace () |
| void | initializeMsrOah (bool boolOptionsInitialValue) |
| msrOah (S_oahHandler handlerUpLink) | |
| bool | setMsrQuarterTonesPitchesLanguage (string language) |
| void | enforceQuietness () |
| virtual void | checkOptionsConsistency () |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| void | printMsrOahHelp () |
| void | printMsrOahValues (int fieldWidth) |
Public Member Functions inherited from oahGroup | |
| string | getGroupHeader () const |
| void | checkGroupSubGroupsOptionsConsistency () |
| virtual void | checkOptionsConsistency () |
| void | underlineGroupHeader (ostream &os) const |
| void | registerGroupInHandler (S_oahHandler handler) |
| void | appendSubGroupToGroup (S_oahSubGroup subGroup) |
| S_oahElement | fetchOptionByName (string name) |
| virtual void | handleAtomValue (ostream &os, S_oahAtom atom, string theString) |
| S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| void | print (ostream &os) const |
| void | printGroupHeader (ostream &os) const |
| void | printHelp (ostream &os) |
| void | printGroupAndSubGroupHelp (ostream &os, S_oahSubGroup targetSubGroup) const |
| void | printGroupAndSubGroupAndAtomHelp (ostream &os, S_oahSubGroup targetSubGroup, S_oahAtom targetAtom) const |
| void | printOptionsSummary (ostream &os) const |
| void | printGroupAndSubGroupSpecificHelp (ostream &os, S_oahSubGroup subGroup) const |
| void | printGroupOptionsValues (ostream &os, int valueFieldWidth) const |
Public Member Functions inherited from oahElement | |
| void | setHandlerUpLink (S_oahHandler handlerUpLink) |
| S_oahHandler | getHandlerUpLink () const |
| string | getShortName () const |
| string | getLongName () const |
| string | getDescription () const |
| oahElementVisibilityKind | getElementVisibilityKind () const |
| void | setIsHidden () |
| bool | getIsHidden () const |
| void | setMultipleOccurrencesAllowed () |
| bool | getMultipleOccurrencesAllowed () const |
| string | fetchNames () const |
| string | fetchNamesInColumns (int subGroupsShortNameFieldWidth) const |
| string | fetchNamesBetweenParentheses () const |
| string | fetchNamesInColumnsBetweenParentheses (int subGroupsShortNameFieldWidth) const |
| virtual int | fetchVariableNameLength () const |
| S_oahElement | fetchOptionByName (string name) |
| virtual S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| virtual string | asShortNamedOptionString () const |
| virtual string | asActualLongNamedOptionString () const |
| string | asLongNamedOptionString () const |
| string | asString () const |
| virtual void | printOptionHeader (ostream &os) const |
| virtual void | printOptionEssentials (ostream &os, int fieldWidth) const |
| virtual void | print (ostream &os) const |
| virtual void | printHelp (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 SMARTP< msrOah > | create (S_oahHandler handlerUpLink) |
Static Public Member Functions inherited from oahGroup | |
| static SMARTP< oahGroup > | create (string header, string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind, S_oahHandler groupHandlerUpLink) |
Static Public Member Functions inherited from oahElement | |
| static SMARTP< oahElement > | create (string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind) |
Public Attributes | |
| bool | fTraceMsr |
| bool | fTraceMsrVisitors |
| bool | fDisplayPartGroups |
| bool | fDisplayMsr |
| bool | fDisplayMsrDetails |
| bool | fDisplayMsrNames |
| bool | fDisplayMsrSummary |
| msrQuarterTonesPitchesLanguageKind | fMsrQuarterTonesPitchesLanguageKind |
| map< string, string > | fPartsRenamingMap |
| map< string, S_msrSemiTonesPitchAndOctave > | fPartsTranspositionMap |
| set< string > | fPartsOmitIDSet |
| set< string > | fPartsKeepIDSet |
| set< string > | fPartsOmitNameSet |
| set< string > | fPartsKeepNameSet |
| S_oahStringSetAtom | fOmitPartIDAtom |
| S_oahStringSetAtom | fKeepPartIDAtom |
| S_oahStringSetAtom | fOmitPartNameAtom |
| S_oahStringSetAtom | fKeepPartNameAtom |
| bool | fCreateSingleLineStavesAsRythmic |
| bool | fCreateVoicesStaffRelativeNumbers |
| bool | fCreateImplicitInitialRepeatBarline |
| bool | fDelayRestsDynamics |
| bool | fDelayRestsWords |
| bool | fDelayRestsBeams |
| bool | fDelayRestsSlurs |
| bool | fDelayRestsLigatures |
| bool | fDelayRestsPedals |
| bool | fDelayRestsSlashes |
| bool | fDelayRestsWedges |
| bool | fSlashAllGraceNotes |
| bool | fSlurAllGraceNotes |
| bool | fOmitArticulations |
| bool | fOmitOrnaments |
| bool | fOmitWords |
| bool | fOmitTies |
| bool | fOmitDynamics |
| bool | fOmitSlurs |
| bool | fOmitWedges |
| bool | fAddStanzasNumbers |
| bool | fOmitLyrics |
| bool | fShowHarmonyVoices |
| bool | fOmitHarmonies |
| bool | fShowFiguredBassVoices |
| bool | fOmitFiguredBasses |
| bool | fExit2a |
| bool | fExit2b |
Additional Inherited Members | |
Protected Member Functions inherited from oahGroup | |
| oahGroup (string header, string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind, S_oahHandler groupHandlerUpLink) | |
Protected Member Functions inherited from oahElement | |
| oahElement (string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind) | |
Protected Member Functions inherited from smartable | |
| smartable (const smartable &) | |
| virtual | ~smartable () |
| destructor checks for non-zero refCount | |
| smartable & | operator= (const smartable &) |
Protected Attributes inherited from oahGroup | |
| string | fGroupHeader |
| list< S_oahSubGroup > | fSubGroupsList |
Protected Attributes inherited from oahElement | |
| S_oahHandler | fHandlerUpLink |
| string | fShortName |
| string | fLongName |
| string | fDescription |
| oahElementVisibilityKind | fElementVisibilityKind |
| bool | fIsHidden |
| bool | fMultipleOccurrencesAllowed |
|
virtual |
Reimplemented from oahGroup.
|
virtual |
Reimplemented from oahGroup.
|
virtual |
Reimplemented from oahGroup.
|
virtual |
Reimplemented from oahGroup.