 |
Verovio
Source code documentation
|
11 #include "layerelement.h"
12 #include "positioninterface.h"
32 void Reset()
override;
33 std::string GetClassName()
const override {
return "dot"; }
39 PositionInterface *GetPositionInterface()
override {
return vrv_cast<PositionInterface *>(
this); }
41 const PositionInterface *GetPositionInterface()
const override {
return vrv_cast<const PositionInterface *>(
this); }
57 FunctorCode AcceptEnd(
Functor &functor)
override;
58 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
LayerElement * m_drawingNextElement
A pointer to the next LayerElement (note, barLine, etc.)
Definition: dot.h:72
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: dot.h:45
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is an interface for elements with a position on the staff, such as rests.
Definition: positioninterface.h:30
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: dot.h:31
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
LayerElement * m_drawingPreviousElement
A pointer to the previous LayerElement it relates to.
Definition: dot.h:67
This abstract class is the base class for all const functors.
Definition: functor.h:126
void Reset() override
Virtual reset method.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46