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

Public Member Functions | |
| virtual bool | IsCreated () const =0 |
| virtual void | SetEnabled (bool enabled=true)=0 |
| void | SetFocus () const |
| virtual void | SetVisible (bool visible=true)=0 |
| virtual | ~FORM ()=0 |
Private Member Functions | |
| virtual void | v_SetFocus () const |
Definition at line 53 of file form.h.
|
|
Destructor.
Implemented in GRE_GEOLOCKSETTINGS::FORM, GRE_LAYER::GLOBALOPTIONS::FORM, GRE_VIEW::GLOBALOPTIONS::FORM, and DATATIPPARMS::FORM. |
|
|
Determine if form has been created.
Implemented in MGUI::FORM_COLOR_EDIT_LIST, MGUI::FORM_COLORSELECTOR, MGUI::CTRL, MGUI::FORM_COMPOSITE, MGUI::FORM_SMLEDITOR, and MGUI::FORM_EDITSTYLE. |
|
|
Set whether mouse or keyboard input to form is allowed.
Implemented in MGUI::FORM_COLOR_EDIT_LIST, MGUI::FORM_COLORSELECTOR, MGUI::CTRL_COMBOBOX, MGUI::FORM_COMBOBOX, MGUI::CTRL, MGUI::FORM_COMPOSITE, MGUI::FORM_SMLEDITOR, and MGUI::FORM_EDITSTYLE. |
|
|
Set focus to first interactive control in form.
|
|
|
Set whether form is visible or not.
Implemented in MGUI::FORM_COLOR_EDIT_LIST, MGUI::FORM_COLORSELECTOR, MGUI::CTRL, MGUI::FORM_COMPOSITE, and MGUI::FORM_SMLEDITOR. |
|
|
Set focus to first interactive control in form. Default implementation does nothing. |
1.3.8-20040913