CMGDK r49-rc2
|
函数 | |
int | GetIndex () |
取当前菜单在上级菜单中的索引编号 | |
virtual void | SetIndex (int) |
int | GetCount () |
void | DefaultDraw (GUIObject *) |
virtual bool | Proc_MouseLeftDown (int x, int y, unsigned __int32 key) |
void | OnMenuSelect (GUIObject *) |
MenuItem * | GetSelectedItem () |
void | InitPrivate () |
变量 | |
int | index |
float | total_height |
float | total_width |
GUIObject * | menu |
void DefaultDraw | ( | GUIObject * | ) | [protected] |
int GetCount | ( | ) | [protected] |
int GetIndex | ( | ) | [protected] |
取当前菜单在上级菜单中的索引编号
MenuItem* GetSelectedItem | ( | ) | [protected] |
void InitPrivate | ( | ) | [protected] |
void OnMenuSelect | ( | GUIObject * | ) | [protected] |
virtual bool Proc_MouseLeftDown | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected, virtual] |
virtual void SetIndex | ( | int | ) | [protected, virtual] |
int index |
GUIObject* menu |
float total_height |
float total_width |