|
Public Types |
| enum | AutoCompletion { Document,
TagsFile,
None
} |
Public Member Functions |
|
| CUTEScintilla (QWidget *parent=0, const char *name=0, tagFile *tags=0) |
| void | setActions (QMap< int, QAction * >) |
| void | autoComplete () |
| void | setAutoCompletionThreshold (int) |
|
void | setAutoCompletionSource (AutoCompletion ac) |
| void | setTagsFile (tagFile *t) |
| QString | line (int) |
Protected Slots |
|
void | slotCharAdded (int) |
Protected Member Functions |
|
void | autoCompleteFromDocument () |
|
void | autoCompleteFromTagsFile () |
|
bool | eventFilter (QObject *obj, QEvent *e) |
|
void | contextMenu (QContextMenuEvent *e) |
|
void | keyPressEvent (QKeyEvent *e) |
|
void | dragEnterEvent (QDragEnterEvent *e) |
|
void | dropEvent (QDropEvent *e) |