#include <mgui/ctrl.h>
Inheritance diagram for MGUI::FORM_EDIT_NUMBER_T< _CT >:

Public Member Functions | |
| FORM_EDIT_NUMBER_T (_CT *pContainer) | |
| void | SetContainer (_CT *pContainer) |
| void | SetFuncActivate (void(_CT::*pfOnActivate)()) |
| void | SetFuncChangeValue (void(_CT::*pfOnChangeValue)()) |
| void | SetFuncUserEdit (void(_CT::*pfOnUserEdit)()) |
Definition at line 1930 of file ctrl.h.
|
||||||||||
|
Constructor.
|
|
||||||||||
|
Set container pointer. Container may also be specified in constructor. |
|
||||||||||
|
Set container method to call for OnActivate().
|
|
||||||||||
|
Set container method to call for OnChangeValue().
|
|
||||||||||
|
Set container method to call for OnUserEdit().
|
1.3.8-20040913