API Documentation
|
#include <GeometryRegistration.h>
Public Member Functions | |
GeometryRegistrationDescription (const TranslatedString &name, const String &filter_id) | |
Public Member Functions inherited from GenericOptionGroup | |
GenericOptionGroup ()=default | |
GenericOptionGroup (const TranslatedString &group_name, const String &group_id=String()) | |
virtual | ~GenericOptionGroup () |
template<class t_type > | |
void | addOption (const TranslatedString &name, const t_type &value, bool is_editable=true) |
void | addOption (const GenericOption &option) |
bool | hasOption (const TranslatedString &option_name) const |
bool | hasOption (const String &option_name) const |
template<class t_type > | |
void | setValue (const TranslatedString &name, const t_type &value) |
template<class t_type > | |
void | setValue (const String &name, const t_type &value) |
void | setOption (const GenericOption &option) |
const GenericOption & | getOption (const TranslatedString &n) const |
GenericOption & | getOption (const TranslatedString &n) |
template<class t_type > | |
t_type | getValue (const TranslatedString &name) const |
template<class t_type > | |
t_type | getValue (const String &name) const |
template<class t_type > | |
t_type | getValue (const TranslatedString &name, const t_type &value_if_not_exist) const |
template<class t_type > | |
t_type | getValue (const String &name, const t_type &value_if_not_exist) const |
bool | operator== (const GenericOptionGroup &option_group) const |
bool | operator!= (const GenericOptionGroup &option_group) const |
INIFactory | ini () |
void | addOptionsToINI (INIFactory &factory) |
virtual JSONNode | toJSONNode (bool only_value=true) const |
virtual void | fromJSONNode (const JSONNode &node) |
void | clear () |
Additional Inherited Members | |
Public Attributes inherited from GenericOptionGroup | |
Dictionary< String, GenericOption > | options |
Buffer< String > | ordered_options |
TranslatedString | name |
String | id |
GeometryRegistrationDescription | ( | const TranslatedString & | name, |
const String & | filter_id ) |