 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CONTROL_ELEMENT_H__
9 #define __VRV_CONTROL_ELEMENT_H__
11 #include "altsyminterface.h"
12 #include "atts_shared.h"
13 #include "atts_visual.h"
14 #include "devicecontextbase.h"
15 #include "floatingobject.h"
16 #include "linkinginterface.h"
43 void Reset()
override;
49 AltSymInterface *GetAltSymInterface()
override {
return vrv_cast<AltSymInterface *>(
this); }
51 const AltSymInterface *GetAltSymInterface()
const override {
return vrv_cast<const AltSymInterface *>(
this); }
52 LinkingInterface *GetLinkingInterface()
override {
return vrv_cast<LinkingInterface *>(
this); }
53 const LinkingInterface *GetLinkingInterface()
const override {
return vrv_cast<const LinkingInterface *>(
this); }
66 data_STAFFREL
GetLayerPlace(data_STAFFREL defaultValue)
const;
78 FunctorCode AcceptEnd(
Functor &functor)
override;
79 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
data_STAFFREL GetLayerPlace(data_STAFFREL defaultValue) const
Check if the ControlElement applies at a point where there is more than on layer.
This class is an interface for elements having a link It is not an abstract class but should not be i...
Definition: linkinginterface.h:31
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is an interface for elements having a @altsym It is not an abstract class but should not b...
Definition: altsyminterface.h:30
This class represents elements appearing within a measure.
Definition: floatingobject.h:28
void Reset() override
Virtual reset method.
This abstract class is the base class for all const functors.
Definition: functor.h:126
data_HORIZONTALALIGNMENT GetChildRendAlignment() const
Check if the ControlElement has a Rend child and return its @halign equivalent (if any)
This class represents elements appearing within a measure.
Definition: controlelement.h:28
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.