![]() |
Verovio
Source code documentation
|
This class is an interface for elements having a link It is not an abstract class but should not be instantiated directly. More...
#include <linkinginterface.h>
Public Member Functions | |
void | AddBackLink (const Object *object) |
Set @corresp attribute to the ID (or @corresp) of the object. | |
Constructors, destructors, reset methods | |
Reset method reset all attribute classes | |
LinkingInterface () | |
virtual | ~LinkingInterface () |
void | Reset () override |
Virtual reset method. More... | |
InterfaceId | IsInterface () const override |
Virtual method returning the InterfaceId of the interface. More... | |
Set and get the @next, @sameas, ... object | |
The setter asserts that no Object was previously set. | |
void | SetNextLink (Object *next) |
Object * | GetNextLink () |
const Object * | GetNextLink () const |
void | SetSameasLink (Object *sameas) |
Object * | GetSameasLink () |
const Object * | GetSameasLink () const |
bool | HasNextLink () const |
Return true if a object is given and resolved. | |
bool | HasSameasLink () const |
Measure * | GetNextMeasure () |
Return the start measure of the next object (if any, NULL otherwise) | |
const Measure * | GetNextMeasure () const |
FunctorCode | InterfacePrepareLinking (PrepareLinkingFunctor &functor, Object *object) |
We have functor code in the interface for avoiding code duplication in each implementation class. More... | |
FunctorCode | InterfacePrepareStaffCurrentTimeSpanning (PrepareStaffCurrentTimeSpanningFunctor &functor, Object *object) |
FunctorCode | InterfaceResetData (ResetDataFunctor &functor, Object *object) |
![]() | |
void | RegisterInterfaceAttClass (AttClassId attClassId) |
Method for registering an MEI att classes in the interface. | |
std::vector< AttClassId > * | GetAttClasses () |
Method for obtaining a pointer to the attribute class vector of the interface. | |
Interface () | |
virtual | ~Interface () |
Protected Member Functions | |
void | SetIDStr () |
Extract the fragment of the start or end @xml:id if given. | |
This class is an interface for elements having a link It is not an abstract class but should not be instantiated directly.
FunctorCode vrv::LinkingInterface::InterfacePrepareLinking | ( | PrepareLinkingFunctor & | functor, |
Object * | object | ||
) |
We have functor code in the interface for avoiding code duplication in each implementation class.
Since we are in an interface, we need to pass the object (implementation) to the pseudo functor method.
|
inlineoverridevirtual |
Virtual method returning the InterfaceId of the interface.
Needs to be overridden in child classes.
Reimplemented from vrv::Interface.
|
overridevirtual |
Virtual reset method.
Needs to be overridden in child classes.
Reimplemented from vrv::Interface.
Reimplemented in vrv::Note, vrv::Neume, vrv::Slur, vrv::Rest, vrv::Nc, vrv::Syl, vrv::Mensur, vrv::MeterSig, vrv::Pedal, vrv::Trill, vrv::Tempo, vrv::Tuplet, vrv::Mordent, vrv::MRest, vrv::MultiRest, vrv::RepeatMark, vrv::Turn, vrv::MNum, vrv::Octave, vrv::Ornam, vrv::Reh, vrv::MeterSigGrp, vrv::Tie, vrv::Verse, vrv::Stem, vrv::MRpt, vrv::MRpt2, vrv::Syllable, vrv::MultiRpt, vrv::Liquescent, vrv::Oriscus, vrv::PitchInflection, vrv::Proport, vrv::Quilisma, vrv::Space, vrv::TabGrp, vrv::Lv, vrv::MSpace, vrv::Plica, vrv::Phrase, and vrv::TimestampAttr.