CMGDK r49-rc2
函数 | 变量
K:/CMGDKv18/SDK/Include/hgl/gui/EditBox.Attrib.H文件参考

浏览该文件的源代码。

函数

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]

变量文档

当前光标位置

是否显示光标

WideString edit_text
Makeup makeup
wchar_t password_char

密码字符

是否密码输入状态

WideString pw_text

从第几个字符开始显示

double time

本次光标闪烁时间

 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义