LibMusicXML 3.18
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
msrFontSize Class Reference
Inheritance diagram for msrFontSize:
smartable

Public Types

enum  msrFontSizeKind {
  kFontSizeNone , kFontSizeXXSmall , kFontSizeXSmall , kFontSizeSmall ,
  kFontSizeMedium , kFontSizeLarge , kFontSizeXLarge , kFontSizeXXLarge ,
  kFontSizeNumeric
}
 

Public Member Functions

msrFontSizeKind getFontSizeKind () const
 
float getFontNumericSize ()
 
string fontSizeKindAsString () const
 
string fontSizeAsString () const
 
virtual void print (ostream &os) const
 
- 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 string fontSizeKindAsString (msrFontSizeKind fontSizeKind)
 
static SMARTP< msrFontSizecreate (msrFontSizeKind fontSizeKind)
 
static SMARTP< msrFontSizecreate (float fontNumericSize)
 

Protected Member Functions

 msrFontSize (msrFontSizeKind fontSizeKind)
 
 msrFontSize (float numericFontSize)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)