xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
SciEventListener类 参考

Public 成员函数

详细描述

在文件 Constant.x3598 行定义.

成员函数说明

◆ ON_AUTOCCANCELLED()

void ON_AUTOCCANCELLED ( QScintilla  sci)

在文件 Constant.x3600 行定义.

3600{ }

◆ ON_AUTOCCHARDELETED()

void ON_AUTOCCHARDELETED ( QScintilla  sci)

在文件 Constant.x3601 行定义.

3601{ }

◆ ON_AUTOCCOMPLETED()

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

在文件 Constant.x3602 行定义.

3602{ }

◆ ON_AUTOCSELECTION() [1/2]

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

在文件 Constant.x3604 行定义.

3604{ }

◆ ON_AUTOCSELECTION() [2/2]

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

在文件 Constant.x3603 行定义.

3603{ }

◆ ON_CALLTIPCLICK()

void ON_CALLTIPCLICK ( QScintilla  sci,
int  direction 
)

在文件 Constant.x3606 行定义.

3606{ }

◆ ON_CHARADDED()

void ON_CHARADDED ( QScintilla  sci,
int  charadded 
)

在文件 Constant.x3607 行定义.

3607{ }

◆ ON_DOUBLECLICK()

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

在文件 Constant.x3608 行定义.

3608{ }

◆ ON_DWELLEND()

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

在文件 Constant.x3609 行定义.

3609{ }

◆ ON_DWELLSTART()

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

在文件 Constant.x3610 行定义.

3610{ }

◆ ON_FOCUSIN()

void ON_FOCUSIN ( QScintilla  sci)

在文件 Constant.x3611 行定义.

3611{ }

◆ ON_FOCUSOUT()

void ON_FOCUSOUT ( QScintilla  sci)

在文件 Constant.x3612 行定义.

3612{ }

◆ ON_HOTSPOTCLICK()

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

在文件 Constant.x3613 行定义.

3613{ }

◆ ON_HOTSPOTDOUBLECLICK()

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

在文件 Constant.x3614 行定义.

3614{ }

◆ ON_HOTSPOTRELEASECLICK()

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

在文件 Constant.x3615 行定义.

3615{ }

◆ ON_INDICATORCLICK()

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

在文件 Constant.x3616 行定义.

3616{ }

◆ ON_INDICATORRELEASE()

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

在文件 Constant.x3617 行定义.

3617{ }

◆ ON_MACRORECORD()

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

在文件 Constant.x3618 行定义.

3618{ }

◆ ON_MARGINCLICK()

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

在文件 Constant.x3619 行定义.

3619{ }

◆ ON_MARGINRIGHTCLICK()

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

在文件 Constant.x3620 行定义.

3620{ }

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

3626 { }

◆ ON_MODIFYATTEMPTRO()

void ON_MODIFYATTEMPTRO ( QScintilla  sci)

在文件 Constant.x3627 行定义.

3627{ }

◆ ON_NEEDSHOWN()

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

在文件 Constant.x3628 行定义.

3628{ }

◆ ON_PAINTED()

void ON_PAINTED ( QScintilla  sci)

在文件 Constant.x3629 行定义.

3629{ }

◆ ON_SAVEPOINTLEFT()

void ON_SAVEPOINTLEFT ( QScintilla  sci)

在文件 Constant.x3630 行定义.

3630{ }

◆ ON_SAVEPOINTREACHED()

void ON_SAVEPOINTREACHED ( QScintilla  sci)

在文件 Constant.x3631 行定义.

3631{ }

◆ ON_STYLENEEDED()

void ON_STYLENEEDED ( QScintilla  sci,
int  position 
)

在文件 Constant.x3632 行定义.

3632{ }

◆ ON_UPDATEUI()

void ON_UPDATEUI ( QScintilla  sci,
int  updated 
)

在文件 Constant.x3633 行定义.

3633{ }

◆ ON_USERLISTSELECTION() [1/2]

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

在文件 Constant.x3635 行定义.

3635{ }

◆ ON_USERLISTSELECTION() [2/2]

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

在文件 Constant.x3634 行定义.

3634{ }

◆ ON_ZOOM()

void ON_ZOOM ( QScintilla  sci)

在文件 Constant.x3636 行定义.

3636{ }

◆ QON_SELCHANGED()

void QON_SELCHANGED ( QScintilla  sci,
bool  yes 
)

在文件 Constant.x3599 行定义.

3599{ }

◆ SCEN_CHANGE()

void SCEN_CHANGE ( QScintilla  sci)

在文件 Constant.x3605 行定义.

3605{ }