![]() |
Verovio
Source code documentation
|
This is the complete list of members for vrv::Option, including all inherited members.
CopyTo(Option *option)=0 (defined in vrv::Option) | vrv::Option | pure virtual |
GetDefaultStrValue() const =0 (defined in vrv::Option) | vrv::Option | pure virtual |
GetDescription() const (defined in vrv::Option) | vrv::Option | inline |
GetKey() const (defined in vrv::Option) | vrv::Option | inline |
GetShortOption() const (defined in vrv::Option) | vrv::Option | inline |
GetStrValue() const =0 (defined in vrv::Option) | vrv::Option | pure virtual |
GetTitle() const (defined in vrv::Option) | vrv::Option | inline |
IsArgumentRequired() const (defined in vrv::Option) | vrv::Option | inlinevirtual |
IsCmdOnly() const (defined in vrv::Option) | vrv::Option | inline |
IsSet() const =0 (defined in vrv::Option) | vrv::Option | pure virtual |
m_description (defined in vrv::Option) | vrv::Option | protected |
m_title (defined in vrv::Option) | vrv::Option | protected |
Option() (defined in vrv::Option) | vrv::Option | inline |
Reset()=0 (defined in vrv::Option) | vrv::Option | pure virtual |
s_breaks | vrv::Option | static |
s_condense (defined in vrv::Option) | vrv::Option | static |
s_durationEq (defined in vrv::Option) | vrv::Option | static |
s_elision (defined in vrv::Option) | vrv::Option | static |
s_fontFallback (defined in vrv::Option) | vrv::Option | static |
s_footer (defined in vrv::Option) | vrv::Option | static |
s_header (defined in vrv::Option) | vrv::Option | static |
s_ligatureOblique (defined in vrv::Option) | vrv::Option | static |
s_multiRestStyle (defined in vrv::Option) | vrv::Option | static |
s_pedalStyle (defined in vrv::Option) | vrv::Option | static |
s_smuflTextFont (defined in vrv::Option) | vrv::Option | static |
s_systemDivider (defined in vrv::Option) | vrv::Option | static |
SetInfo(const std::string &title, const std::string &description) (defined in vrv::Option) | vrv::Option | |
SetKey(const std::string &key) (defined in vrv::Option) | vrv::Option | inline |
SetShortOption(char shortOption, bool isCmdOnly) (defined in vrv::Option) | vrv::Option | |
SetValue(const std::string &value) (defined in vrv::Option) | vrv::Option | virtual |
SetValueArray(const std::vector< std::string > &values) (defined in vrv::Option) | vrv::Option | virtual |
SetValueBool(bool value) (defined in vrv::Option) | vrv::Option | virtual |
SetValueDbl(double value) (defined in vrv::Option) | vrv::Option | virtual |
ToJson() const | vrv::Option | |
~Option() (defined in vrv::Option) | vrv::Option | inlinevirtual |