Kate
KateViInsertMode Class Reference
Commands for the vi insert mode. More...
#include <kateviinsertmode.h>
Public Member Functions | |
| bool | commandCompleteNext () |
| bool | commandCompletePrevious () |
| bool | commandDeleteWord () |
| bool | commandIndent () |
| bool | commandInsertFromAbove () |
| bool | commandInsertFromBelow () |
| bool | commandMoveOneWordLeft () |
| bool | commandMoveOneWordRight () |
| bool | commandToFirstCharacterInFile () |
| bool | commandToLastCharacterInFile () |
| bool | commandUnindent () |
| bool | handleKeypress (const QKeyEvent *e) |
| KateViInsertMode (KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) | |
| ~KateViInsertMode () | |
Detailed Description
Commands for the vi insert mode.
Definition at line 34 of file kateviinsertmode.h.
Constructor & Destructor Documentation
| KateViInsertMode::KateViInsertMode | ( | KateViInputModeManager * | viInputModeManager, | |
| KateView * | view, | |||
| KateViewInternal * | viewInternal | |||
| ) |
Definition at line 27 of file kateviinsertmode.cpp.
| KateViInsertMode::~KateViInsertMode | ( | ) |
Definition at line 35 of file kateviinsertmode.cpp.
Member Function Documentation
| bool KateViInsertMode::commandCompleteNext | ( | ) |
Definition at line 181 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandCompletePrevious | ( | ) |
Definition at line 187 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandDeleteWord | ( | ) |
Definition at line 105 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandIndent | ( | ) |
Definition at line 126 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandInsertFromAbove | ( | ) |
Definition at line 67 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandInsertFromBelow | ( | ) |
Definition at line 86 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandMoveOneWordLeft | ( | ) |
Definition at line 163 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandMoveOneWordRight | ( | ) |
Definition at line 172 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandToFirstCharacterInFile | ( | ) |
Definition at line 138 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandToLastCharacterInFile | ( | ) |
Definition at line 150 of file kateviinsertmode.cpp.
| bool KateViInsertMode::commandUnindent | ( | ) |
Definition at line 132 of file kateviinsertmode.cpp.
| bool KateViInsertMode::handleKeypress | ( | const QKeyEvent * | e | ) |
checks if the key is a valid command
- Returns:
- true if a command was completed and executed, false otherwise
Definition at line 197 of file kateviinsertmode.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference