Verovio
Source code documentation
vrv::AltSymInterface Class Reference

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>

Inheritance diagram for vrv::AltSymInterface:
vrv::Interface vrv::ControlElement vrv::Note vrv::Rest vrv::AnchoredText vrv::Arpeg vrv::BeamSpan vrv::BracketSpan vrv::Breath vrv::Caesura vrv::CpMark vrv::Dir vrv::Dynam vrv::Fermata vrv::Fing vrv::Gliss vrv::Hairpin vrv::Harm vrv::MNum vrv::Mordent vrv::Octave vrv::Ornam vrv::Pedal vrv::PitchInflection vrv::Reh vrv::RepeatMark vrv::Slur vrv::Tempo vrv::Tie vrv::Trill vrv::Turn

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)
 
SymbolDefGetAltSymbolDef ()
 
const SymbolDefGetAltSymbolDef () 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)
 
- Public Member Functions inherited from vrv::Interface
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.
 

Detailed Description

This class is an interface for elements having a @altsym It is not an abstract class but should not be instantiated directly.

Member Function Documentation

◆ InterfacePrepareAltSym()

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.

◆ IsInterface()

InterfaceId vrv::AltSymInterface::IsInterface ( ) const
inlineoverridevirtual

Virtual method returning the InterfaceId of the interface.

Needs to be overridden in child classes.

Reimplemented from vrv::Interface.

◆ Reset()


The documentation for this class was generated from the following file: