Verovio
Source code documentation
vrv::LinkingInterface Class Reference

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>

Inheritance diagram for vrv::LinkingInterface:
vrv::Interface vrv::ControlElement vrv::LayerElement 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 vrv::Accid vrv::Artic vrv::BarLine vrv::Beam vrv::BeatRpt vrv::BTrem vrv::Chord vrv::Clef vrv::Custos vrv::DivLine vrv::Dot vrv::Dots vrv::Flag vrv::FTrem vrv::GenericLayerElement vrv::GraceGrp vrv::HalfmRpt vrv::KeyAccid vrv::KeySig vrv::Ligature vrv::Liquescent vrv::Mensur vrv::MeterSig vrv::MeterSigGrp vrv::MRest vrv::MRpt vrv::MRpt2 vrv::MSpace vrv::MultiRest vrv::MultiRpt vrv::Nc vrv::Neume vrv::Note vrv::Oriscus vrv::Plica vrv::Proport vrv::Quilisma vrv::Rest vrv::Space vrv::Stem vrv::Syl vrv::Syllable vrv::TabDurSym vrv::TabGrp vrv::TimestampAttr vrv::Tuplet vrv::TupletBracket vrv::TupletNum vrv::Verse

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)
 
ObjectGetNextLink ()
 
const ObjectGetNextLink () const
 
void SetSameasLink (Object *sameas)
 
ObjectGetSameasLink ()
 
const ObjectGetSameasLink () const
 
bool HasNextLink () const
 Return true if a object is given and resolved.
 
bool HasSameasLink () const
 
MeasureGetNextMeasure ()
 Return the start measure of the next object (if any, NULL otherwise)
 
const MeasureGetNextMeasure () 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)
 
- 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 link It is not an abstract class but should not be instantiated directly.

Member Function Documentation

◆ InterfacePrepareLinking()

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.

◆ IsInterface()

InterfaceId vrv::LinkingInterface::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: