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

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, _CT *pContainer, void(_CT::*pfOnChangeValue)(), bool(_CT::*pfOnValidate)(MISTRING &string), MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize) |
| CTRL_EDIT_OBJECTNAME_T () | |
Private Member Functions | |
| virtual void | OnChangeValue () |
| virtual bool | OnValidate (MISTRING &str) |
Private Attributes | |
| _CT * | m_pContainer |
| void(_CT::* | m_pfOnChangeValue )() |
| bool(_CT::* | m_pfOnValidate )(MISTRING &) |
Definition at line 124 of file formeditobjname.h.
|
|||||||||
|
Constructor.
Definition at line 128 of file formeditobjname.h. |
|
||||||||||||||||||||||||||||
|
Create control.
Definition at line 133 of file formeditobjname.h. |
|
|||||||||
|
Called when value is changed after validation. If the user modifies the text in the edit control this will not be called until the control loses "focus". Reimplemented from MGUI::CTRL_EDIT_BASE. Definition at line 151 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::CTRL_EDIT_OBJECTNAME. Definition at line 156 of file formeditobjname.h. |
|
|||||
|
Definition at line 147 of file formeditobjname.h. |
|
|||||
|
|
|
|||||
|
|
1.3.8-20040913