xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
SciEventListener类 参考
SciEventListener 的协作图:
Collaboration graph

Public 成员函数

详细描述

在文件 Constant.x3638 行定义.

成员函数说明

◆ ON_AUTOCCANCELLED()

void ON_AUTOCCANCELLED ( QScintilla  sci)

在文件 Constant.x3640 行定义.

3640{ }

◆ ON_AUTOCCHARDELETED()

void ON_AUTOCCHARDELETED ( QScintilla  sci)

在文件 Constant.x3641 行定义.

3641{ }

◆ ON_AUTOCCOMPLETED()

void ON_AUTOCCOMPLETED ( QScintilla  sci,
String  selection,
int  position,
int  ch,
int  method 
)

在文件 Constant.x3642 行定义.

3642{ }

◆ ON_AUTOCSELECTION() [1/2]

void ON_AUTOCSELECTION ( QScintilla  sci,
String  selection,
int  position 
)

在文件 Constant.x3644 行定义.

3644{ }

◆ ON_AUTOCSELECTION() [2/2]

void ON_AUTOCSELECTION ( QScintilla  sci,
String  selection,
int  position,
int  ch,
int  method 
)

在文件 Constant.x3643 行定义.

3643{ }

◆ ON_CALLTIPCLICK()

void ON_CALLTIPCLICK ( QScintilla  sci,
int  direction 
)

在文件 Constant.x3646 行定义.

3646{ }

◆ ON_CHARADDED()

void ON_CHARADDED ( QScintilla  sci,
int  charadded 
)

在文件 Constant.x3647 行定义.

3647{ }

◆ ON_DOUBLECLICK()

void ON_DOUBLECLICK ( QScintilla  sci,
int  position,
int  line,
int  modifiers 
)

在文件 Constant.x3648 行定义.

3648{ }

◆ ON_DWELLEND()

void ON_DWELLEND ( QScintilla  sci,
int  position,
int  x,
int  y 
)

在文件 Constant.x3649 行定义.

3649{ }

◆ ON_DWELLSTART()

void ON_DWELLSTART ( QScintilla  sci,
int  position,
int  x,
int  y 
)

在文件 Constant.x3650 行定义.

3650{ }

◆ ON_FOCUSIN()

void ON_FOCUSIN ( QScintilla  sci)

在文件 Constant.x3651 行定义.

3651{ }

◆ ON_FOCUSOUT()

void ON_FOCUSOUT ( QScintilla  sci)

在文件 Constant.x3652 行定义.

3652{ }

◆ ON_HOTSPOTCLICK()

void ON_HOTSPOTCLICK ( QScintilla  sci,
int  position,
int  modifiers 
)

在文件 Constant.x3653 行定义.

3653{ }

◆ ON_HOTSPOTDOUBLECLICK()

void ON_HOTSPOTDOUBLECLICK ( QScintilla  sci,
int  position,
int  modifiers 
)

在文件 Constant.x3654 行定义.

3654{ }

◆ ON_HOTSPOTRELEASECLICK()

void ON_HOTSPOTRELEASECLICK ( QScintilla  sci,
int  position,
int  modifiers 
)

在文件 Constant.x3655 行定义.

3655{ }

◆ ON_INDICATORCLICK()

void ON_INDICATORCLICK ( QScintilla  sci,
int  position,
int  modifiers 
)

在文件 Constant.x3656 行定义.

3656{ }

◆ ON_INDICATORRELEASE()

void ON_INDICATORRELEASE ( QScintilla  sci,
int  position,
int  modifiers 
)

在文件 Constant.x3657 行定义.

3657{ }

◆ ON_MACRORECORD()

void ON_MACRORECORD ( QScintilla  sci,
int  msg,
long  wparam,
long  lparam 
)

在文件 Constant.x3658 行定义.

3658{ }

◆ ON_MARGINCLICK()

void ON_MARGINCLICK ( QScintilla  sci,
int  position,
int  modifiers,
int  margin 
)

在文件 Constant.x3659 行定义.

3659{ }

◆ ON_MARGINRIGHTCLICK()

void ON_MARGINRIGHTCLICK ( QScintilla  sci,
int  position,
int  modifiers,
int  margin 
)

在文件 Constant.x3660 行定义.

3660{ }

◆ ON_MODIFIED()

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.x3661 行定义.

3666 { }

◆ ON_MODIFYATTEMPTRO()

void ON_MODIFYATTEMPTRO ( QScintilla  sci)

在文件 Constant.x3667 行定义.

3667{ }

◆ ON_NEEDSHOWN()

void ON_NEEDSHOWN ( QScintilla  sci,
int  positino,
int  length 
)

在文件 Constant.x3668 行定义.

3668{ }

◆ ON_PAINTED()

void ON_PAINTED ( QScintilla  sci)

在文件 Constant.x3669 行定义.

3669{ }

◆ ON_SAVEPOINTLEFT()

void ON_SAVEPOINTLEFT ( QScintilla  sci)

在文件 Constant.x3670 行定义.

3670{ }

◆ ON_SAVEPOINTREACHED()

void ON_SAVEPOINTREACHED ( QScintilla  sci)

在文件 Constant.x3671 行定义.

3671{ }

◆ ON_STYLENEEDED()

void ON_STYLENEEDED ( QScintilla  sci,
int  position 
)

在文件 Constant.x3672 行定义.

3672{ }

◆ ON_UPDATEUI()

void ON_UPDATEUI ( QScintilla  sci,
int  updated 
)

在文件 Constant.x3673 行定义.

3673{ }

◆ ON_USERLISTSELECTION() [1/2]

void ON_USERLISTSELECTION ( QScintilla  sci,
String  text,
int  wparam 
)

在文件 Constant.x3675 行定义.

3675{ }

◆ ON_USERLISTSELECTION() [2/2]

void ON_USERLISTSELECTION ( QScintilla  sci,
String  text,
int  wparam,
int  ch,
int  listCompletionMethod 
)

在文件 Constant.x3674 行定义.

3674{ }

◆ ON_ZOOM()

void ON_ZOOM ( QScintilla  sci)

在文件 Constant.x3676 行定义.

3676{ }

◆ QON_SELCHANGED()

void QON_SELCHANGED ( QScintilla  sci,
bool  yes 
)

在文件 Constant.x3639 行定义.

3639{ }

◆ SCEN_CHANGE()

void SCEN_CHANGE ( QScintilla  sci)

在文件 Constant.x3645 行定义.

3645{ }