Verovio
Source code documentation
vrv::FacsimileInterface Class Reference
Inheritance diagram for vrv::FacsimileInterface:
vrv::Interface vrv::LayerElement vrv::Measure vrv::Pb vrv::Sb vrv::Staff vrv::Accid vrv::Artic vrv::BarLine vrv::Beam vrv::BeatRpt vrv::BTrem vrv::Chord vrv::Clef vrv::Custos vrv::DivLine vrv::Dot vrv::Dots vrv::Flag vrv::FTrem vrv::GenericLayerElement vrv::GraceGrp vrv::HalfmRpt vrv::KeyAccid vrv::KeySig vrv::Ligature vrv::Liquescent vrv::Mensur vrv::MeterSig vrv::MeterSigGrp vrv::MRest vrv::MRpt vrv::MRpt2 vrv::MSpace vrv::MultiRest vrv::MultiRpt vrv::Nc vrv::Neume vrv::Note vrv::Oriscus vrv::Plica vrv::Proport vrv::Quilisma vrv::Rest vrv::Space vrv::Stem vrv::Syl vrv::Syllable vrv::TabDurSym vrv::TabGrp vrv::TimestampAttr vrv::Tuplet vrv::TupletBracket vrv::TupletNum vrv::Verse

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...
 
ZoneGetZone ()
 Get the zone.
 
const ZoneGetZone () const
 
SurfaceGetSurface ()
 Get the surface.
 
const SurfaceGetSurface () 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)
 
- Public Member Functions inherited from vrv::Interface
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 ()
 

Member Function Documentation

◆ InterfacePrepareFacsimile()

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.

◆ IsInterface()

InterfaceId vrv::FacsimileInterface::IsInterface ( ) const
inlineoverridevirtual

Virtual method returning the InterfaceId of the interface.

Needs to be overridden in child classes.

Reimplemented from vrv::Interface.

◆ Reset()


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