KateVi::ReplaceViMode-members
KateVi::ReplaceViMode Member List
This is the complete list of members for KateVi::ReplaceViMode, including all inherited members.
addToNumberUnderCursor(int count) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
bindableObjectName() | QObject | |
blockSignals(bool block) | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
deleteRange(Range &r, OperationMode mode=LineWise, bool addToRegister=true) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
destroyed(QObject *obj) | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
doc() const (defined in KateVi::ModeBase) | KateVi::ModeBase | inlineprotected |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
error(const QString &errorMsg) (defined in KateVi::ModeBase) | KateVi::ModeBase | |
event(QEvent *e) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
fillRegister(const QChar ®, const QString &text, OperationMode flag=CharWise) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findLineStartingWitchChar(const QChar &c, int count, bool forward=true) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findNextWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findNextWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findPrevWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findPrevWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findPrevWORDStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findPrevWordStart(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findSurrounding(const QRegularExpression &c1, const QRegularExpression &c2, bool inner=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findSurroundingBrackets(const QChar &c1, const QChar &c2, bool inner, const QChar &nested1, const QChar &nested2) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findSurroundingQuotes(const QChar &c, bool inner=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findWORDEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
findWordEnd(int fromLine, int fromColumn, bool onlyCurrentLine=false) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getCharAtVirtualColumn(const QString &line, int virtualColumn, int tabWidht) (defined in KateVi::ModeBase) | KateVi::ModeBase | protectedstatic |
getCharUnderCursor() const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getChosenRegister(const QChar &defaultReg) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getCount() const (defined in KateVi::ModeBase) | KateVi::ModeBase | |
getLine(int line=-1) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getNextJump(KTextEditor::Cursor) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getPrevJump(KTextEditor::Cursor) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getRange(Range &r, OperationMode mode=LineWise) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getRegisterContent(const QChar ®) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getRegisterFlag(const QChar ®) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getVerbatimKeys() const (defined in KateVi::ModeBase) | KateVi::ModeBase | |
getWordRangeUnderCursor() const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
getWordUnderCursor() const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
goLineDown() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
goLineUp() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
goLineUpDown(int lines) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
goToPos(const Range &r) (defined in KateVi::ModeBase) | KateVi::ModeBase | virtual |
goVisualLineUpDown(int lines) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
handleKeypress(const QKeyEvent *e) override | KateVi::ReplaceViMode | protected |
inherits(const char *className) const const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isCounted() const (defined in KateVi::ModeBase) | KateVi::ModeBase | inlineprotected |
isQuickItemType() const const | QObject | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
killTimer(int id) | QObject | |
linesDisplayed() const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_commandRange (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_count (defined in KateVi::ReplaceViMode) | KateVi::ReplaceViMode | protected |
m_currentMotionWasVisualLineUpOrDown (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_extraWordCharacters (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_infoMessage (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_iscounted (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_keysVerbatim (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_lastMotionWasVisualLineUpOrDown (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_oneTimeCountOverride (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_register (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_stickyColumn (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_view (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_viewInternal (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
m_viInputModeManager (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
message(const QString &msg) (defined in KateVi::ModeBase) | KateVi::ModeBase | |
metaObject() const const | QObject | virtual |
ModeBase()=default (defined in KateVi::ModeBase) | KateVi::ModeBase | |
motionFindNext() (defined in KateVi::ModeBase) | KateVi::ModeBase | |
motionFindPrev() (defined in KateVi::ModeBase) | KateVi::ModeBase | |
moveToThread(QThread *targetThread) | QObject | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
overwrittenChar(const QChar &s) | KateVi::ReplaceViMode | inline |
parent() const const | QObject | |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_GADGET_EXPORT(EXPORT_MACRO) | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_MOC_INCLUDEQ_MOC_INCLUDE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList typedef | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
ReplaceViMode(InputModeManager *viInputModeManager, KTextEditor::ViewPrivate *view, KateViewInternal *viewInternal) (defined in KateVi::ReplaceViMode) | KateVi::ReplaceViMode | explicit |
scrollViewLines(int l) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setCount(int count) (defined in KateVi::ReplaceViMode) | KateVi::ReplaceViMode | inline |
setCount(unsigned int count) (defined in KateVi::ModeBase) | KateVi::ModeBase | inline |
setObjectName(QAnyStringView name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, QVariant &&value) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setRegister(QChar reg) (defined in KateVi::ModeBase) | KateVi::ModeBase | inline |
signalsBlocked() const const | QObject | |
startInsertMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
startNormalMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
startReplaceMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds interval, Qt::TimerType timerType) | QObject | |
startVisualBlockMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
startVisualLineMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
startVisualMode() (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
switchView(Direction direction=Next) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
updateCursor(const KTextEditor::Cursor c) const (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
yankToClipBoard(QChar chosen_register, const QString &text) (defined in KateVi::ModeBase) | KateVi::ModeBase | protected |
~ModeBase() override=default (defined in KateVi::ModeBase) | KateVi::ModeBase | |
~QObject() | QObject | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.