KTextEditor
smartcursornotifier.h
A Cursor which is bound to a specific Document, and maintains its position.
Definition: smartcursor.h:66
void positionChanged(KTextEditor::SmartCursor *cursor)
The cursor's position was changed.
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 characterDeleted(KTextEditor::SmartCursor *cursor, bool deletedBefore)
One character immediately surrounding the cursor was deleted.
void deleted(KTextEditor::SmartCursor *cursor)
The SmartCursor instance specified by cursor is being deleted.
void characterInserted(KTextEditor::SmartCursor *cursor, bool insertedBefore)
A character was inserted immediately before or after the cursor, as given by insertedBefore.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.