KTextEditor
smartcursornotifier.h
Go to the documentation of this file.
A class which provides notifications of state changes to a SmartCursor via QObject signals.
Definition smartcursornotifier.h:47
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 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-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.