Kate
katecompletionmodel.cpp File Reference
#include "katecompletionmodel.h"#include <QTextEdit>#include <QMultiMap>#include <QTimer>#include <klocale.h>#include <kiconloader.h>#include <kapplication.h>#include "katecompletionwidget.h"#include "katecompletiontree.h"#include "katecompletiondelegate.h"#include "kateargumenthintmodel.h"#include "kateview.h"#include "katerenderer.h"#include "kateconfig.h"#include "katecompletionmodel.moc"
Include dependency graph for katecompletionmodel.cpp:

Go to the source code of this file.
Defines | |
| #define | COMPLETE_ADD |
| #define | COMPLETE_DELETE |
Define Documentation
| #define COMPLETE_ADD |
Value:
if (rowAddStart != -1) { \
addRows(g, filtered, rowAddStart, rowAdd); \
filterIndex += rowAdd.count(); \
index += rowAdd.count(); \
rowAddStart = -1; \
rowAdd.clear(); \
}
Definition at line 972 of file katecompletionmodel.cpp.
| #define COMPLETE_DELETE |
Value:
if (rowDeleteStart != -1) { \ if (!g->isEmpty) \ deleteRows(g, filtered, index - rowDeleteStart, rowDeleteStart); \ filterIndex -= index - rowDeleteStart + 1; \ index -= index - rowDeleteStart; \ rowDeleteStart = -1; \ }
Definition at line 963 of file katecompletionmodel.cpp.
KDE 4.2 API Reference