kdeui
kspell.cpp File Reference
#include <stdio.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <ctype.h>
#include <stdlib.h>
#include <qregexp.h>
#include <qtextcodec.h>
#include <qtimer.h>
#include <kapplication.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <klocale.h>
#include "kspell.h"
#include "kspelldlg.h"
#include <kwin.h>
#include <kprocio.h>
#include "kspell.moc"
Include dependency graph for kspell.cpp:
Go to the source code of this file.
Defines | |
#define | MAXLINELENGTH 10000 |
#define | NOOUTPUT(x) (disconnect (proc, SIGNAL (readReady(KProcIO *)), this, SLOT (x(KProcIO *)))) |
#define | OUTPUT(x) (connect (proc, SIGNAL (readReady(KProcIO *)), this, SLOT (x(KProcIO *)))) |
Enumerations | |
enum | { GOOD = 0, IGNORE = 1, REPLACE = 2, MISTAKE = 3 } |
enum | checkMethod { Method1 = 0, Method2 } |
Functions | |
static bool | determineASpellV6 () |
Define Documentation
#define MAXLINELENGTH 10000 |
Definition at line 49 of file kspell.cpp.
#define NOOUTPUT | ( | x | ) | (disconnect (proc, SIGNAL (readReady(KProcIO *)), this, SLOT (x(KProcIO *)))) |
Definition at line 103 of file kspell.cpp.
#define OUTPUT | ( | x | ) | (connect (proc, SIGNAL (readReady(KProcIO *)), this, SLOT (x(KProcIO *)))) |
Definition at line 100 of file kspell.cpp.
Enumeration Type Documentation
anonymous enum |
enum checkMethod |
Function Documentation
static bool determineASpellV6 | ( | ) | [static] |
Definition at line 129 of file kspell.cpp.