|
xlang v5.1 Release
程序设计语言基础库文档
|

Public 成员函数 |
在文件 Constant.x 第 3438 行定义.
| void onMouseButtonDblClick | ( | QObject | obj, |
| int | Button, | ||
| int | x, | ||
| int | y, | ||
| int | flags, | ||
| int | source | ||
| ) |
在文件 Constant.x 第 3443 行定义.
| void onMouseButtonPress | ( | QObject | obj, |
| int | Button, | ||
| int | x, | ||
| int | y, | ||
| int | flags, | ||
| int | source | ||
| ) |
在文件 Constant.x 第 3439 行定义.
| void onMouseButtonRelease | ( | QObject | obj, |
| int | Button, | ||
| int | x, | ||
| int | y, | ||
| int | flags, | ||
| int | source | ||
| ) |
在文件 Constant.x 第 3441 行定义.
| void onMouseMove | ( | QObject | obj, |
| int | Button, | ||
| int | x, | ||
| int | y, | ||
| int | flags, | ||
| int | source | ||
| ) |
在文件 Constant.x 第 3445 行定义.
| void onWheel | ( | QObject | obj, |
| int | button, | ||
| int | x, | ||
| int | y, | ||
| int | Orientation, | ||
| int | delta, | ||
| bool | inverted | ||
| ) |
在文件 Constant.x 第 3447 行定义.