Kate
KateSmartRangeNotifier Class Reference
Internal Implementation of KTextEditor::SmartRangeNotifier. More...
#include <katesmartrange.h>
Inheritance diagram for KateSmartRangeNotifier:

Public Member Functions | |
KateSmartRangeNotifier (KateSmartRange *owner) | |
bool | needsPositionChanges () const |
Protected Member Functions | |
virtual void | connectNotify (const char *signal) |
virtual void | disconnectNotify (const char *signal) |
Detailed Description
Internal Implementation of KTextEditor::SmartRangeNotifier.
Definition at line 33 of file katesmartrange.h.
Constructor & Destructor Documentation
KateSmartRangeNotifier::KateSmartRangeNotifier | ( | KateSmartRange * | owner | ) | [explicit] |
Definition at line 82 of file katesmartrange.cpp.
Member Function Documentation
void KateSmartRangeNotifier::connectNotify | ( | const char * | signal | ) | [protected, virtual] |
Definition at line 87 of file katesmartrange.cpp.
void KateSmartRangeNotifier::disconnectNotify | ( | const char * | signal | ) | [protected, virtual] |
Definition at line 95 of file katesmartrange.cpp.
bool KateSmartRangeNotifier::needsPositionChanges | ( | ) | const |
Implementation detail.
Returns whether the positionChanged() signal needs to be emitted, as it is a relatively expensive signal to emit.
The documentation for this class was generated from the following files: