CMGDK r49-rc2
|
函数 | |
int | GetMin () |
int | GetMax () |
int | GetPos () |
virtual void | SetMin (int) |
virtual void | SetMax (int) |
virtual void | SetPos (int) |
virtual void | DefaultDrawH (GUIObject *) |
virtual void | DefaultDrawV (GUIObject *) |
virtual bool | Proc_MouseMove (int x, int y, unsigned __int32 key) |
virtual bool | Proc_MouseLeftDown (int x, int y, unsigned __int32 key) |
virtual bool | Proc_MouseLeftUp (int x, int y, unsigned __int32 key) |
void __inline | MovePos (int off) |
void __inline | MoveMax (int off) |
void __inline | MoveMin (int off) |
变量 | |
int | pos |
int | min_value |
int | max_value |
bool | down |
virtual void DefaultDrawH | ( | GUIObject * | ) | [protected, virtual] |
virtual void DefaultDrawV | ( | GUIObject * | ) | [protected, virtual] |
int GetMax | ( | ) | [protected] |
int GetMin | ( | ) | [protected] |
int GetPos | ( | ) | [protected] |
void __inline MoveMax | ( | int | off | ) |
void __inline MoveMin | ( | int | off | ) |
void __inline MovePos | ( | int | off | ) |
virtual bool Proc_MouseLeftDown | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected, virtual] |
virtual bool Proc_MouseLeftUp | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected, virtual] |
virtual bool Proc_MouseMove | ( | int | x, |
int | y, | ||
unsigned __int32 | key | ||
) | [protected, virtual] |
virtual void SetMax | ( | int | ) | [protected, virtual] |
virtual void SetMin | ( | int | ) | [protected, virtual] |
virtual void SetPos | ( | int | ) | [protected, virtual] |
bool down |
int max_value |
int min_value |
int pos |