|
|
msrPlacementKind | getWordsPlacementKind () const |
| |
|
string | getWordsContents () const |
| |
|
msrJustifyKind | getWordsJustifyKind () const |
| |
|
msrHorizontalAlignmentKind | getWordsHorizontalAlignmentKind () const |
| |
|
msrVerticalAlignmentKind | getWordsVerticalAlignmentKind () const |
| |
|
msrFontStyleKind | getWordsFontStyleKind () const |
| |
|
S_msrFontSize | getWordsFontSize () const |
| |
|
msrFontWeightKind | getWordsFontWeightKind () const |
| |
|
msrXMLLangKind | getWordsXMLLangKind () const |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
|
string | wordsPlacementKindAsString () const |
| |
|
string | wordsJustifyKindAsString () const |
| |
|
string | wordsHorizontalAlignmentKindAsString () const |
| |
|
string | wordsVerticalAlignmentKindAsString () const |
| |
|
string | wordsFontStyleKindAsString () const |
| |
|
string | wordsFontSizeAsString () const |
| |
|
string | wordsFontWeightKindAsString () const |
| |
| string | asString () const |
| |
| 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
|
| |
|
|
static string | wordsFontStyleKindAsString (msrWordsFontStyleKind wordsFontStyleKind) |
| |
|
static string | msrWordsFontWeightKindAsString (msrWordsFontWeightKind wordsFontWeightKind) |
| |
|
static SMARTP< msrWords > | create (int inputLineNumber, msrPlacementKind wordsPlacementKind, string wordsContents, msrJustifyKind wordsJustifyKind, msrHorizontalAlignmentKind wordsHorizontalAlignmentKind, msrVerticalAlignmentKind wordsVerticalAlignmentKind, msrFontStyleKind wordsFontStyleKind, S_msrFontSize wordsFontSize, msrFontWeightKind wordsFontWeightKind, msrXMLLangKind wordsXMLLangKind) |
| |
|
|
| msrWords (int inputLineNumber, msrPlacementKind wordsPlacementKind, string wordsContents, msrJustifyKind wordsJustifyKind, msrHorizontalAlignmentKind wordsHorizontalAlignmentKind, msrVerticalAlignmentKind wordsVerticalAlignmentKind, msrFontStyleKind wordsFontStyleKind, S_msrFontSize wordsFontSize, msrFontWeightKind wordsFontWeightKind, msrXMLLangKind wordsXMLLangKind) |
| |
|
| msrElement (int inputLineNumber) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |