#include <spellchecker.h>
Public Member Functions | |
bool | isOk () |
bool | checkWord (const wxString &word) |
Check a word in the dictionary. | |
Static Public Member Functions | |
static spellchecker * | getInstance () |
Returns a singleton instance of the spellchecker. | |
Protected Member Functions | |
spellchecker () | |
Create a spellchecker. | |
spellchecker (const spellchecker &) | |
~spellchecker () | |
Destroy. | |
wxString | getline () |
Get a line from the pipe. | |
void | putline (const wxString &line) |
Write a line to the pipe. | |
bool | openPipe () |
Open a pipe to aspell. |
This is currently very unstable. Who needs to check their speling anyway?
|
Create a spellchecker.
|
|
|
|
Destroy.
|
|
Check a word in the dictionary.
|
|
Returns a singleton instance of the spellchecker.
|
|
Get a line from the pipe.
|
|
|
|
Open a pipe to aspell.
|
|
Write a line to the pipe.
|