![]() |
Verovio
Source code documentation
|
Public Member Functions | |
virtual int | GetDrawingX () const |
virtual int | GetDrawingY () const |
int | GetWidth () const |
int | GetHeight () const |
double | GetDrawingRotate () const |
bool | HasFacsimile () const |
Check if the object has a facsimile. | |
void | AttachZone (Zone *zone) |
Link to the zone. | |
int | GetSurfaceY () const |
Constructors, destructors, reset methods | |
Reset method resets all attribute classes | |
FacsimileInterface () | |
virtual | ~FacsimileInterface () |
void | Reset () override |
Virtual reset method. More... | |
InterfaceId | IsInterface () const override |
Virtual method returning the InterfaceId of the interface. More... | |
Zone * | GetZone () |
Get the zone. | |
const Zone * | GetZone () const |
Surface * | GetSurface () |
Get the surface. | |
const Surface * | GetSurface () const |
FunctorCode | InterfacePrepareFacsimile (PrepareFacsimileFunctor &functor, Object *object) |
We have functor code in the interface for avoiding code duplication in each implementation class. More... | |
FunctorCode | InterfaceResetData (ResetDataFunctor &functor, Object *object) |
![]() | |
void | RegisterInterfaceAttClass (AttClassId attClassId) |
Method for registering an MEI att classes in the interface. | |
std::vector< AttClassId > * | GetAttClasses () |
Method for obtaining a pointer to the attribute class vector of the interface. | |
Interface () | |
virtual | ~Interface () |
FunctorCode vrv::FacsimileInterface::InterfacePrepareFacsimile | ( | PrepareFacsimileFunctor & | functor, |
Object * | object | ||
) |
We have functor code in the interface for avoiding code duplication in each implementation class.
Since we are in an interface, we need to pass the object (implementation) to the pseudo functor method.
|
inlineoverridevirtual |
Virtual method returning the InterfaceId of the interface.
Needs to be overridden in child classes.
Reimplemented from vrv::Interface.
|
overridevirtual |
Virtual reset method.
Needs to be overridden in child classes.
Reimplemented from vrv::Interface.
Reimplemented in vrv::Staff, vrv::Note, vrv::Neume, vrv::KeySig, vrv::LayerElement, vrv::Measure, vrv::Rest, vrv::Nc, vrv::Syl, vrv::Mensur, vrv::MeterSig, vrv::KeyAccid, vrv::Tuplet, vrv::MRest, vrv::MultiRest, vrv::Ligature, vrv::MeterSigGrp, vrv::Verse, vrv::Stem, vrv::HalfmRpt, vrv::MRpt, vrv::MRpt2, vrv::Syllable, vrv::MultiRpt, vrv::Pb, vrv::Sb, vrv::GenericLayerElement, vrv::Liquescent, vrv::Oriscus, vrv::Proport, vrv::Quilisma, vrv::Space, vrv::TabGrp, vrv::MSpace, vrv::GraceGrp, vrv::Plica, and vrv::TimestampAttr.