Kate
katesmartmanager.cpp File Reference
#include "katesmartmanager.h"#include "katedocument.h"#include "kateedit.h"#include "katesmartcursor.h"#include "katesmartrange.h"#include <QThread>#include <QMutexLocker>#include <kdebug.h>#include "katesmartmanager.moc"Go to the source code of this file.
Functions | |
| static void | translate (KateEditInfo *edit, Cursor &ret, SmartCursor::InsertBehavior insertBehavior) |
Variables | |
| static const int | s_defaultGroupSize = 40 |
| static const int | s_maximumGroupSize = 60 |
| static const int | s_minimumGroupSize = 20 |
Function Documentation
| static void translate | ( | KateEditInfo * | edit, | |
| Cursor & | ret, | |||
| SmartCursor::InsertBehavior | insertBehavior | |||
| ) | [static] |
Definition at line 41 of file katesmartmanager.cpp.
Variable Documentation
const int s_defaultGroupSize = 40 [static] |
Definition at line 35 of file katesmartmanager.cpp.
const int s_maximumGroupSize = 60 [static] |
Definition at line 37 of file katesmartmanager.cpp.
const int s_minimumGroupSize = 20 [static] |
Definition at line 36 of file katesmartmanager.cpp.
KDE 4.3 API Reference