Kate
katevinormalmode.cpp File Reference
#include "katevinormalmode.h"
#include "katevivisualmode.h"
#include "kateviinsertmode.h"
#include "kateviinputmodemanager.h"
#include "kateviglobal.h"
#include "katevikeymapper.h"
#include "kateviemulatedcommandbar.h"
#include "kateglobal.h"
#include "kateconfig.h"
#include "katebuffer.h"
#include "kateviewhelpers.h"
#include <kateundomanager.h>
#include <ktexteditor/attribute.h>
#include <katecompletionwidget.h>
#include <QApplication>
#include <QList>
Include dependency graph for katevinormalmode.cpp:
Go to the source code of this file.
Macros | |
#define | ADDCMD(STR, FUNC, FLGS) |
#define | ADDMOTION(STR, FUNC, FLGS) |
Macro Definition Documentation
#define ADDCMD | ( | STR, | |
FUNC, | |||
FLGS | |||
) |
Value:
m_commands.push_back( \
Definition at line 47 of file katevinormalmode.cpp.
#define ADDMOTION | ( | STR, | |
FUNC, | |||
FLGS | |||
) |
Value:
m_motions.push_back( \
Definition at line 50 of file katevinormalmode.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.