|
| KateViInsertMode (KateViInputModeManager *viInputModeManager, KateView *view, KateViewInternal *viewInternal) |
|
| ~KateViInsertMode () |
|
bool | commandCompleteNext () |
|
bool | commandCompletePrevious () |
|
bool | commandDeleteCharBackward () |
|
bool | commandDeleteLine () |
|
bool | commandDeleteWord () |
|
bool | commandIndent () |
|
bool | commandInsertContentOfRegister () |
|
bool | commandInsertFromAbove () |
|
bool | commandInsertFromBelow () |
|
bool | commandMoveOneWordLeft () |
|
bool | commandMoveOneWordRight () |
|
bool | commandNewLine () |
|
bool | commandSwitchToNormalModeForJustOneCommand () |
|
bool | commandToFirstCharacterInFile () |
|
bool | commandToLastCharacterInFile () |
|
bool | commandUnindent () |
|
bool | handleKeypress (const QKeyEvent *e) |
|
void | setBlockAppendMode (KateViRange blockRange, BlockInsert b) |
|
void | setBlockPrependMode (KateViRange blockRange) |
|
void | setCount (int count) |
|
void | setCountedRepeatsBeginOnNewLine (bool countedRepeatsBeginOnNewLine) |
|
| KateViModeBase () |
|
virtual | ~KateViModeBase () |
|
void | error (const QString &errorMsg) |
|
Range | findPattern (const QString &pattern, bool backwards, bool caseSensitive, const Cursor &startFrom, int count=-1) const |
|
QString | getVerbatimKeys () const |
|
void | message (const QString &msg) |
|
void | setCount (unsigned int count) |
|
void | setRegister (QChar reg) |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
void | completionFinished () |
|
int | findNextMergeableBracketPos (const Cursor &startPos) |
|
void | leaveInsertMode (bool force=false) |
|
void | replayCompletion () |
|
void | addJump (KTextEditor::Cursor cursor) |
|
void | addToNumberUnderCursor (int count) |
|
bool | deleteRange (KateViRange &r, OperationMode mode=LineWise, bool addToRegister=true) |
|
KateDocument * | doc () const |
|
void | fillRegister (const QChar ®, const QString &text, OperationMode flag=CharWise) |
|
int | findLineStartingWitchChar (const QChar &c, unsigned int count, bool forward=true) const |
|
Cursor | findNextWordStart (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
Cursor | findNextWORDStart (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
KateViRange | findPatternForMotion (const QString &pattern, bool backwards, bool caseSensitive, const Cursor &startFrom, int count=1) const |
|
Cursor | findPrevWordEnd (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
Cursor | findPrevWORDEnd (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
Cursor | findPrevWordStart (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
Cursor | findPrevWORDStart (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
KateViRange | findSurrounding (const QRegExp &c1, const QRegExp &c2, bool inner=false) const |
|
KateViRange | findSurroundingBrackets (const QChar &c1, const QChar &c2, bool inner, const QChar &nested1, const QChar &nested2) const |
|
KateViRange | findSurroundingQuotes (const QChar &c, bool inner=false) const |
|
Cursor | findWordEnd (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
Cursor | findWORDEnd (int fromLine, int fromColumn, bool onlyCurrentLine=false) const |
|
const QChar | getCharAtVirtualColumn (QString &line, int virtualColumn, int tabWidht) const |
|
const QChar | getCharUnderCursor () const |
|
QChar | getChosenRegister (const QChar &defaultReg) const |
|
unsigned int | getCount () const |
|
const QString | getLine (int line=-1) const |
|
KTextEditor::Cursor | getNextJump (KTextEditor::Cursor) |
|
KTextEditor::Cursor | getPrevJump (KTextEditor::Cursor) |
|
const QString | getRange (KateViRange &r, OperationMode mode=LineWise) const |
|
QString | getRegisterContent (const QChar ®) |
|
OperationMode | getRegisterFlag (const QChar ®) const |
|
const Range | getWordRangeUnderCursor () const |
|
const QString | getWordUnderCursor () const |
|
KateViRange | goLineDown () |
|
KateViRange | goLineUp () |
|
KateViRange | goLineUpDown (int lines) |
|
KateViRange | goVisualLineUpDown (int lines) |
|
bool | isCounted () |
|
unsigned int | linesDisplayed () |
|
void | scrollViewLines (int l) |
|
bool | startInsertMode () |
|
bool | startNormalMode () |
|
bool | startReplaceMode () |
|
bool | startVisualBlockMode () |
|
bool | startVisualLineMode () |
|
bool | startVisualMode () |
|
void | switchView (Direction direction=Next) |
|
void | updateCursor (const Cursor &c) const |
|
void | yankToClipBoard (QChar chosen_register, QString text) |
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
| objectName |
|
Definition at line 45 of file kateviinsertmode.h.