KateOnTheFlyChecker Class Reference
#include <ontheflycheck.h>

Detailed Description
Definition at line 40 of file ontheflycheck.h.
Constructor & Destructor Documentation
| KateOnTheFlyChecker::KateOnTheFlyChecker | ( | KateDocument * | document | ) |
Definition at line 39 of file ontheflycheck.cpp.
| KateOnTheFlyChecker::~KateOnTheFlyChecker | ( | ) |
Definition at line 72 of file ontheflycheck.cpp.
Member Function Documentation
| void KateOnTheFlyChecker::addToSpellCheckQueue | ( | const KTextEditor::Range & | range, |
| const QString & | dictionary | ||
| ) | [protected] |
Definition at line 840 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::addToSpellCheckQueue | ( | KTextEditor::MovingRange * | range, |
| const QString & | dictionary | ||
| ) | [protected] |
Definition at line 845 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::addView | ( | KTextEditor::Document * | document, |
| KTextEditor::View * | view | ||
| ) | [protected, slot] |
Definition at line 696 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::caretEnteredRange | ( | KTextEditor::MovingRange * | range, |
| KTextEditor::View * | view | ||
| ) | [protected, virtual] |
It is not enough to use 'caret/Entered/ExitedRange' only as the cursor doesn't move when some text has been selected.
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 517 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::caretExitedRange | ( | KTextEditor::MovingRange * | range, |
| KTextEditor::View * | view | ||
| ) | [protected, virtual] |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 523 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::clearMisspellingForWord | ( | const QString & | word | ) |
Definition at line 105 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::clearModificationList | ( | ) | [protected, slot] |
Definition at line 929 of file ontheflycheck.cpp.
| int KateOnTheFlyChecker::debugArea | ( | ) | [static] |
Definition at line 77 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::deleteMovingRange | ( | KTextEditor::MovingRange * | range | ) | [protected] |
Definition at line 529 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::deleteMovingRangeQuickly | ( | KTextEditor::MovingRange * | range | ) | [protected] |
Definition at line 887 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::deleteMovingRanges | ( | const QList< KTextEditor::MovingRange * > & | list | ) | [protected] |
Definition at line 541 of file ontheflycheck.cpp.
| QString KateOnTheFlyChecker::dictionaryForMisspelledRange | ( | const KTextEditor::Range & | range | ) | const |
Definition at line 94 of file ontheflycheck.cpp.
| KTextEditor::Range KateOnTheFlyChecker::findWordBoundaries | ( | const KTextEditor::Cursor & | begin, |
| const KTextEditor::Cursor & | end | ||
| ) | [protected] |
Definition at line 548 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::freeDocument | ( | ) | [protected] |
Definition at line 347 of file ontheflycheck.cpp.
| QPair< KTextEditor::Range, QString > KateOnTheFlyChecker::getMisspelledItem | ( | const KTextEditor::Cursor & | cursor | ) | const |
Definition at line 83 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::handleInsertedText | ( | const KTextEditor::Range & | range | ) | [protected, slot] |
Definition at line 170 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::handleModifiedRanges | ( | ) | [protected, slot] |
Definition at line 896 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::handleRemovedText | ( | const KTextEditor::Range & | range | ) | [protected, slot] |
Definition at line 270 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::handleRespellCheckBlock | ( | KateDocument * | document, |
| int | start, | ||
| int | end | ||
| ) | [protected, slot] |
Definition at line 119 of file ontheflycheck.cpp.
| QList< KTextEditor::MovingRange * > KateOnTheFlyChecker::installedMovingRanges | ( | const KTextEditor::Range & | range | ) | [protected] |
Definition at line 657 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::misspelling | ( | const QString & | word, |
| int | start | ||
| ) | [protected, slot] |
Definition at line 602 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::mouseEnteredRange | ( | KTextEditor::MovingRange * | range, |
| KTextEditor::View * | view | ||
| ) | [protected, virtual] |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 501 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::mouseExitedRange | ( | KTextEditor::MovingRange * | range, |
| KTextEditor::View * | view | ||
| ) | [protected, virtual] |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 507 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::performSpellCheck | ( | ) | [protected, slot] |
Definition at line 373 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::queueLineSpellCheck | ( | KateDocument * | document, |
| int | line | ||
| ) | [protected] |
Definition at line 805 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::queueLineSpellCheck | ( | const KTextEditor::Range & | range, |
| const QString & | dictionary | ||
| ) | [protected] |
'range' must be on a single line
Definition at line 827 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::queueSpellCheckVisibleRange | ( | const KTextEditor::Range & | range | ) | [protected] |
Definition at line 770 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::queueSpellCheckVisibleRange | ( | KateView * | view, |
| const KTextEditor::Range & | range | ||
| ) | [protected] |
Definition at line 778 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::rangeEmpty | ( | KTextEditor::MovingRange * | range | ) | [protected, virtual] |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 489 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::rangeInvalid | ( | KTextEditor::MovingRange * | range | ) | [protected, virtual] |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 495 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::refreshSpellCheck | ( | const KTextEditor::Range & | range = KTextEditor::Range::invalid() | ) | [slot] |
Definition at line 685 of file ontheflycheck.cpp.
| bool KateOnTheFlyChecker::removeRangeFromCurrentSpellCheck | ( | KTextEditor::MovingRange * | range | ) | [protected] |
Definition at line 448 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::removeRangeFromEverything | ( | KTextEditor::MovingRange * | range | ) | [protected, virtual] |
Definition at line 423 of file ontheflycheck.cpp.
| bool KateOnTheFlyChecker::removeRangeFromModificationList | ( | KTextEditor::MovingRange * | range | ) | [protected, slot] |
Definition at line 912 of file ontheflycheck.cpp.
| bool KateOnTheFlyChecker::removeRangeFromSpellCheckQueue | ( | KTextEditor::MovingRange * | range | ) | [protected] |
Definition at line 467 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::removeView | ( | KTextEditor::View * | view | ) | [protected, slot] |
Definition at line 713 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::restartViewRefreshTimer | ( | KateView * | view | ) | [protected, slot] |
Definition at line 878 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::spellCheckDone | ( | ) | [protected, slot] |
Definition at line 642 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::stopCurrentSpellCheck | ( | ) | [protected] |
Definition at line 458 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::textInserted | ( | KTextEditor::Document * | document, |
| const KTextEditor::Range & | range | ||
| ) | [slot] |
Definition at line 137 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::textRemoved | ( | KTextEditor::Document * | document, |
| const KTextEditor::Range & | range | ||
| ) | [slot] |
Definition at line 232 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::updateConfig | ( | ) | [slot] |
Definition at line 672 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::updateInstalledMovingRanges | ( | KateView * | view | ) | [slot] |
Definition at line 719 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::viewDestroyed | ( | QObject * | obj | ) | [protected, slot] |
Definition at line 706 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::viewRefreshTimeout | ( | ) | [protected, slot] |
Definition at line 870 of file ontheflycheck.cpp.
Member Data Documentation
const KateOnTheFlyChecker::SpellCheckItem KateOnTheFlyChecker::invalidSpellCheckQueueItem [static, protected] |
SpellCheckItem(NULL, "")
Definition at line 79 of file ontheflycheck.h.
Definition at line 77 of file ontheflycheck.h.
Definition at line 82 of file ontheflycheck.h.
Definition at line 78 of file ontheflycheck.h.
Definition at line 83 of file ontheflycheck.h.
KateDocument* const KateOnTheFlyChecker::m_document [protected] |
Definition at line 74 of file ontheflycheck.h.
MisspelledList KateOnTheFlyChecker::m_misspelledList [protected] |
Definition at line 80 of file ontheflycheck.h.
ModificationList KateOnTheFlyChecker::m_modificationList [protected] |
Definition at line 81 of file ontheflycheck.h.
QPointer<KateView> KateOnTheFlyChecker::m_refreshView [protected] |
Definition at line 101 of file ontheflycheck.h.
QList<SpellCheckItem> KateOnTheFlyChecker::m_spellCheckQueue [protected] |
Definition at line 76 of file ontheflycheck.h.
Sonnet::Speller KateOnTheFlyChecker::m_speller [protected] |
Definition at line 75 of file ontheflycheck.h.
QTimer* KateOnTheFlyChecker::m_viewRefreshTimer [protected] |
Definition at line 100 of file ontheflycheck.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference