![]() |
Verovio
Source code documentation
|
This is a base class for regrouping MEI att classes. More...
#include <interface.h>
Public Member Functions | |
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. | |
virtual void | Reset () |
Virtual reset method. More... | |
virtual InterfaceId | IsInterface () const |
Virtual method returning the InterfaceId of the interface. More... | |
Constructors, destructors, and other standard methods | |
Reset method reset all attribute classes | |
Interface () | |
virtual | ~Interface () |
This is a base class for regrouping MEI att classes.
It is not an abstract class but it should not be instanciated directly. The inherited classes should override the InterfaceId method for returning their own InterfaceId.
|
inlinevirtual |
Virtual method returning the InterfaceId of the interface.
Needs to be overridden in child classes.
Reimplemented in vrv::TimeSpanningInterface, vrv::ScoreDefInterface, vrv::DurationInterface, vrv::TimePointInterface, vrv::LinkingInterface, vrv::AltSymInterface, vrv::PositionInterface, vrv::PlistInterface, vrv::PitchInterface, vrv::FacsimileInterface, vrv::AreaPosInterface, and vrv::TextDirInterface.
|
inlinevirtual |
Virtual reset method.
Needs to be overridden in child classes.
Reimplemented in vrv::TupletNum, vrv::TupletBracket, vrv::TimeSpanningInterface, vrv::ScoreDef, vrv::Staff, vrv::Flag, vrv::Note, vrv::Neume, vrv::Slur, vrv::KeySig, vrv::LayerElement, vrv::Measure, vrv::Rest, vrv::Nc, vrv::ScoreDefElement, vrv::ScoreDefInterface, vrv::Clef, vrv::DurationInterface, vrv::Accid, vrv::Syl, vrv::BarLine, vrv::Mensur, vrv::MeterSig, vrv::Pedal, vrv::TimePointInterface, vrv::Trill, vrv::ControlElement, vrv::Dir, vrv::Dynam, vrv::KeyAccid, vrv::Rend, vrv::Tempo, vrv::Tuplet, vrv::Fermata, vrv::Harm, vrv::Mordent, vrv::MRest, vrv::MultiRest, vrv::RepeatMark, vrv::Turn, vrv::Arpeg, vrv::DivLine, vrv::Hairpin, vrv::MNum, vrv::Octave, vrv::Ornam, vrv::LinkingInterface, vrv::Reh, vrv::AltSymInterface, vrv::Artic, vrv::Caesura, vrv::Custos, vrv::PositionInterface, vrv::BracketSpan, vrv::Gliss, vrv::Ligature, vrv::MeterSigGrp, vrv::PlistInterface, vrv::Tie, vrv::Verse, vrv::BTrem, vrv::PitchInterface, vrv::Stem, vrv::CpMark, vrv::Dots, vrv::Expansion, vrv::FacsimileInterface, vrv::HalfmRpt, vrv::MRpt, vrv::MRpt2, vrv::Syllable, vrv::AnchoredText, vrv::AreaPosInterface, vrv::BeatRpt, vrv::Fing, vrv::MultiRpt, vrv::Pb, vrv::Sb, vrv::TextDirInterface, vrv::Breath, vrv::F, vrv::Fig, vrv::GenericLayerElement, vrv::Liquescent, vrv::Oriscus, vrv::PitchInflection, vrv::Proport, vrv::Quilisma, vrv::Space, vrv::TabGrp, vrv::Dot, vrv::Lv, vrv::MSpace, vrv::GraceGrp, vrv::Plica, vrv::Phrase, and vrv::TimestampAttr.