![]() |
Verovio
Source code documentation
|
This class is an interface for elements having a @altsym It is not an abstract class but should not be instantiated directly. More...
#include <altsyminterface.h>
Public Member Functions | |
Constructors, destructors, reset methods | |
Reset method reset all attribute classes | |
AltSymInterface () | |
virtual | ~AltSymInterface () |
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 | SetAltSymbolDef (SymbolDef *symbolDef) |
SymbolDef * | GetAltSymbolDef () |
const SymbolDef * | GetAltSymbolDef () const |
bool | HasAltSymbolDef () const |
Return true if a symbolDef is given and resolved. | |
FunctorCode | InterfacePrepareAltSym (PrepareAltSymFunctor &functor, Object *object) |
We have functor code in the interface for avoiding code duplication in each implementation class. More... | |
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 @altsym It is not an abstract class but should not be instantiated directly.
FunctorCode vrv::AltSymInterface::InterfacePrepareAltSym | ( | PrepareAltSymFunctor & | 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::Slur, vrv::Rest, vrv::Pedal, vrv::Trill, vrv::ControlElement, vrv::Dir, vrv::Dynam, vrv::Tempo, vrv::Fermata, vrv::Harm, vrv::Mordent, vrv::RepeatMark, vrv::Turn, vrv::Arpeg, vrv::Hairpin, vrv::MNum, vrv::Octave, vrv::Ornam, vrv::Reh, vrv::Caesura, vrv::BracketSpan, vrv::Gliss, vrv::Tie, vrv::CpMark, vrv::AnchoredText, vrv::Fing, vrv::Breath, vrv::PitchInflection, vrv::Lv, and vrv::Phrase.