Kate
ontheflycheck.h
Go to the documentation of this file.
QString dictionaryForMisspelledRange(const KTextEditor::Range &range) const
Definition: ontheflycheck.cpp:95
QPair< KTextEditor::Range, QString > getMisspelledItem(const KTextEditor::Cursor &cursor) const
Definition: ontheflycheck.cpp:84
void textInserted(KTextEditor::Document *document, const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:138
virtual void removeRangeFromEverything(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:421
void misspelling(const QString &word, int start)
Definition: ontheflycheck.cpp:600
SpellCheckItem m_currentlyCheckedItem
Definition: ontheflycheck.h:78
KateDocument::OffsetList m_currentDecToEncOffsetList
Definition: ontheflycheck.h:82
void handleInsertedText(const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:171
void removeView(KTextEditor::View *view)
Definition: ontheflycheck.cpp:708
void stopCurrentSpellCheck()
Definition: ontheflycheck.cpp:456
void queueSpellCheckVisibleRange(const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:765
Sonnet::BackgroundChecker * m_backgroundChecker
Definition: ontheflycheck.h:77
KTextEditor::Range findWordBoundaries(const KTextEditor::Cursor &begin, const KTextEditor::Cursor &end)
Definition: ontheflycheck.cpp:546
void handleModifiedRanges()
Definition: ontheflycheck.cpp:891
void updateInstalledMovingRanges(KateView *view)
Definition: ontheflycheck.cpp:714
ModificationList m_modificationList
Definition: ontheflycheck.h:81
static Range invalid()
void addView(KTextEditor::Document *document, KTextEditor::View *view)
Definition: ontheflycheck.cpp:691
MovingRangeList installedMovingRanges(const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:655
void handleRemovedText(const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:271
void deleteMovingRanges(const QList< KTextEditor::MovingRange * > &list)
Definition: ontheflycheck.cpp:539
void deleteMovingRangeQuickly(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:882
virtual void mouseExitedRange(KTextEditor::MovingRange *range, KTextEditor::View *view)
Definition: ontheflycheck.cpp:505
QList< SpellCheckItem > m_spellCheckQueue
Definition: ontheflycheck.h:76
Definition: kateview.h:78
QMap< KTextEditor::View *, KTextEditor::Range > m_displayRangeMap
Definition: ontheflycheck.h:83
void textRemoved(KTextEditor::Document *document, const KTextEditor::Range &range)
Definition: ontheflycheck.cpp:233
void refreshSpellCheck(const KTextEditor::Range &range=KTextEditor::Range::invalid())
Definition: ontheflycheck.cpp:680
Definition: katedocument.h:74
void restartViewRefreshTimer(KateView *view)
Definition: ontheflycheck.cpp:873
void handleRespellCheckBlock(KateDocument *document, int start, int end)
Definition: ontheflycheck.cpp:120
static const SpellCheckItem invalidSpellCheckQueueItem
Definition: ontheflycheck.h:79
virtual void caretExitedRange(KTextEditor::MovingRange *range, KTextEditor::View *view)
Definition: ontheflycheck.cpp:521
void clearMisspellingForWord(const QString &word)
Definition: ontheflycheck.cpp:106
KateOnTheFlyChecker(KateDocument *document)
Definition: ontheflycheck.cpp:40
virtual void rangeInvalid(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:493
void queueLineSpellCheck(KateDocument *document, int line)
Definition: ontheflycheck.cpp:800
bool removeRangeFromModificationList(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:907
void clearModificationList()
Definition: ontheflycheck.cpp:924
virtual void caretEnteredRange(KTextEditor::MovingRange *range, KTextEditor::View *view)
It is not enough to use 'caret/Entered/ExitedRange' only as the cursor doesn't move when some text ha...
Definition: ontheflycheck.cpp:515
void deleteMovingRange(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:527
void addToSpellCheckQueue(const KTextEditor::Range &range, const QString &dictionary)
Definition: ontheflycheck.cpp:835
virtual void rangeEmpty(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:487
Definition: ontheflycheck.h:40
virtual void mouseEnteredRange(KTextEditor::MovingRange *range, KTextEditor::View *view)
Definition: ontheflycheck.cpp:499
bool removeRangeFromCurrentSpellCheck(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:446
bool removeRangeFromSpellCheckQueue(KTextEditor::MovingRange *range)
Definition: ontheflycheck.cpp:465
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 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:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.