#include <mgui/formeditobjname.h>
Inheritance diagram for MGUI::FORM_EDIT_OBJECTNAME_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, _CT *pContainer, void(_CT::*pfOnChangeValue)(), bool(_CT::*pfOnValidate)(MISTRING &string), MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| FORM_EDIT_OBJECTNAME_T () | |
Private Member Functions | |
| virtual void | OnChangeValue () |
| virtual bool | OnValidate (MISTRING &string) |
Private Attributes | |
| _CT * | m_pContainer |
| void(_CT::* | m_pfOnChangeValue )() |
| bool(_CT::* | m_pfOnValidate )(MISTRING &) |
Definition at line 271 of file formeditobjname.h.
|
|||||||||
|
Constructor.
Definition at line 275 of file formeditobjname.h. |
|
||||||||||||||||||||||||||||||||||||
|
Create form with label from resource lookup.
Definition at line 280 of file formeditobjname.h. |
|
|||||||||
|
Called when value is changed after validation. Derived class must call corresponding base class method BEFORE performing its own processing. If the user modifies the text in the edit control this will not be called until the control loses "focus". Reimplemented from MGUI::FORM_EDIT_OBJECTNAME. Definition at line 301 of file formeditobjname.h. |
|
||||||||||
|
Validate the string and alter if possible/necessary. Derived class must call corresponding base class method BEFORE performing its own processing.
Reimplemented from MGUI::FORM_EDIT_OBJECTNAME. Definition at line 303 of file formeditobjname.h. |
|
|||||
|
Definition at line 297 of file formeditobjname.h. |
|
|||||
|
|
|
|||||
|
|
1.3.8-20040913