xlang v4.0 Release
程序设计语言基础库文档
|
结构体 | |
class | QSciPrinter |
Public 成员函数 |
静态 Public 属性 |
额外继承的成员函数 |
int appendText | ( | @NotNilptr String | text | ) |
void applyIndic | ( | int | position, |
int | len | ||
) |
void autoShow | ( | String [] | completes | ) |
void cancelTips | ( | ) |
int clear | ( | ) |
void clearIndic | ( | int | position, |
int | length | ||
) |
void clearInternalShortcuts | ( | ) |
void clearUndo | ( | ) |
void Copy | ( | ) |
int countOfLine | ( | ) |
|
override |
重载 QWidget .
|
override |
重载 QWidget .
long currentPosition | ( | ) |
void Cut | ( | ) |
void Delete | ( | ) |
void disableInternalShortcut | ( | int | command | ) |
void enableScrollBarMarker | ( | bool | b | ) |
bool findFirst | ( | String | text, |
bool | regex, | ||
bool | bCase, | ||
bool | bWholeWord, | ||
bool | warp, | ||
bool | forward, | ||
int | startLine, | ||
int | startIndex, | ||
bool | bshow, | ||
bool | posix | ||
) |
bool findNext | ( | ) |
int getChar | ( | int | position | ) |
int getCodepage | ( | ) |
int getCurrentIndic | ( | ) |
int getCurrentLine | ( | ) |
int getCurrentPosition | ( | ) |
int getCursor | ( | ) |
int getEndOfLine | ( | int | line | ) |
int getFirstVisibleLine | ( | ) |
int getIndicEnd | ( | int | indic, |
int | position | ||
) |
int getIndicPosition | ( | int | pos | ) |
int getIndicStart | ( | int | indic, |
int | position | ||
) |
long getLength | ( | ) |
int getLineHeight | ( | ) |
int getLinesOfDisplay | ( | ) |
int getPosition | ( | int | line | ) |
String getSelectedText | ( | ) |
int getSelectEnd | ( | ) |
int getSelectStart | ( | ) |
int getStyleAtPosition | ( | int | position | ) |
String getText | ( | ) |
String getText | ( | int | line | ) |
String getText | ( | int | start, |
int | end | ||
) |
int getWordStart | ( | int | pos | ) |
void goto | ( | int | line, |
int | row | ||
) |
int gotoPos | ( | long | pos | ) |
int IndicForPosition | ( | int | pos | ) |
void insertText | ( | long | position, |
String | Text | ||
) |
bool isLineVisible | ( | int | line | ) |
bool isModified | ( | ) |
bool isWrap | ( | ) |
void Paste | ( | ) |
int positionFromPoint | ( | int | x, |
int | y | ||
) |
int positionToLine | ( | int | position | ) |
QPoint positionToPoint | ( | int | position | ) |
void Redo | ( | ) |
bool replace | ( | String | text, |
bool | regex, | ||
bool | bCase, | ||
bool | bWholeWord, | ||
bool | warp, | ||
bool | forward, | ||
int | startLine, | ||
int | startIndex, | ||
bool | bshow, | ||
bool | posix, | ||
String | replaceStr | ||
) |
void replaceRange | ( | int | s, |
int | e, | ||
String | text | ||
) |
void replaceSelect | ( | String | text | ) |
void selectAndReplace | ( | int | s, |
int | e, | ||
String | text | ||
) |
int sendEditor | ( | int | cmd, |
int | lparam, | ||
int | wparam | ||
) |
int sendEditor | ( | int | cmd, |
int | lparam, | ||
String | wparam | ||
) |
int sendEditor | ( | int | lparam, |
int | wparam | ||
) |
int sendEditor | ( | int | lparam, |
String | wparam | ||
) |
int setCharset | ( | int | style, |
int | charset | ||
) |
int setCodepage | ( | int | codepage | ) |
|
override |
void setExtraAscent | ( | int | extra | ) |
void setExtraDescent | ( | int | extra | ) |
int setFirstVisibleLine | ( | int | line | ) |
void setFont | ( | @NotNilptr QFont | font | ) |
void setIndentationsUseTabs | ( | bool | b | ) |
void setIndicAlpha | ( | int | id, |
int | alpha | ||
) |
void setIndicCurrent | ( | int | id | ) |
void setIndicForeColor | ( | int | id, |
int | color | ||
) |
void setIndicOutlineAlpha | ( | int | id, |
int | alpha | ||
) |
void setIndicStyle | ( | int | id, |
int | style | ||
) |
void setIndicUnder | ( | int | id, |
bool | bUnderText | ||
) |
void setKeywords | ( | int | id, |
String | keywords | ||
) |
void setLinespacing | ( | double | r | ) |
void setReadOnly | ( | bool | ro | ) |
void setSavePoint | ( | ) |
void setScrollBarMarker | ( | int | markid, |
int | index, | ||
int | color | ||
) |
void setSelect | ( | int | startPos, |
int | endPos | ||
) |
int setText | ( | @NotNilptr String | text | ) |
void setWrap | ( | bool | bWrap | ) |
void showTips | ( | int | pos, |
String | tips | ||
) |
void unbindInternalShortcut | ( | int | key | ) |
void Undo | ( | ) |
void updateInternalShortcut | ( | int | command, |
int | key | ||
) |
QWidget viewPort | ( | ) |
int xFromPosition | ( | int | position | ) |
int yFromPosition | ( | int | position | ) |