katevivisualmode.cpp File Reference
Include dependency graph for katevivisualmode.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 27 of file katevivisualmode.cpp.
| #define ADDMOTION | ( | STR, | |
| FUNC, | |||
| FLGS | |||
| ) |
Value:
m_motions.push_back( new \ KateViMotion( this, STR, &KateViNormalMode::FUNC, FLGS ) );
Definition at line 30 of file katevivisualmode.cpp.
KDE 4.6 API Reference