Verovio
Source code documentation
vrv::OptionGrp Class Reference

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
 

Detailed Description

This class is a base class of each styling parameter.


The documentation for this class was generated from the following file: