Kate
katevivisualmode.cpp File Reference
#include "kateglobal.h"
#include "kateviglobal.h"
#include "katevivisualmode.h"
#include "katevirange.h"
Include dependency graph for katevivisualmode.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 32 of file katevivisualmode.cpp.
#define ADDMOTION | ( | STR, | |
FUNC, | |||
FLGS | |||
) |
Value:
m_motions.push_back( new \
KateViMotion( this, STR, &KateViNormalMode::FUNC, FLGS ) );
Definition at line 35 of file katevivisualmode.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.