|
|
msrTempoKind | getTempoKind () const |
| |
|
const list< S_msrWords > & | getTempoWordsList () const |
| |
|
msrDottedDuration | getTempoBeatUnit () const |
| |
|
string | getTempoPerMinute () const |
| |
|
msrDottedDuration | getTempoEquivalentBeatUnit () const |
| |
|
S_msrTempoRelationshipElements | getTempoRelationLeftElements () const |
| |
|
msrTempoRelationKind | getTempoRelationKind () const |
| |
|
S_msrTempoRelationshipElements | getTempoRelationRightElements () const |
| |
|
msrTempoParenthesizedKind | getTempoParenthesizedKind () const |
| |
|
msrPlacementKind | getTempoPlacementKind () const |
| |
|
void | appendWordsToTempo (S_msrWords tempoWords) |
| |
|
string | tempoWordsListAsString (string separator) const |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| string | asString () const |
| |
| virtual void | print (ostream &os) const |
| |
|
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) |
| |
|
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
|
| |
|
|
static string | tempoKindAsString (msrTempoKind tempoKind) |
| |
|
static string | tempoParenthesizedKindAsString (msrTempoParenthesizedKind tempoParenthesizedKind) |
| |
|
static string | tempoRelationKindAsString (msrTempoRelationKind tempoRelationKind) |
| |
|
static SMARTP< msrTempo > | create (int inputLineNumber, S_msrWords tempoWords) |
| |
|
static SMARTP< msrTempo > | create (int inputLineNumber, msrDottedDuration tempoBeatUnit, string tempoPerMinute, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
static SMARTP< msrTempo > | create (int inputLineNumber, msrDottedDuration tempoBeatUnit, msrDottedDuration tempoEquivalentBeatUnit, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
static SMARTP< msrTempo > | create (int inputLineNumber, S_msrTempoRelationshipElements tempoRelationLeftElements, S_msrTempoRelationshipElements tempoRelationRightElements, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
static bool | compareMeasureElementsByIncreasingPositionInMeasure (const SMARTP< msrMeasureElement > &first, const SMARTP< msrMeasureElement > &second) |
| |
|
|
| msrTempo (int inputLineNumber, S_msrWords tempoWords) |
| |
|
| msrTempo (int inputLineNumber, msrDottedDuration tempoBeatUnit, string tempoPerMinute, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
| msrTempo (int inputLineNumber, msrDottedDuration tempoBeatUnit, msrDottedDuration tempoEquivalentBeatUnit, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
| msrTempo (int inputLineNumber, S_msrTempoRelationshipElements tempoRelationLeftElements, S_msrTempoRelationshipElements tempoRelationRightElements, msrTempoParenthesizedKind tempoParenthesizedKind, msrPlacementKind tempoPlacementKind) |
| |
|
| msrMeasureElement (int inputLineNumber) |
| |
|
| msrElement (int inputLineNumber) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |