Inherits QPlainTextEdit.
|
| enum | LineState { Nothing
, Executed
, ExecutedError
, HighLighted
} |
| |
|
|
void | insertCompletion (const QString &completion) |
| |
|
|
| CodeEditor (QWidget *parent=0) |
| |
|
void | lineNumberAreaPaintEvent (QPaintEvent *event) |
| |
|
int | lineNumberAreaWidth () |
| |
|
void | setCompleter (QCompleter *c) |
| |
|
QCompleter * | completer () const |
| |
|
void | setLineState (size_t linenr, LineState state) |
| |
|
CodeEditor::LineState | getLineState (int lineNr) |
| |
|
|
void | resizeEvent (QResizeEvent *event) |
| |
|
void | keyPressEvent (QKeyEvent *e) |
| |
|
void | focusInEvent (QFocusEvent *e) |
| |
The documentation for this class was generated from the following file: