Kate
katecmds.cpp File Reference
#include "katecmds.h"
#include "katedocument.h"
#include "kateview.h"
#include "kateconfig.h"
#include "kateautoindent.h"
#include "katetextline.h"
#include "katesyntaxmanager.h"
#include "kateglobal.h"
#include "katerenderer.h"
#include "katecmd.h"
#include <kdebug.h>
#include <klocale.h>
#include <kurl.h>
#include <kshellcompletion.h>
#include <QtCore/QRegExp>
Include dependency graph for katecmds.cpp:

Go to the source code of this file.
Defines | |
| #define | KCC_ERR(s) { errorMsg=s; return false; } |
Functions | |
| static int | backslashString (const QString &haystack, const QString &needle, int index) |
| static void | exchangeAbbrevs (QString &str) |
| static bool | getBoolArg (const QString &t, bool *val) |
| static void | replace (QString &s, const QString &needle, const QString &with) |
| static void | setDocFlag (KateDocumentConfig::ConfigFlags flag, bool enable, KateDocument *doc) |
Define Documentation
| #define KCC_ERR | ( | s | ) | { errorMsg=s; return false; } |
Function Documentation
Definition at line 294 of file katecmds.cpp.
| static void exchangeAbbrevs | ( | QString & | str | ) | [static] |
Definition at line 322 of file katecmds.cpp.
Definition at line 51 of file katecmds.cpp.
Definition at line 281 of file katecmds.cpp.
| static void setDocFlag | ( | KateDocumentConfig::ConfigFlags | flag, | |
| bool | enable, | |||
| KateDocument * | doc | |||
| ) | [static] |
Definition at line 42 of file katecmds.cpp.
KDE 4.1 API Reference