#include <mgui/form.h>
Inheritance diagram for MGUI::FORM_COMPOSITE:

Public Member Functions | |
| FORM_COMPOSITE () | |
| MDLGPARENT | GetDlgParent () const |
| virtual bool | IsCreated () const |
| virtual void | SetEnabled (bool enabled=true) |
| virtual void | SetVisible (bool visible=true) |
| virtual | ~FORM_COMPOSITE ()=0 |
Protected Member Functions | |
| void | CreatePane (MGUI::LAYOUT_PANE_BASE &ParentPane, MGUI::LAYOUT_ORIENTATION orientation, MGUI::LAYOUT_SIZEALIGN sizealign, int ChildSpacing=4, int ExtraBorder=0) |
| MGUI::LAYOUT_PANE & | GetPane () |
Definition at line 97 of file form.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||||||
|
Create layout pane. Use GetPane() to retrieve reference to pane.
|
|
|
Get suitable parent for dialog launched from form.
|
|
|
Get layout pane.
|
|
|
Determine if form has been created.
Implements MGUI::FORM. Reimplemented in MGUI::FORM_COLORSELECTOR. |
|
|
Set whether mouse or keyboard input to form is allowed.
Implements MGUI::FORM. Reimplemented in MGUI::FORM_COLORSELECTOR, and MGUI::FORM_COMBOBOX. |
|
|
Set whether form is visible or not.
Implements MGUI::FORM. Reimplemented in MGUI::FORM_COLORSELECTOR. |
1.3.8-20040913