KTextEditor
cursorfeedback.cpp
Go to the documentation of this file.
bool wantsDirectChanges() const
Returns whether this notifier will notify of changes that happen directly to the cursor, e.g.
Definition: cursorfeedback.cpp:65
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this notifier should notify of changes that happen directly to the cursor, e.g.
Definition: cursorfeedback.cpp:70
virtual void positionDeleted(SmartCursor *cursor)
The cursor's surrounding characters were both deleted simultaneously.
Definition: cursorfeedback.cpp:38
A Cursor which is bound to a specific Document, and maintains its position.
Definition: smartcursor.h:65
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
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this watcher should be notified of changes that happen directly to the cursor...
Definition: cursorfeedback.cpp:55
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 characterDeleted(SmartCursor *cursor, bool deletedBefore)
The character immediately surrounding the cursor was deleted.
Definition: cursorfeedback.cpp:42
bool wantsDirectChanges() const
Returns whether this watcher wants to be notified of changes that happen directly to the cursor...
Definition: cursorfeedback.cpp:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.