katevinormalmode.cpp File Reference
#include "katevinormalmode.h"#include "katevivisualmode.h"#include "kateviinputmodemanager.h"#include "kateviglobal.h"#include "kateglobal.h"#include "katebuffer.h"#include "kateviewhelpers.h"#include <ktexteditor/movingcursor.h>#include <QApplication>#include <QList>
Include dependency graph for katevinormalmode.cpp:

Go to the source code of this file.
Defines | |
| #define | ADDCMD(STR, FUNC, FLGS) |
| #define | ADDMOTION(STR, FUNC, FLGS) |
Define Documentation
| #define ADDCMD | ( | STR, | |
| FUNC, | |||
| FLGS | |||
| ) |
Value:
m_commands.push_back( \
new KateViCommand( this, STR, &KateViNormalMode::FUNC, FLGS ) );
Definition at line 38 of file katevinormalmode.cpp.
| #define ADDMOTION | ( | STR, | |
| FUNC, | |||
| FLGS | |||
| ) |
Value:
m_motions.push_back( new \ KateViMotion( this, STR, &KateViNormalMode::FUNC, FLGS ) );
Definition at line 41 of file katevinormalmode.cpp.
KDE 4.6 API Reference