|
|
string | getCreditWordsContents () const |
| |
|
string | getCreditWordsFontFamily () const |
| |
|
float | getCreditWordsFontSize () const |
| |
|
msrFontWeightKind | getCreditWordsFontWeightKind () const |
| |
|
msrFontStyleKind | getCreditWordsFontStyleKind () const |
| |
|
msrJustifyKind | getCreditWordsJustifyKind () const |
| |
|
msrHorizontalAlignmentKind | getCreditWordsHorizontalAlignmentKind () const |
| |
|
msrVerticalAlignmentKind | getCreditWordsVerticalAlignmentKind () const |
| |
|
msrXMLLangKind | getCreditWordsXMLLang () const |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| virtual void | print (ostream &os) const |
| |
|
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
|
| |
|
|
| msrCreditWords (int inputLineNumber, string creditWordsContents, string creditWordsFontFamily, float creditWordsFontSize, msrFontWeightKind creditWordsFontWeightKind, msrFontStyleKind creditWordsFontStyleKind, msrJustifyKind creditWordsJustifyKind, msrHorizontalAlignmentKind creditWordsHorizontalAlignmentKind, msrVerticalAlignmentKind creditWordsVerticalAlignmentKind, msrXMLLangKind creditWordsXMLLang) |
| |
|
| msrElement (int inputLineNumber) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |