KTextEditor
rangefeedback.cpp
Go to the documentation of this file.
virtual void caretEnteredRange(SmartRange *range, View *view)
The caret on view entered range.
Definition: rangefeedback.cpp:78
virtual void parentRangeChanged(SmartRange *range, SmartRange *newParent, SmartRange *oldParent)
The range's parent was changed.
Definition: rangefeedback.cpp:106
virtual void mouseExitedRange(SmartRange *range, View *view)
The mouse cursor on view exited range.
Definition: rangefeedback.cpp:74
A Range which is bound to a specific Document, and maintains its position.
Definition: smartrange.h:94
virtual void mouseEnteredRange(SmartRange *range, View *view)
The mouse cursor on view entered range.
Definition: rangefeedback.cpp:70
virtual void childRangeRemoved(SmartRange *range, SmartRange *child)
The child range child was removed from the current range.
Definition: rangefeedback.cpp:98
virtual void rangeDeleted(SmartRange *range)
The SmartRange instance specified by range is being deleted.
Definition: rangefeedback.cpp:90
virtual void childRangeInserted(SmartRange *range, SmartRange *child)
The range child was inserted as a child range into the current range.
Definition: rangefeedback.cpp:94
virtual void rangeEliminated(SmartRange *range)
The range now contains no characters (ie.
Definition: rangefeedback.cpp:86
bool wantsDirectChanges() const
Returns whether this watcher will be notified of changes that happen directly to the range...
Definition: rangefeedback.cpp:48
virtual void rangeContentsChanged(SmartRange *range)
The contents of the range changed.
Definition: rangefeedback.cpp:62
virtual void caretExitedRange(SmartRange *range, View *view)
The caret on view exited range.
Definition: rangefeedback.cpp:82
bool wantsDirectChanges() const
Returns whether this notifier will notify of changes that happen directly to the range, e.g.
Definition: rangefeedback.cpp:33
A text widget with KXMLGUIClient that represents a Document.
Definition: view.h:145
virtual void rangePositionChanged(SmartRange *range)
The range's position changed.
Definition: rangefeedback.cpp:58
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this notifier should notify of changes that happen directly to the range, e.g.
Definition: rangefeedback.cpp:38
void setWantsDirectChanges(bool wantsDirectChanges)
Set whether this watcher should be notified of changes that happen directly to the range...
Definition: rangefeedback.cpp:53
virtual void rangeAttributeChanged(SmartRange *range, Attribute::Ptr currentAttribute, Attribute::Ptr previousAttribute)
The highlighting attribute of range was changed from previousAttribute to currentAttribute.
Definition: rangefeedback.cpp:102
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.