![]() |
Verovio
Source code documentation
|
This class is for array (string) styling params. More...
#include <options.h>
Public Member Functions | |
void | CopyTo (Option *option) override |
void | Init () |
bool | SetValueArray (const std::vector< std::string > &values) override |
bool | SetValue (const std::string &value) override |
std::string | GetStrValue () const override |
std::string | GetDefaultStrValue () const override |
std::vector< std::string > | GetValue () const |
std::vector< std::string > | GetDefault () const |
bool | SetValue (std::vector< std::string > const &values) |
void | Reset () override |
bool | IsSet () const override |
![]() | |
void | SetKey (const std::string &key) |
std::string | GetKey () const |
virtual bool | SetValueBool (bool value) |
virtual bool | SetValueDbl (double value) |
void | SetInfo (const std::string &title, const std::string &description) |
std::string | GetTitle () const |
std::string | GetDescription () const |
void | SetShortOption (char shortOption, bool isCmdOnly) |
char | GetShortOption () const |
bool | IsCmdOnly () const |
virtual bool | IsArgumentRequired () const |
jsonxx::Object | ToJson () const |
Return a JSON object for the option. | |
Additional Inherited Members | |
![]() | |
static const std::map< int, std::string > | s_breaks |
Static maps used my OptionIntMap objects. More... | |
static const std::map< int, std::string > | s_condense |
static const std::map< int, std::string > | s_durationEq |
static const std::map< int, std::string > | s_elision |
static const std::map< int, std::string > | s_fontFallback |
static const std::map< int, std::string > | s_footer |
static const std::map< int, std::string > | s_header |
static const std::map< int, std::string > | s_ligatureOblique |
static const std::map< int, std::string > | s_multiRestStyle |
static const std::map< int, std::string > | s_pedalStyle |
static const std::map< int, std::string > | s_systemDivider |
static const std::map< int, std::string > | s_smuflTextFont |
![]() | |
std::string | m_title |
std::string | m_description |
This class is for array (string) styling params.