|
xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
在文件 Constant.x 第 3598 行定义.
| void ON_AUTOCCANCELLED | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3600 行定义.
| void ON_AUTOCCHARDELETED | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3601 行定义.
| void ON_AUTOCCOMPLETED | ( | QScintilla | sci, |
| String | selection, | ||
| int | position, | ||
| int | ch, | ||
| int | method | ||
| ) |
在文件 Constant.x 第 3602 行定义.
| void ON_AUTOCSELECTION | ( | QScintilla | sci, |
| String | selection, | ||
| int | position | ||
| ) |
在文件 Constant.x 第 3604 行定义.
| void ON_AUTOCSELECTION | ( | QScintilla | sci, |
| String | selection, | ||
| int | position, | ||
| int | ch, | ||
| int | method | ||
| ) |
在文件 Constant.x 第 3603 行定义.
| void ON_CALLTIPCLICK | ( | QScintilla | sci, |
| int | direction | ||
| ) |
在文件 Constant.x 第 3606 行定义.
| void ON_CHARADDED | ( | QScintilla | sci, |
| int | charadded | ||
| ) |
在文件 Constant.x 第 3607 行定义.
| void ON_DOUBLECLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | line, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3608 行定义.
| void ON_DWELLEND | ( | QScintilla | sci, |
| int | position, | ||
| int | x, | ||
| int | y | ||
| ) |
在文件 Constant.x 第 3609 行定义.
| void ON_DWELLSTART | ( | QScintilla | sci, |
| int | position, | ||
| int | x, | ||
| int | y | ||
| ) |
在文件 Constant.x 第 3610 行定义.
| void ON_FOCUSIN | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3611 行定义.
| void ON_FOCUSOUT | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3612 行定义.
| void ON_HOTSPOTCLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3613 行定义.
| void ON_HOTSPOTDOUBLECLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3614 行定义.
| void ON_HOTSPOTRELEASECLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3615 行定义.
| void ON_INDICATORCLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3616 行定义.
| void ON_INDICATORRELEASE | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers | ||
| ) |
在文件 Constant.x 第 3617 行定义.
| void ON_MACRORECORD | ( | QScintilla | sci, |
| int | msg, | ||
| long | wparam, | ||
| long | lparam | ||
| ) |
在文件 Constant.x 第 3618 行定义.
| void ON_MARGINCLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers, | ||
| int | margin | ||
| ) |
在文件 Constant.x 第 3619 行定义.
| void ON_MARGINRIGHTCLICK | ( | QScintilla | sci, |
| int | position, | ||
| int | modifiers, | ||
| int | margin | ||
| ) |
在文件 Constant.x 第 3620 行定义.
| void ON_MODIFIED | ( | QScintilla | sci, |
| int | position, | ||
| int | modType, | ||
| String | text, | ||
| int | length, | ||
| int | linesAdded, | ||
| int | line, | ||
| int | foldLevelNow, | ||
| int | foldLevelPrev, | ||
| int | token, | ||
| int | annotationLinesAdded | ||
| ) |
在文件 Constant.x 第 3621 行定义.
| void ON_MODIFYATTEMPTRO | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3627 行定义.
| void ON_NEEDSHOWN | ( | QScintilla | sci, |
| int | positino, | ||
| int | length | ||
| ) |
在文件 Constant.x 第 3628 行定义.
| void ON_PAINTED | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3629 行定义.
| void ON_SAVEPOINTLEFT | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3630 行定义.
| void ON_SAVEPOINTREACHED | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3631 行定义.
| void ON_STYLENEEDED | ( | QScintilla | sci, |
| int | position | ||
| ) |
在文件 Constant.x 第 3632 行定义.
| void ON_UPDATEUI | ( | QScintilla | sci, |
| int | updated | ||
| ) |
在文件 Constant.x 第 3633 行定义.
| void ON_USERLISTSELECTION | ( | QScintilla | sci, |
| String | text, | ||
| int | wparam | ||
| ) |
在文件 Constant.x 第 3635 行定义.
| void ON_USERLISTSELECTION | ( | QScintilla | sci, |
| String | text, | ||
| int | wparam, | ||
| int | ch, | ||
| int | listCompletionMethod | ||
| ) |
在文件 Constant.x 第 3634 行定义.
| void ON_ZOOM | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3636 行定义.
| void QON_SELCHANGED | ( | QScintilla | sci, |
| bool | yes | ||
| ) |
在文件 Constant.x 第 3599 行定义.
| void SCEN_CHANGE | ( | QScintilla | sci | ) |
在文件 Constant.x 第 3605 行定义.