KDE3Support
k3spell.cpp File Reference
#include "k3spell.h"
#include <config.h>
#include <stdio.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <ctype.h>
#include <stdlib.h>
#include <QtGui/QApplication>
#include <QtCore/QTextCodec>
#include <QtCore/QTimer>
#include <kmessagebox.h>
#include <kdebug.h>
#include <klocale.h>
#include "k3sconfig.h"
#include "k3spelldlg.h"
#include <kprocess.h>
#include <QTextStream>
#include "k3spell.moc"
Include dependency graph for k3spell.cpp:
Go to the source code of this file.
Macros | |
#define | MAXLINELENGTH 10000 |
#define | NOOUTPUT(x) (disconnect (proc, SIGNAL (readyReadStandardOutput()), this, SLOT (x()))) |
#define | OUTPUT(x) (connect (proc, SIGNAL (readyReadStandardOutput()), this, SLOT (x()))) |
Enumerations | |
enum | { GOOD = 0, IGNORE = 1, REPLACE = 2, MISTAKE = 3 } |
enum | checkMethod { Method1 = 0, Method2 } |
Functions | |
static bool | determineASpellV6 () |
Macro Definition Documentation
#define MAXLINELENGTH 10000 |
Definition at line 50 of file k3spell.cpp.
#define NOOUTPUT | ( | x | ) | (disconnect (proc, SIGNAL (readyReadStandardOutput()), this, SLOT (x()))) |
Definition at line 121 of file k3spell.cpp.
#define OUTPUT | ( | x | ) | (connect (proc, SIGNAL (readyReadStandardOutput()), this, SLOT (x()))) |
Definition at line 118 of file k3spell.cpp.
Enumeration Type Documentation
anonymous enum |
Enumerator | |
---|---|
GOOD | |
IGNORE | |
REPLACE | |
MISTAKE |
Definition at line 53 of file k3spell.cpp.
enum checkMethod |
Enumerator | |
---|---|
Method1 | |
Method2 |
Definition at line 60 of file k3spell.cpp.
Function Documentation
|
static |
Definition at line 167 of file k3spell.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.