Kate
#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 "katevinormalmode.h"
#include "katerenderer.h"
#include "kateviemulatedcommandbar.h"
#include "katecmd.h"
#include <kdebug.h>
#include <klocale.h>
#include <kurl.h>
#include <kshellcompletion.h>
#include <QDir>
#include <QtCore/QRegExp>
Include dependency graph for katecmds.cpp:
Go to the source code of this file.
Macros | |
#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) |
Macro Definition Documentation
#define KCC_ERR | ( | s | ) | { errorMsg=s; return false; } |
Function Documentation
Definition at line 873 of file katecmds.cpp.
|
static |
Definition at line 901 of file katecmds.cpp.
Definition at line 52 of file katecmds.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.