8 #ifndef __VRV_VERSE_H__
9 #define __VRV_VERSE_H__
11 #include "lyricelement.h"
32 std::string GetClassName()
const override {
return "verse"; }
45 LabelAbbr *GetDrawingLabelAbbr() {
return m_drawingLabelAbbr; }
46 const LabelAbbr *GetDrawingLabelAbbr()
const {
return m_drawingLabelAbbr; }
47 void SetDrawingLabelAbbr(LabelAbbr *labelAbbr) { m_drawingLabelAbbr = labelAbbr; }
60 FunctorCode AcceptEnd(
Functor &functor)
override;
61 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class models the MEI <labelAbbr> element.
Definition: labelabbr.h:22
Shared implementation for note-attached verse and refrain lyrics.
Definition: lyricelement.h:33
This class represents a basic object.
Definition: object.h:66
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
Object * Clone() const override
Method call for copying child classes.
Definition: verse.h:30
bool IsSupportedChild(ClassId classId) override
Add an element (a syl) to a verse.