CMGDK r49-rc2
|
函数 | |
void | InitPrivate () |
void | DefaultDraw (GUIObject *) |
缺省绘制函数 | |
bool | Proc_MouseLeftDown (int x, int y, unsigned __int32 key) |
bool | Proc_MouseRightDown (int x, int y, unsigned __int32 key) |
bool | Proc_KeyDown (unsigned __int32 key) |
bool | Proc_KeyPress (unsigned __int32 key) |
bool | Proc_Char (wchar_t ch) |
virtual void | Change (bool=true) |
int | GetCol () const |
void | SetCol (int) |
void | SetEditText () |
bool | GetPassword () const |
void | SetPassword (bool) |
wchar_t | GetPasswordChar () const |
void | SetPasswordChar (wchar_t ch) |
变量 | |
int | cursor_col |
当前光标位置 | |
int | show_start |
从第几个字符开始显示 | |
bool | cursor_visible |
是否显示光标 | |
double | time |
本次光标闪烁时间 | |
bool | password_edit |
是否密码输入状态 | |
wchar_t | password_char |
密码字符 | |
WideString | edit_text |
WideString | pw_text |
Makeup | makeup |
virtual void Change | ( | bool | = true | ) | [protected, virtual] |
void DefaultDraw | ( | GUIObject * | ) | [protected] |
缺省绘制函数
int GetCol | ( | ) | const [protected] |
bool GetPassword | ( | ) | const [protected] |
wchar_t GetPasswordChar | ( | ) | const [protected] |
void InitPrivate | ( | ) | [protected] |
bool Proc_Char | ( | wchar_t | ch | ) | [protected] |
bool Proc_KeyDown | ( | unsigned __int32 | key | ) | [protected] |
bool Proc_KeyPress | ( | unsigned __int32 | key | ) | [protected] |
bool Proc_MouseLeftDown | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected] |
bool Proc_MouseRightDown | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected] |
void SetCol | ( | int | ) | [protected] |
void SetEditText | ( | ) | [protected] |
void SetPassword | ( | bool | ) | [protected] |
void SetPasswordChar | ( | wchar_t | ch | ) | [protected] |
int cursor_col |
当前光标位置
bool cursor_visible |
是否显示光标
WideString edit_text |
Makeup makeup |
wchar_t password_char |
密码字符
bool password_edit |
是否密码输入状态
WideString pw_text |
int show_start |
从第几个字符开始显示
double time |
本次光标闪烁时间