#include <mgui/formrastervalue.h>
Inheritance diagram for MGUI::FORM_EDIT_RASTER_VALUE_T< _CT >:

Public Member Functions | |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MISTRING &label, RVC::IMAGE::CELLTYPE CellType, _CT *pContainer, void(_CT::*pfOnChangeValue)(), MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, MGUI::CTRL_LABEL::STYLE labelstyle=MGUI::CTRL_LABEL::STYLE_LeftNoWrap) |
| FORM_EDIT_RASTER_VALUE_T () | |
Private Member Functions | |
| virtual void | v_OnChangeValue () |
Private Attributes | |
| _CT * | m_pContainer |
| void(_CT::* | m_pfOnChangeValue )() |
|
|||||||||
|
Constructor.
Definition at line 128 of file formrastervalue.h. |
|
||||||||||||||||||||||||||||||||||||
|
Create form with label from resource lookup.
Definition at line 133 of file formrastervalue.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_RASTER_VALUE. Definition at line 152 of file formrastervalue.h. |
|
|||||
|
Definition at line 149 of file formrastervalue.h. |
|
|||||
|
|
1.3.8-20040913