MGUI::FORM_EDIT_SML_PARAMETERS Class Reference
#include <mgui/editsmlparameter.h>
List of all members.
Constructor & Destructor Documentation
| MGUI::FORM_EDIT_SML_PARAMETERS::FORM_EDIT_SML_PARAMETERS |
( |
|
) |
|
| virtual MGUI::FORM_EDIT_SML_PARAMETERS::~FORM_EDIT_SML_PARAMETERS |
( |
|
) |
[virtual] |
Member Function Documentation
| void MGUI::FORM_EDIT_SML_PARAMETERS::AddItem |
( |
const XMLNODE * |
node |
) |
|
Add an item to the parameters pane.
Must call Create() first.
| void MGUI::FORM_EDIT_SML_PARAMETERS::ApplyParameters |
( |
SML::CONTEXT * |
context |
) |
const |
Create the parameters form given an XML <parameters> node If the node is NULL, nothing will be created.
| bool MGUI::FORM_EDIT_SML_PARAMETERS::GetValue |
( |
const char * |
name, |
|
|
double & |
value | |
|
) |
| | const |
Return the value of one parameter.
| bool MGUI::FORM_EDIT_SML_PARAMETERS::GetValue |
( |
const char * |
name, |
|
|
MISTRING & |
value | |
|
) |
| | const |
Return the value of one parameter.
| void MGUI::FORM_EDIT_SML_PARAMETERS::SetValue |
( |
const char * |
name, |
|
|
double |
value | |
|
) |
| | |
Set the value of one parameter, Form must be created first.
| void MGUI::FORM_EDIT_SML_PARAMETERS::SetValue |
( |
const char * |
name, |
|
|
const MISTRING & |
value | |
|
) |
| | |
Set the value of one parameter, Form must be created first.
The documentation for this class was generated from the following file: