KTextEditor
smartcursornotifier.h
Go to the documentation of this file.
bool wantsDirectChanges() const
Returns whether this notifier will notify of changes that happen directly to the cursor,...
Definition cursorfeedback.cpp:65
void positionDeleted(KTextEditor::SmartCursor *cursor)
The cursor's surrounding characters were both deleted simultaneously.
void characterInserted(KTextEditor::SmartCursor *cursor, bool insertedBefore)
A character was inserted immediately before or after the cursor, as given by insertedBefore.
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this notifier should notify of changes that happen directly to the cursor,...
Definition cursorfeedback.cpp:70
void characterDeleted(KTextEditor::SmartCursor *cursor, bool deletedBefore)
One character immediately surrounding the cursor was deleted.
void positionChanged(KTextEditor::SmartCursor *cursor)
The cursor's position was changed.
void deleted(KTextEditor::SmartCursor *cursor)
The SmartCursor instance specified by cursor is being deleted.
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-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.