#include <mgui/xmldlg.h>
Inheritance diagram for MGUI::LAYOUT_PANE_XMLFORM:

Public Member Functions | |
| ERRVALUE | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const XMLNODE *xmlnode, SMLCONTEXT *context=0) |
| bool | GetCtrlByID (const UNICODE *id, MGUI::FORM_EDIT_RANGE *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_EDIT_NUMBER *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_EDIT_STRING *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_TOGGLEBUTTON *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_PUSHBUTTON *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_GROUPBOX *&ctrl) const |
| bool | GetCtrlByID (const UNICODE *id, MGUI::CTRL_LABEL *&ctrl) const |
| MGUI::FORM * | GetCtrlByID (const UNICODE *id) const |
| MGUI::LAYOUT_PANE_BASE * | GetPaneByID (const UNICODE *id) const |
| ERRVALUE | GetValues (MGUI::XMLFORM_DATA &values) const |
| LAYOUT_PANE_XMLFORM () | |
| ERRVALUE | SetValues (const MGUI::XMLFORM_DATA &values) |
| virtual | ~LAYOUT_PANE_XMLFORM () |
|
|
|
|
|
|
|
||||||||||||||||
|
Create a layout from a <form> in an XML document.
|
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
||||||||||||
|
Get a control by it's XML id attribute. Returns true if there was such a control, false if not. Also returns false if there was a control with the given id but was not of the requested type. |
|
|
Get a control by it's XML id attribute. This version just returns a pointer to an MGUI::FORM. This should only be used in cases where you don't really care what the control type is. If you expect the control to be of a specific type, use the override that takes a referenct to a pointer.
|
|
|
Get a pane by it's XML id attribute.
|
|
|
Get the current values of the controls. Controls with no id attribute are ignored |
|
|
Get the current values of the controls. Controls with no id attribute are ignored |
1.3.8-20040913