xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
在文件 Constant.x 第 3398 行定义.
void onMouseButtonDblClick | ( | QObject | obj, |
int | Button, | ||
int | x, | ||
int | y, | ||
int | flags, | ||
int | source | ||
) |
在文件 Constant.x 第 3403 行定义.
void onMouseButtonPress | ( | QObject | obj, |
int | Button, | ||
int | x, | ||
int | y, | ||
int | flags, | ||
int | source | ||
) |
在文件 Constant.x 第 3399 行定义.
void onMouseButtonRelease | ( | QObject | obj, |
int | Button, | ||
int | x, | ||
int | y, | ||
int | flags, | ||
int | source | ||
) |
在文件 Constant.x 第 3401 行定义.
void onMouseMove | ( | QObject | obj, |
int | Button, | ||
int | x, | ||
int | y, | ||
int | flags, | ||
int | source | ||
) |
在文件 Constant.x 第 3405 行定义.
void onWheel | ( | QObject | obj, |
int | button, | ||
int | x, | ||
int | y, | ||
int | Orientation, | ||
int | delta, | ||
bool | inverted | ||
) |
在文件 Constant.x 第 3407 行定义.