#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 "kateviglobal.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) |
Define Documentation
| #define KCC_ERR | ( | s | ) | { errorMsg=s; return false; } |
Function Documentation
Definition at line 635 of file katecmds.cpp.
| static void exchangeAbbrevs | ( | QString & | str | ) | [static] |
Definition at line 663 of file katecmds.cpp.
Definition at line 47 of file katecmds.cpp.
Definition at line 622 of file katecmds.cpp.
KDE 4.6 API Reference