|
|
| FloatUserConfigParam (float default_value, const char *param_name, const char *comment=NULL) |
| |
|
| FloatUserConfigParam (float 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 (float v) |
| |
|
| operator float () const |
| |
|
float & | operator= (const float &v) |
| |
|
float & | operator= (const FloatUserConfigParam &v) |
| |
| virtual void | writeInner (std::stringstream &stream, int level=0) const |
| | Writes an inner node. More...
|
| |
|
|
| FloatUserConfigParam (const char *param_name, const char *comment) |
| |
|
|
float | m_value |
| |
|
float | 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: