CMGDK r49-rc2
|
数值编辑框 更多...
#include <ValueEditBox.H>
公有成员 | |
DefEvent (void, OnValueChange,(GUIObject *, int)) | |
改变事件 | |
ValueEditBox () | |
ValueEditBox (float, float, float, int) | |
~ValueEditBox () | |
公有属性 | |
Property< int > | Value |
当前数值 | |
保护成员 | |
int | GetValue () |
void | SetValue (int) |
bool | Proc_Char (wchar_t ch) |
void | Change () |
void | InitPrivate () |
保护属性 | |
int | value |
数值编辑框
数值编辑框,一种特别定制的编辑框,专们用于数值编辑
hgl::gui::ValueEditBox::ValueEditBox | ( | ) |
hgl::gui::ValueEditBox::ValueEditBox | ( | float | l, |
float | t, | ||
float | w, | ||
int | v | ||
) |
hgl::gui::ValueEditBox::~ValueEditBox | ( | ) | [inline] |
void hgl::gui::ValueEditBox::Change | ( | ) | [protected] |
int hgl::gui::ValueEditBox::GetValue | ( | ) | [protected] |
void hgl::gui::ValueEditBox::InitPrivate | ( | ) | [protected] |
bool hgl::gui::ValueEditBox::Proc_Char | ( | wchar_t | ch | ) | [protected] |
void hgl::gui::ValueEditBox::SetValue | ( | int | v | ) | [protected] |
int hgl::gui::ValueEditBox::value [protected] |