 |
Verovio
Source code documentation
|
8 #ifndef __VRV_FACSIMILE_INTERFACE_H__
9 #define __VRV_FACSIMILE_INTERFACE_H__
11 #include "atts_facsimile.h"
12 #include "atts_shared.h"
13 #include "interface.h"
18 class PrepareFacsimileFunctor;
19 class ResetDataFunctor;
36 void Reset()
override;
37 InterfaceId
IsInterface()
const override {
return INTERFACE_FACSIMILE; }
40 virtual int GetDrawingX()
const;
41 virtual int GetDrawingY()
const;
44 int GetHeight()
const;
46 double GetDrawingRotate()
const;
54 int GetSurfaceY()
const;
59 const Zone *
GetZone()
const {
return m_zone; }
66 const Surface *
GetSurface()
const {
return m_surface; }
80 FunctorCode InterfaceResetData(ResetDataFunctor &functor, Object *
object);
FunctorCode InterfacePrepareFacsimile(PrepareFacsimileFunctor &functor, Object *object)
We have functor code in the interface for avoiding code duplication in each implementation class.
Zone * GetZone()
Get the zone.
Definition: facsimileinterface.h:58
Implements the zone element in MEI.
Definition: zone.h:30
void AttachZone(Zone *zone)
Link to the zone.
This is a base class for regrouping MEI att classes.
Definition: interface.h:32
void Reset() override
Virtual reset method.
InterfaceId IsInterface() const override
Virtual method returning the InterfaceId of the interface.
Definition: facsimileinterface.h:37
Surface * GetSurface()
Get the surface.
Definition: facsimileinterface.h:65
Definition: facsimileinterface.h:27
bool HasFacsimile() const
Check if the object has a facsimile.
Definition: facsimileinterface.h:49