|
|
SMARTP< msrPartGroup > | createPartGroupNewbornClone (S_msrPartGroup partGroupClone, S_msrScore scoreClone) |
| |
|
void | setPartGroupPartGroupUpLink (S_msrPartGroup partGroup) |
| |
|
S_msrPartGroup | getPartGroupPartGroupUpLink () const |
| |
|
S_msrScore | getPartGroupScoreUpLink () const |
| |
|
int | getPartGroupAbsoluteNumber () const |
| |
|
int | getPartGroupNumber () const |
| |
|
string | getPartGroupCombinedName () const |
| |
|
string | getPartGroupCombinedNameWithoutEndOfLines () const |
| |
|
string | getPartGroupNameDisplayText () const |
| |
|
string | getPartGroupAccidentalText () const |
| |
|
string | getPartGroupName () const |
| |
|
string | getPartGroupAbbreviation () const |
| |
|
msrPartGroupSymbolKind | getPartGroupSymbolKind () const |
| |
|
int | getPartGroupSymbolDefaultX () const |
| |
|
msrPartGroupImplicitKind | getPartGroupImplicitKind () const |
| |
|
msrPartGroupBarlineKind | getPartGroupBarlineKind () const |
| |
|
void | setPartGroupInstrumentName (string name) |
| |
|
string | getPartGroupInstrumentName () const |
| |
|
const list< S_msrPartGroupElement > & | getPartGroupElements () const |
| |
|
S_msrPart | appendPartToPartGroupByItsPartID (int inputLineNumber, string partID) |
| |
|
void | appendPartToPartGroup (S_msrPart part) |
| |
|
void | removePartFromPartGroup (int inputLineNumber, S_msrPart partToBeRemoved) |
| |
|
void | prependSubPartGroupToPartGroup (S_msrPartGroup partGroup) |
| |
|
void | appendSubPartGroupToPartGroup (S_msrPartGroup partGroup) |
| |
|
S_msrPart | fetchPartFromPartGroupByItsPartID (int inputLineNumber, string partID) |
| |
|
void | collectPartGroupPartsList (int inputLineNumber, list< S_msrPart > &partsList) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
|
string | partGroupSymbolKindAsString () const |
| |
|
void | printPartGroupParts (int inputLineNumber, ostream &os) |
| |
|
string | partGroupImplicitKindAsString () const |
| |
|
string | partGroupBarlineKindAsString () const |
| |
| virtual string | asString () const |
| |
| virtual void | print (ostream &os) const |
| |
| virtual void | printSummary (ostream &os) |
| |
|
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 | partGroupImplicitKindAsString (msrPartGroupImplicitKind partGroupImplicitKind) |
| |
|
static string | partGroupTypeKindAsString (msrPartGroupTypeKind partGroupTypeKind) |
| |
|
static string | partGroupSymbolKindAsString (msrPartGroupSymbolKind partGroupSymbolKind) |
| |
|
static string | partGroupBarlineKindAsString (msrPartGroupBarlineKind partGroupBarlineKind) |
| |
|
static SMARTP< msrPartGroup > | create (int inputLineNumber, int partGroupNumber, int partGroupAbsoluteNumber, string partGroupName, string partGroupNameDisplayText, string partGroupAccidentalText, string partGroupAbbreviation, msrPartGroupSymbolKind partGroupSymbolKind, int partGroupSymbolDefaultX, msrPartGroupBarlineKind partGroupBarlineKind, S_msrPartGroup partGroupPartGroupUpLink, S_msrScore partGroupScoreUpLink) |
| |
|
static SMARTP< msrPartGroup > | createImplicitPartGroup (int partGroupNumber, int partGroupAbsoluteNumber, string partGroupName, string partGroupNameDisplayText, string partGroupAccidentalText, string partGroupAbbreviation, msrPartGroupBarlineKind partGroupBarlineKind, S_msrScore partGroupScoreUpLink) |
| |
|
static bool | compareMeasureElementsByIncreasingPositionInMeasure (const SMARTP< msrMeasureElement > &first, const SMARTP< msrMeasureElement > &second) |
| |
|
|
| msrPartGroup (int inputLineNumber, int partGroupNumber, int partGroupAbsoluteNumber, string partGroupName, string partGroupNameDisplayText, string partGroupAccidentalText, string partGroupAbbreviation, msrPartGroupSymbolKind partGroupSymbolKind, int partGroupSymbolDefaultX, msrPartGroupImplicitKind partGroupImplicitKind, msrPartGroupBarlineKind partGroupBarlineKind, S_msrPartGroup partGroupPartGroupUpLink, S_msrScore partGroupScoreUpLink) |
| |
|
| msrPartGroupElement (int inputLineNumber) |
| |
|
| msrMeasureElement (int inputLineNumber) |
| |
|
| msrElement (int inputLineNumber) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |