LibMusicXML  3.18
Public Member Functions | Static Public Member Functions | List of all members
msrScaling Class Reference
Inheritance diagram for msrScaling:
msrElement smartable

Public Member Functions

SMARTP< msrScalingcreateMsrScalingNewbornClone ()
 
 msrScaling (int inputLineNumber)
 
void setMillimeters (float val)
 
float getMillimeters () const
 
void setTenths (int val)
 
float getTenths () const
 
void setPageLayout (S_msrPageLayout val)
 
S_msrPageLayout getPageLayout () const
 
float fetchGlobalStaffSize () const
 
virtual void acceptIn (basevisitor *v)
 
virtual void acceptOut (basevisitor *v)
 
virtual void browseData (basevisitor *v)
 
virtual void print (ostream &os) const
 
- Public Member Functions inherited from msrElement
int getInputLineNumber ()
 
virtual std::string asShortString () const
 
virtual std::string asString () const
 
virtual void shortPrint (ostream &os) const
 
virtual void printSummary (ostream &os)
 
- 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 SMARTP< msrScalingcreate (int inputLineNumber)
 

Additional Inherited Members

- Protected Member Functions inherited from msrElement
 msrElement (int inputLineNumber)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)
 
- Protected Attributes inherited from msrElement
int fInputLineNumber