KateSpellCheckManager Class Reference
#include <spellcheck.h>
Inheritance diagram for KateSpellCheckManager:

Detailed Description
Definition at line 36 of file spellcheck.h.
Constructor & Destructor Documentation
| KateSpellCheckManager::KateSpellCheckManager | ( | QObject * | parent = NULL | ) |
Definition at line 38 of file spellcheck.cpp.
| KateSpellCheckManager::~KateSpellCheckManager | ( | ) | [virtual] |
Definition at line 43 of file spellcheck.cpp.
Member Function Documentation
Definition at line 61 of file spellcheck.cpp.
Definition at line 54 of file spellcheck.cpp.
| QList< KTextEditor::Range > KateSpellCheckManager::rangeDifference | ( | const KTextEditor::Range & | r1, |
| const KTextEditor::Range & | r2 | ||
| ) | [static] |
'r2' is a subrange of 'r1', which is extracted from 'r1' and the remaining ranges are returned
Definition at line 68 of file spellcheck.cpp.
| void KateSpellCheckManager::replaceCharactersEncodedIfNecessary | ( | const QString & | newWord, |
| KateDocument * | doc, | ||
| const KTextEditor::Range & | replacementRange | ||
| ) |
Definition at line 239 of file spellcheck.cpp.
| QList< QPair< KTextEditor::Range, QString > > KateSpellCheckManager::spellCheckLanguageRanges | ( | KateDocument * | doc, |
| const KTextEditor::Range & | range | ||
| ) |
Definition at line 92 of file spellcheck.cpp.
| QList< QPair< KTextEditor::Range, QString > > KateSpellCheckManager::spellCheckRanges | ( | KateDocument * | doc, |
| const KTextEditor::Range & | range, | ||
| bool | singleLine = false |
||
| ) |
Definition at line 226 of file spellcheck.cpp.
| QList< QPair< KTextEditor::Range, QString > > KateSpellCheckManager::spellCheckWrtHighlightingRanges | ( | KateDocument * | doc, |
| const KTextEditor::Range & | range, | ||
| const QString & | dictionary = QString(), |
||
| bool | singleLine = false, |
||
| bool | returnSingleRange = false |
||
| ) |
Definition at line 129 of file spellcheck.cpp.
| QStringList KateSpellCheckManager::suggestions | ( | const QString & | word, |
| const QString & | dictionary | ||
| ) |
Definition at line 47 of file spellcheck.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference