|
| BoolServerConfigParam (bool default_value, const char *param_name, const char *comment) |
|
bool & | operator= (const bool &v) |
|
bool & | operator= (const BoolUserConfigParam &v) |
|
| BoolUserConfigParam (bool default_value, const char *param_name, const char *comment=NULL) |
|
| BoolUserConfigParam (bool default_value, const char *param_name, GroupUserConfigParam *group, const char *comment=NULL) |
|
void | write (std::stringstream &stream) const |
|
void | findYourDataInAChildOf (const XMLNode *node) |
|
void | findYourDataInAnAttributeOf (const XMLNode *node) |
|
irr::core::stringc | toString () const |
|
void | revertToDefaults () |
|
void | setDefaultValue (bool v) |
|
| operator bool () const |
|
bool & | operator= (const bool &v) |
|
bool & | operator= (const BoolUserConfigParam &v) |
|
virtual void | write (std::stringstream &stream) const =0 |
|
virtual void | writeInner (std::stringstream &stream, int level=0) const |
| Writes an inner node.
|
|
virtual void | findYourDataInAChildOf (const XMLNode *node)=0 |
|
virtual void | findYourDataInAnAttributeOf (const XMLNode *node)=0 |
|
virtual irr::core::stringc | toString () const =0 |
|
|
| BoolUserConfigParam (const char *param_name, const char *comment) |
|
bool | m_value |
|
bool | m_default_value |
|
bool | m_can_be_deleted = true |
|
std::string | m_param_name |
|
std::string | m_comment |
|
The documentation for this class was generated from the following files: