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

Public Member Functions

SMARTP< msrChordIntervalcreateChordIntervalNewbornClone ()
 
msrIntervalKind getChordIntervalIntervalKind () const
 
void incrementChordIntervalRelativeOctave ()
 
void decrementChordIntervalRelativeOctave ()
 
int getChordIntervalRelativeOctave () const
 
int chordIntervalAsSemitones () const
 
string chordIntervalIntervalKindAsString () const
 
string chordIntervalIntervalKindAsShortString () const
 
string chordIntervalAsString () const
 
string chordIntervalAsShortString () const
 
void normalizeInterval ()
 
void deNormalizeInterval ()
 
S_msrChordInterval intervalDifference (S_msrChordInterval otherChordInterval)
 
S_msrChordInterval intervalSum (S_msrChordInterval otherChordInterval)
 
string asString () const
 
string asShortString () 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 SMARTP< msrChordIntervalcreate (msrIntervalKind chordIntervalIntervalKind, int chordIntervalRelativeOctave=0)
 

Protected Member Functions

 msrChordInterval (msrIntervalKind chordIntervalIntervalKind, int chordIntervalRelativeOctave)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)