|
|
| GroupUserConfigParam (const char *name, const char *comment=NULL) |
| |
|
| GroupUserConfigParam (const char *param_name, GroupUserConfigParam *group, const char *comment=NULL) |
| |
|
void | write (std::stringstream &stream) const |
| |
| void | writeInner (std::stringstream &stream, int level=0) const |
| | Writes an inner node. More...
|
| |
|
void | findYourDataInAChildOf (const XMLNode *node) |
| |
|
void | findYourDataInAnAttributeOf (const XMLNode *node) |
| |
|
void | addChild (UserConfigParam *child) |
| |
|
void | addChild (GroupUserConfigParam *child) |
| |
|
void | clearChildren () |
| |
|
irr::core::stringc | toString () const |
| |
|
|
bool | m_can_be_deleted = true |
| |
|
std::string | m_param_name |
| |
|
std::string | m_comment |
| |
◆ writeInner()
| void GroupUserConfigParam::writeInner |
( |
std::stringstream & |
stream, |
|
|
int |
level = 0 |
|
) |
| const |
|
virtual |
Writes an inner node.
- Parameters
-
| stream | the xml writer. |
| level | determines indentation level. |
Reimplemented from UserConfigParam.
The documentation for this class was generated from the following files: