KTextEditor
cursorfeedback.cpp
Go to the documentation of this file.
30SmartCursorWatcher::~ SmartCursorWatcher( )
bool wantsDirectChanges() const
Returns whether this notifier will notify of changes that happen directly to the cursor,...
Definition: cursorfeedback.cpp:65
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this notifier should notify of changes that happen directly to the cursor,...
Definition: cursorfeedback.cpp:70
bool wantsDirectChanges() const
Returns whether this watcher wants to be notified of changes that happen directly to the cursor,...
Definition: cursorfeedback.cpp:50
virtual void characterInserted(SmartCursor *cursor, bool insertedBefore)
A character was inserted immediately before or after the cursor, as given by insertedBefore.
Definition: cursorfeedback.cpp:46
virtual void positionDeleted(SmartCursor *cursor)
The cursor's surrounding characters were both deleted simultaneously.
Definition: cursorfeedback.cpp:38
virtual void positionChanged(SmartCursor *cursor)
The cursor's position was changed.
Definition: cursorfeedback.cpp:34
virtual void deleted(SmartCursor *cursor)
The SmartCursor instance specified by cursor is being deleted.
Definition: cursorfeedback.cpp:75
virtual void characterDeleted(SmartCursor *cursor, bool deletedBefore)
The character immediately surrounding the cursor was deleted.
Definition: cursorfeedback.cpp:42
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this watcher should be notified of changes that happen directly to the cursor,...
Definition: cursorfeedback.cpp:55
A Cursor which is bound to a specific Document, and maintains its position.
Definition: smartcursor.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.