, including all inherited members.
| addCurrentPositionToJumpList() | KateViNormalMode | |
| addMapping(const QString &from, const QString &to) | KateViModeBase | |
| commandAbort() | KateViNormalMode | |
| commandAlignLine() | KateViNormalMode | |
| commandAlignLines() | KateViNormalMode | |
| commandChange() | KateViNormalMode | |
| commandChangeCase() | KateViNormalMode | |
| commandChangeLine() | KateViNormalMode | |
| commandChangeToEOL() | KateViNormalMode | |
| commandDelete() | KateViNormalMode | |
| commandDeleteChar() | KateViNormalMode | |
| commandDeleteCharBackward() | KateViNormalMode | |
| commandDeleteLine() | KateViNormalMode | |
| commandDeleteToEOL() | KateViNormalMode | |
| commandEnterInsertMode() | KateViNormalMode | |
| commandEnterInsertModeAppend() | KateViNormalMode | |
| commandEnterInsertModeAppendEOL() | KateViNormalMode | |
| commandEnterInsertModeBeforeFirstCharacterOfLine() | KateViNormalMode | |
| commandEnterVisualLineMode() | KateViNormalMode | |
| commandEnterVisualMode() | KateViNormalMode | |
| commandFindNext() | KateViNormalMode | |
| commandFindPrev() | KateViNormalMode | |
| commandIndentLine() | KateViNormalMode | |
| commandIndentLines() | KateViNormalMode | |
| commandJoinLines() | KateViNormalMode | |
| commandMakeLowercase() | KateViNormalMode | |
| commandMakeLowercaseLine() | KateViNormalMode | |
| commandMakeUppercase() | KateViNormalMode | |
| commandMakeUppercaseLine() | KateViNormalMode | |
| commandOpenNewLineOver() | KateViNormalMode | |
| commandOpenNewLineUnder() | KateViNormalMode | |
| commandPaste() | KateViNormalMode | |
| commandPasteBefore() | KateViNormalMode | |
| commandPrintCharacterCode() | KateViNormalMode | |
| commandRedo() | KateViNormalMode | |
| commandRepeatLastChange() | KateViNormalMode | |
| commandReplaceCharacter() | KateViNormalMode | |
| commandScrollPageDown() | KateViNormalMode | |
| commandScrollPageUp() | KateViNormalMode | |
| commandSearch() | KateViNormalMode | |
| commandSetMark() | KateViNormalMode | |
| commandSubstituteChar() | KateViNormalMode | |
| commandSubstituteLine() | KateViNormalMode | |
| commandSwitchToCmdLine() | KateViNormalMode | |
| commandToOtherEnd() | KateViNormalMode | |
| commandUndo() | KateViNormalMode | |
| commandUnindentLine() | KateViNormalMode | |
| commandUnindentLines() | KateViNormalMode | |
| commandYank() | KateViNormalMode | |
| commandYankLine() | KateViNormalMode | |
| commandYankToEOL() | KateViNormalMode | |
| deleteRange(KateViRange &r, bool linewise=true, bool addToRegister=true) | KateViModeBase | [protected] |
| doc() const | KateViModeBase | [inline, protected] |
| error(const QString &errorMsg) const | KateViModeBase | [protected] |
| executeCommand(const KateViCommand *cmd) | KateViNormalMode | [protected] |
| fillRegister(const QChar ®, const QString &text) | KateViModeBase | [protected] |
| findLineStartingWitchChar(const QChar &c, unsigned int count, bool forward=true) const | KateViModeBase | [protected] |
| findNextWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findNextWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findPrevWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findPrevWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findPrevWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findPrevWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findSurrounding(const QChar &c1, const QChar &c2, bool inner=false) const | KateViModeBase | [protected] |
| findSurrounding(const QRegExp &c1, const QRegExp &c2, bool inner=false) const | KateViModeBase | [protected] |
| findWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| findWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const | KateViModeBase | [protected] |
| generateMatchingItemRegex() | KateViNormalMode | [protected] |
| getCharUnderCursor() const | KateViModeBase | [protected] |
| getChosenRegister(const QChar &defaultReg) const | KateViModeBase | [protected] |
| getCount() const | KateViModeBase | [inline, protected] |
| getLine(int lineNumber=-1) const | KateViModeBase | [protected] |
| getMapping(const QString &from) const | KateViModeBase | |
| getMappings() const | KateViModeBase | |
| getRange(KateViRange &r, bool linewise=true) const | KateViModeBase | [protected] |
| getRegisterContent(const QChar ®) const | KateViModeBase | [protected] |
| getVerbatimKeys() const | KateViModeBase | |
| goLineDown() | KateViModeBase | [protected] |
| goLineUp() | KateViModeBase | [protected] |
| goLineUpDown(int lines) | KateViModeBase | [protected] |
| goToPos(const KateViRange &r) | KateViNormalMode | [protected, virtual] |
| handleKeypress(const QKeyEvent *e) | KateViNormalMode | |
| initializeCommands() | KateViNormalMode | [protected] |
| KateViModeBase() | KateViModeBase | [inline] |
| KateViNormalMode(KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) | KateViNormalMode | |
| m_awaitingMotionOrTextObject | KateViNormalMode | [protected] |
| m_commandRange | KateViModeBase | [protected] |
| m_commands | KateViNormalMode | [protected] |
| m_count | KateViModeBase | [protected] |
| m_countTemp | KateViNormalMode | [protected] |
| m_defaultRegister | KateViNormalMode | [protected] |
| m_extraWordCharacters | KateViModeBase | [protected] |
| m_findWaitingForChar | KateViNormalMode | [protected] |
| m_keyParser | KateViNormalMode | [protected] |
| m_keys | KateViNormalMode | [protected] |
| m_keysVerbatim | KateViModeBase | [protected] |
| m_lastTFcommand | KateViNormalMode | [protected] |
| m_mappingKeyPress | KateViNormalMode | [protected] |
| m_mappingKeys | KateViNormalMode | [protected] |
| m_mappings | KateViModeBase | [protected] |
| m_mappingTimer | KateViModeBase | [protected] |
| m_marks | KateViNormalMode | [protected] |
| m_matchingCommands | KateViNormalMode | [protected] |
| m_matchingItems | KateViNormalMode | [protected] |
| m_matchingMotions | KateViNormalMode | [protected] |
| m_matchItemRegex | KateViNormalMode | [protected] |
| m_motionOperatorIndex | KateViNormalMode | [protected] |
| m_motions | KateViNormalMode | [protected] |
| m_register | KateViModeBase | [protected] |
| m_registerTemp | KateViNormalMode | [protected] |
| m_stickyColumn | KateViModeBase | [protected] |
| m_timeoutlen | KateViModeBase | [protected] |
| m_view | KateViModeBase | [protected] |
| m_viewInternal | KateViModeBase | [protected] |
| m_viInputModeManager | KateViModeBase | [protected] |
| m_waitingForMotionOrTextObject | KateViNormalMode | [protected] |
| mappingTimerTimeOut() | KateViNormalMode | [slot] |
| message(const QString &msg) const | KateViModeBase | [protected] |
| motionDown() | KateViNormalMode | |
| motionFindChar() | KateViNormalMode | |
| motionFindCharBackward() | KateViNormalMode | |
| motionLeft() | KateViNormalMode | |
| motionRepeatlastTF() | KateViNormalMode | |
| motionRepeatlastTFBackward() | KateViNormalMode | |
| motionRight() | KateViNormalMode | |
| motionToChar() | KateViNormalMode | |
| motionToCharBackward() | KateViNormalMode | |
| motionToColumn0() | KateViNormalMode | |
| motionToEndOfPrevWord() | KateViNormalMode | |
| motionToEndOfPrevWORD() | KateViNormalMode | |
| motionToEndOfWord() | KateViNormalMode | |
| motionToEndOfWORD() | KateViNormalMode | |
| motionToEOL() | KateViNormalMode | |
| motionToFirstCharacterOfLine() | KateViNormalMode | |
| motionToLineFirst() | KateViNormalMode | |
| motionToLineLast() | KateViNormalMode | |
| motionToMark() | KateViNormalMode | |
| motionToMarkLine() | KateViNormalMode | |
| motionToMatchingItem() | KateViNormalMode | |
| motionToNextBraceBlockEnd() | KateViNormalMode | |
| motionToNextBraceBlockStart() | KateViNormalMode | |
| motionToPreviousBraceBlockEnd() | KateViNormalMode | |
| motionToPreviousBraceBlockStart() | KateViNormalMode | |
| motionToScreenColumn() | KateViNormalMode | |
| motionUp() | KateViNormalMode | |
| motionWordBackward() | KateViNormalMode | |
| motionWORDBackward() | KateViNormalMode | |
| motionWORDForward() | KateViNormalMode | |
| motionWordForward() | KateViNormalMode | |
| reset() | KateViNormalMode | [protected, virtual] |
| resetParser() | KateViNormalMode | [protected] |
| startInsertMode() | KateViModeBase | [protected] |
| startNormalMode() | KateViModeBase | [protected] |
| startVisualLineMode() | KateViModeBase | [protected] |
| startVisualMode() | KateViModeBase | [protected] |
| textObjectABracket() | KateViNormalMode | |
| textObjectAComma() | KateViNormalMode | |
| textObjectAParen() | KateViNormalMode | |
| textObjectAQuoteDouble() | KateViNormalMode | |
| textObjectAQuoteSingle() | KateViNormalMode | |
| textObjectAWord() | KateViNormalMode | |
| textObjectAWORD() | KateViNormalMode | |
| textObjectInnerBracket() | KateViNormalMode | |
| textObjectInnerComma() | KateViNormalMode | |
| textObjectInnerParen() | KateViNormalMode | |
| textObjectInnerQuoteDouble() | KateViNormalMode | |
| textObjectInnerQuoteSingle() | KateViNormalMode | |
| textObjectInnerWORD() | KateViNormalMode | |
| textObjectInnerWord() | KateViNormalMode | |
| updateCursor(const KTextEditor::Cursor &c) const | KateViModeBase | [protected] |
| ~KateViModeBase() | KateViModeBase | [inline, virtual] |
| ~KateViNormalMode() | KateViNormalMode | [virtual] |