|
LibMusicXML 3.18
|
Public Member Functions | |
| S_msrVoice | getContextVoice () 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 lpsrContext | |
| lpsrContextExistingKind | getContextExistingKind () const |
| lpsrContextTypeKind | getContextTypeKind () const |
| string | getContextName () const |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
| string | getContextTypeKindAsString () const |
| string | getContextExistingKindAsString () const |
| virtual void | print (ostream &os) const |
| virtual void | acceptIn (basevisitor *v) |
| virtual void | acceptOut (basevisitor *v) |
| virtual void | browseData (basevisitor *v) |
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 SMARTP< lpsrChordNamesContext > | create (int inputLineNumber, lpsrContextExistingKind contextExistingKind, string contextName, S_msrVoice contextVoice) |
Static Public Member Functions inherited from lpsrContext | |
| static string | contextTypeKindAsString (lpsrContextTypeKind contextTypeKind) |
| static string | contextExistingKindAsString (lpsrContextExistingKind contextExistingKind) |
| static SMARTP< lpsrContext > | create (int inputLineNumber, lpsrContextExistingKind contextExistingKind, lpsrContextTypeKind contextTypeKind, string contextName) |
Static Public Member Functions inherited from lpsrElement | |
| static SMARTP< lpsrElement > | create (int inputLineNumber) |
Protected Member Functions | |
| lpsrChordNamesContext (int inputLineNumber, lpsrContextExistingKind contextExistingKind, string contextName, S_msrVoice contextVoice) | |
Protected Member Functions inherited from lpsrContext | |
| lpsrContext (int inputLineNumber, lpsrContextExistingKind contextExistingKind, lpsrContextTypeKind contextTypeKind, string contextName) | |
Protected Member Functions inherited from lpsrElement | |
| lpsrElement (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 | |
Public Types inherited from lpsrContext | |
| enum | lpsrContextTypeKind { kChordNames , kFiguredBass } |
| enum | lpsrContextExistingKind { kExistingContextYes , kExistingContextNo } |
Protected Attributes inherited from lpsrContext | |
| lpsrContextExistingKind | fContextExistingKind |
| lpsrContextTypeKind | fContextTypeKind |
| string | fContextName |
| list< S_msrElement > | fContextElementsList |
Protected Attributes inherited from msrElement | |
| int | fInputLineNumber |
|
virtual |
Reimplemented from lpsrContext.
|
virtual |
Reimplemented from lpsrContext.
|
virtual |
Reimplemented from lpsrContext.
|
virtual |
Reimplemented from lpsrContext.