 |
Verovio
Source code documentation
|
8 #ifndef __VRV_DYNAM_H__
9 #define __VRV_DYNAM_H__
11 #include "atts_midi.h"
12 #include "controlelement.h"
13 #include "textdirinterface.h"
14 #include "timeinterface.h"
28 public AttEnclosingChars,
30 public AttLineRendBase,
33 public AttVerticalGroup {
43 void Reset()
override;
44 std::string GetClassName()
const override {
return "dynam"; }
50 TextDirInterface *GetTextDirInterface()
override {
return vrv_cast<TextDirInterface *>(
this); }
52 const TextDirInterface *GetTextDirInterface()
const override {
return vrv_cast<const TextDirInterface *>(
this); }
53 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
54 const TimePointInterface *GetTimePointInterface()
const override
56 return vrv_cast<const TimePointInterface *>(
this);
58 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
59 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
61 return vrv_cast<const TimeSpanningInterface *>(
this);
80 std::u32string
GetSymbolStr(
const bool singleGlyphs)
const;
96 static bool GetSymbolsInStr(std::u32string str, ArrayOfStringDynamTypePairs &tokens);
100 static std::u32string
GetSymbolStr(
const std::u32string &str,
const bool singleGlyphs);
112 FunctorCode AcceptEnd(
Functor &functor)
override;
113 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
124 mutable std::u32string m_symbolStr;
bool IsSymbolOnly() const
Return true if the dynam text is only composed of f, p, r, z, etc.
Object * Clone() const override
Method call for copying child classes.
Definition: dynam.h:42
This class represents a basic object.
Definition: object.h:59
void Reset() override
Virtual reset method.
std::u32string GetSymbolStr(const bool singleGlyphs) const
Return the SMuFL str for the dynamic symbol.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is an pseudo interface for elements maintaining a flat list of children LayerElement for p...
Definition: object.h:972
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is an interface for elements implementing a text directive, such as <dir>,...
Definition: textdirinterface.h:26
This abstract class is the base class for all const functors.
Definition: functor.h:126
bool IsExtenderElement() const override
See FloatingObject::IsExtenderElement.
Definition: dynam.h:85
This class represents elements appearing within a measure.
Definition: controlelement.h:28
This class is an interface for spanning elements, such as slur, hairpin, etc.
Definition: timeinterface.h:141
bool IsSupportedChild(ClassId classId) override
Add an element (text, rend.
std::pair< char32_t, char32_t > GetEnclosingGlyphs() const
Retrieve parentheses / brackets from the enclose attribute.