 |
Verovio
Source code documentation
|
8 #ifndef __VRV_LINKING_INTERFACE_H__
9 #define __VRV_LINKING_INTERFACE_H__
11 #include "atts_shared.h"
12 #include "interface.h"
19 class PrepareLinkingFunctor;
20 class PrepareStaffCurrentTimeSpanningFunctor;
21 class ResetDataFunctor;
40 void Reset()
override;
41 InterfaceId
IsInterface()
const override {
return INTERFACE_LINKING; }
48 void SetNextLink(
Object *next);
50 Object *GetNextLink() {
return m_next; }
51 const Object *GetNextLink()
const {
return m_next; }
52 void SetSameasLink(Object *sameas);
53 Object *GetSameasLink() {
return m_sameas; }
54 const Object *GetSameasLink()
const {
return m_sameas; }
62 bool HasSameasLink()
const {
return (m_sameas); }
89 FunctorCode InterfacePrepareStaffCurrentTimeSpanning(
90 PrepareStaffCurrentTimeSpanningFunctor &functor, Object *
object);
91 FunctorCode InterfaceResetData(ResetDataFunctor &functor, Object *
object);
106 std::string m_nextID;
108 std::string m_sameasID;
FunctorCode InterfacePrepareLinking(PrepareLinkingFunctor &functor, Object *object)
We have functor code in the interface for avoiding code duplication in each implementation class.
This class represents a basic object.
Definition: object.h:59
This is a base class for regrouping MEI att classes.
Definition: interface.h:32
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
Measure * GetNextMeasure()
Return the start measure of the next object (if any, NULL otherwise)
void Reset() override
Virtual reset method.
bool HasNextLink() const
Return true if a object is given and resolved.
Definition: linkinginterface.h:61
InterfaceId IsInterface() const override
Virtual method returning the InterfaceId of the interface.
Definition: linkinginterface.h:41
void SetIDStr()
Extract the fragment of the start or end @xml:id if given.
void AddBackLink(const Object *object)
Set @corresp attribute to the ID (or @corresp) of the object.