 |
Verovio
Source code documentation
|
8 #ifndef __VRV_POSITION_INTERFACE_H__
9 #define __VRV_POSITION_INTERFACE_H__
11 #include "atts_shared.h"
12 #include "interface.h"
18 class ResetDataFunctor;
19 class ResetHorizontalAlignmentFunctor;
39 void Reset()
override;
40 InterfaceId
IsInterface()
const override {
return INTERFACE_POSITION; }
47 void SetDrawingLoc(
int drawingLoc) { m_drawingLoc = drawingLoc; }
49 int GetDrawingLoc()
const {
return m_drawingLoc; }
52 int CalcDrawingLoc(
const Layer *layer,
const LayerElement *element);
66 bool HasLedgerLines(
int &linesAbove,
int &linesBelow,
const Staff *staff)
const;
79 FunctorCode InterfaceResetHorizontalAlignment(ResetHorizontalAlignmentFunctor &functor, Object *
object);
InterfaceId IsInterface() const override
Virtual method returning the InterfaceId of the interface.
Definition: positioninterface.h:40
FunctorCode InterfaceResetData(ResetDataFunctor &functor, Object *object)
We have functor code in the interface for avoiding code duplication in each implementation class.
bool HasIdenticalPositionInterface(const PositionInterface *otherPositionInterface) const
Inteface comparison operator.
This class is an interface for elements with a position on the staff, such as rests.
Definition: positioninterface.h:30
This is a base class for regrouping MEI att classes.
Definition: interface.h:32
void Reset() override
Virtual reset method.
bool HasLedgerLines(int &linesAbove, int &linesBelow, const Staff *staff) const
Check if the note has ledger lines.