Kate
#include <ontheflycheck.h>

Public Slots | |
| void | refreshSpellCheck (const KTextEditor::Range &range=KTextEditor::Range::invalid()) |
| void | textInserted (KTextEditor::Document *document, const KTextEditor::Range &range) |
| void | textRemoved (KTextEditor::Document *document, const KTextEditor::Range &range) |
| void | updateConfig () |
| void | updateInstalledMovingRanges (KateView *view) |
Public Member Functions | |
| KateOnTheFlyChecker (KateDocument *document) | |
| ~KateOnTheFlyChecker () | |
| void | clearMisspellingForWord (const QString &word) |
| QString | dictionaryForMisspelledRange (const KTextEditor::Range &range) const |
| QPair< KTextEditor::Range, QString > | getMisspelledItem (const KTextEditor::Cursor &cursor) const |
Static Public Member Functions | |
| static int | debugArea () |
Protected Slots | |
| void | addView (KTextEditor::Document *document, KTextEditor::View *view) |
| void | clearModificationList () |
| void | handleInsertedText (const KTextEditor::Range &range) |
| void | handleModifiedRanges () |
| void | handleRemovedText (const KTextEditor::Range &range) |
| void | handleRespellCheckBlock (KateDocument *document, int start, int end) |
| void | misspelling (const QString &word, int start) |
| void | performSpellCheck () |
| bool | removeRangeFromModificationList (KTextEditor::MovingRange *range) |
| void | removeView (KTextEditor::View *view) |
| void | restartViewRefreshTimer (KateView *view) |
| void | spellCheckDone () |
| void | viewDestroyed (QObject *obj) |
| void | viewRefreshTimeout () |
Static Protected Attributes | |
| static const SpellCheckItem | invalidSpellCheckQueueItem |
Detailed Description
Definition at line 40 of file ontheflycheck.h.
Constructor & Destructor Documentation
| KateOnTheFlyChecker::KateOnTheFlyChecker | ( | KateDocument * | document | ) |
Definition at line 40 of file ontheflycheck.cpp.
| KateOnTheFlyChecker::~KateOnTheFlyChecker | ( | ) |
Definition at line 73 of file ontheflycheck.cpp.
Member Function Documentation
|
protected |
Definition at line 835 of file ontheflycheck.cpp.
|
protected |
Definition at line 840 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 691 of file ontheflycheck.cpp.
|
protectedvirtual |
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 515 of file ontheflycheck.cpp.
|
protectedvirtual |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 521 of file ontheflycheck.cpp.
| void KateOnTheFlyChecker::clearMisspellingForWord | ( | const QString & | word | ) |
Definition at line 106 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 924 of file ontheflycheck.cpp.
|
static |
Definition at line 78 of file ontheflycheck.cpp.
|
protected |
Definition at line 527 of file ontheflycheck.cpp.
|
protected |
Definition at line 882 of file ontheflycheck.cpp.
|
protected |
Definition at line 539 of file ontheflycheck.cpp.
| QString KateOnTheFlyChecker::dictionaryForMisspelledRange | ( | const KTextEditor::Range & | range | ) | const |
Definition at line 95 of file ontheflycheck.cpp.
|
protected |
Definition at line 546 of file ontheflycheck.cpp.
|
protected |
Definition at line 348 of file ontheflycheck.cpp.
| QPair< KTextEditor::Range, QString > KateOnTheFlyChecker::getMisspelledItem | ( | const KTextEditor::Cursor & | cursor | ) | const |
Definition at line 84 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 171 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 891 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 271 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 120 of file ontheflycheck.cpp.
|
protected |
Definition at line 655 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 600 of file ontheflycheck.cpp.
|
protectedvirtual |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 499 of file ontheflycheck.cpp.
|
protectedvirtual |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 505 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 374 of file ontheflycheck.cpp.
|
protected |
Definition at line 800 of file ontheflycheck.cpp.
|
protected |
'range' must be on a single line
Definition at line 822 of file ontheflycheck.cpp.
|
protected |
Definition at line 765 of file ontheflycheck.cpp.
|
protected |
Definition at line 773 of file ontheflycheck.cpp.
|
protectedvirtual |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 487 of file ontheflycheck.cpp.
|
protectedvirtual |
Reimplemented from KTextEditor::MovingRangeFeedback.
Definition at line 493 of file ontheflycheck.cpp.
|
slot |
Definition at line 680 of file ontheflycheck.cpp.
|
protected |
Definition at line 446 of file ontheflycheck.cpp.
|
protectedvirtual |
Definition at line 421 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 907 of file ontheflycheck.cpp.
|
protected |
Definition at line 465 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 708 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 873 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 640 of file ontheflycheck.cpp.
|
protected |
Definition at line 456 of file ontheflycheck.cpp.
|
slot |
Definition at line 138 of file ontheflycheck.cpp.
|
slot |
Definition at line 233 of file ontheflycheck.cpp.
|
slot |
Definition at line 670 of file ontheflycheck.cpp.
|
slot |
Definition at line 714 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 701 of file ontheflycheck.cpp.
|
protectedslot |
Definition at line 865 of file ontheflycheck.cpp.
Member Data Documentation
|
staticprotected |
Definition at line 79 of file ontheflycheck.h.
|
protected |
Definition at line 77 of file ontheflycheck.h.
|
protected |
Definition at line 82 of file ontheflycheck.h.
|
protected |
Definition at line 78 of file ontheflycheck.h.
|
protected |
Definition at line 83 of file ontheflycheck.h.
|
protected |
Definition at line 74 of file ontheflycheck.h.
|
protected |
Definition at line 80 of file ontheflycheck.h.
|
protected |
Definition at line 81 of file ontheflycheck.h.
|
protected |
Definition at line 101 of file ontheflycheck.h.
|
protected |
Definition at line 76 of file ontheflycheck.h.
|
protected |
Definition at line 75 of file ontheflycheck.h.
|
protected |
Definition at line 100 of file ontheflycheck.h.
The documentation for this class was generated from the following files:
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.
KDE API Reference