Verovio
Source code documentation
vrv::StemmedDrawingInterface Class Referenceabstract

This class is an interface for MEI stemmed element. More...

#include <drawinginterface.h>

Inheritance diagram for vrv::StemmedDrawingInterface:
vrv::Chord vrv::Note vrv::TabDurSym

Public Member Functions

Point GetDrawingStemStart (const Object *object=NULL) const
 
Point GetDrawingStemEnd (const Object *object=NULL) const
 
Constructors, destructors, and other standard methods
 StemmedDrawingInterface ()
 
virtual ~StemmedDrawingInterface ()
 
virtual void Reset ()
 
Set and get the stem object managed by the interface
void SetDrawingStem (Stem *stem)
 
StemGetDrawingStem ()
 
const StemGetDrawingStem () const
 
Set and get the stem direction and stem positions

Wrapper that passes values to the Stem object.

void SetDrawingStemDir (data_STEMDIRECTION stemDir)
 
data_STEMDIRECTION GetDrawingStemDir () const
 
void SetDrawingStemLen (int drawingStemLen)
 
int GetDrawingStemLen () const
 
int GetDrawingStemModRelY () const
 
Virtual methods overriden in child classes (Chord and Note)
virtual Point GetStemUpSE (const Doc *doc, int staffSize, bool graceSize) const =0
 
virtual Point GetStemDownNW (const Doc *doc, int staffSize, bool graceSize) const =0
 
virtual int CalcStemLenInThirdUnits (const Staff *staff, data_STEMDIRECTION stemDir) const =0
 
FunctorCode InterfaceResetData (ResetDataFunctor &functor)
 Called explicitly from ResetDataFunctor.
 

Protected Attributes

Stemm_drawingStem
 A pointer to the child Stem set by PrepareLayerElementParts.
 

Detailed Description

This class is an interface for MEI stemmed element.

It stores stem drawing values for notes and chords.


The documentation for this class was generated from the following file: