#include <GenericOptions.h>
◆ GenericOptionGroup() [1/2]
◆ GenericOptionGroup() [2/2]
◆ ~GenericOptionGroup()
◆ addOption() [1/2]
◆ addOption() [2/2]
template<class t_type >
void addOption |
( |
const TranslatedString & | name, |
|
|
const t_type & | value, |
|
|
bool | is_editable = true ) |
|
inline |
◆ addOptionsToINI()
◆ clear()
◆ fromJSONNode()
void fromJSONNode |
( |
const JSONNode & | node | ) |
|
|
virtual |
◆ getOption() [1/2]
◆ getOption() [2/2]
◆ getValue() [1/4]
template<class t_type >
t_type getValue |
( |
const String & | name | ) |
const |
|
inline |
◆ getValue() [2/4]
template<class t_type >
t_type getValue |
( |
const String & | name, |
|
|
const t_type & | value_if_not_exist ) const |
|
inline |
◆ getValue() [3/4]
◆ getValue() [4/4]
template<class t_type >
t_type getValue |
( |
const TranslatedString & | name, |
|
|
const t_type & | value_if_not_exist ) const |
|
inline |
◆ hasOption() [1/2]
bool hasOption |
( |
const String & | option_name | ) |
const |
|
inline |
◆ hasOption() [2/2]
◆ ini()
◆ operator!=()
◆ operator==()
◆ setOption()
◆ setValue() [1/2]
template<class t_type >
void setValue |
( |
const String & | name, |
|
|
const t_type & | value ) |
|
inline |
◆ setValue() [2/2]
◆ toJSONNode()
JSONNode toJSONNode |
( |
bool | only_value = true | ) |
const |
|
nodiscardvirtual |
◆ id
◆ name
◆ options
◆ ordered_options
The documentation for this class was generated from the following files: