![]() |
Verovio
Source code documentation
|
This class is a base class of each styling parameter. More...
#include <options.h>
Public Member Functions | |
| void | SetLabel (const std::string &label, const std::string &id) |
| std::string | GetLabel () const |
| std::string | GetId () const |
| void | SetCategory (OptionsCategory category) |
| OptionsCategory | GetCategory () const |
| void | AddOption (Option *option) |
| const std::vector< Option * > * | GetOptions () const |
Protected Attributes | |
| std::string | m_id |
| std::string | m_label |
| std::vector< Option * > | m_options |
| OptionsCategory | m_category = OptionsCategory::None |
This class is a base class of each styling parameter.