#include <filter.h>
Filter is used to split text into words which will be spell checked.
- Author
- Zack Rusin zack@.nosp@m.kde..nosp@m.org
used to split text into words
Definition at line 64 of file filter.h.
◆ Filter()
KSpell2::Filter::Filter |
( |
| ) |
|
◆ ~Filter()
KSpell2::Filter::~Filter |
( |
| ) |
|
|
virtual |
◆ atEnd()
bool KSpell2::Filter::atEnd |
( |
| ) |
const |
◆ buffer()
TQString KSpell2::Filter::buffer |
( |
| ) |
const |
◆ context()
TQString KSpell2::Filter::context |
( |
| ) |
const |
|
virtual |
Should return the sentence containing the current word.
Definition at line 218 of file filter.cpp.
◆ currentPosition()
int KSpell2::Filter::currentPosition |
( |
| ) |
const |
|
virtual |
◆ defaultFilter()
Filter * KSpell2::Filter::defaultFilter |
( |
| ) |
|
|
static |
◆ end()
Word KSpell2::Filter::end |
( |
| ) |
|
|
static |
◆ ignore()
bool KSpell2::Filter::ignore |
( |
const TQString & |
word | ) |
const |
|
protected |
◆ nextWord()
Word KSpell2::Filter::nextWord |
( |
| ) |
const |
|
virtual |
◆ previousWord()
Word KSpell2::Filter::previousWord |
( |
| ) |
const |
|
virtual |
◆ replace()
void KSpell2::Filter::replace |
( |
const Word & |
w, |
|
|
const TQString & |
newWord |
|
) |
| |
|
virtual |
◆ restart()
void KSpell2::Filter::restart |
( |
| ) |
|
◆ setBuffer()
void KSpell2::Filter::setBuffer |
( |
const TQString & |
buffer | ) |
|
◆ setCurrentPosition()
void KSpell2::Filter::setCurrentPosition |
( |
int |
i | ) |
|
|
virtual |
◆ setSettings()
void KSpell2::Filter::setSettings |
( |
Settings * |
conf | ) |
|
◆ settings()
Settings * KSpell2::Filter::settings |
( |
| ) |
const |
Returns currently used Settings object.
Definition at line 76 of file filter.cpp.
◆ shouldBeSkipped()
bool KSpell2::Filter::shouldBeSkipped |
( |
bool |
wordWasUppercase, |
|
|
bool |
wordWasRunTogether, |
|
|
const TQString & |
foundWord |
|
) |
| const |
|
protected |
◆ skipToLetter()
TQChar KSpell2::Filter::skipToLetter |
( |
uint & |
fromPosition | ) |
const |
|
protected |
◆ trySkipLinks()
bool KSpell2::Filter::trySkipLinks |
( |
| ) |
const |
|
protected |
◆ wordAtPosition()
Word KSpell2::Filter::wordAtPosition |
( |
unsigned int |
pos | ) |
const |
|
virtual |
◆ m_buffer
TQString KSpell2::Filter::m_buffer |
|
protected |
◆ m_currentPosition
uint KSpell2::Filter::m_currentPosition |
|
mutableprotected |
The documentation for this class was generated from the following files: