KDE3Support
Go to the documentation of this file.
25 #include <Qt3Support/Q3TextEdit>
68 virtual void setReadOnly (
bool readOnly);
73 virtual void setPalette(
const QPalette& palette );
80 void setCheckSpellingEnabled(
bool check );
87 bool checkSpellingEnabled()
const;
89 void highLightWord(
unsigned int length,
unsigned int pos );
104 virtual void keyPressEvent( QKeyEvent * );
110 virtual void focusInEvent( QFocusEvent * );
116 virtual void contentsWheelEvent( QWheelEvent * );
147 virtual void virtual_hook(
int id,
void* data );
150 void slotSpellCheckReady(
K3Spell *s );
151 void slotSpellCheckDone(
const QString &s );
152 void spellCheckerMisspelling(
const QString &text,
const QStringList &,
unsigned int pos);
153 void spellCheckerCorrected(
const QString &,
const QString &,
unsigned int );
154 void spellCheckerFinished();
155 void toggleAutoSpellCheck();
159 void posToRowCol(
unsigned int pos,
unsigned int &line,
unsigned int &col );
161 class K3TextEditPrivate;
162 K3TextEditPrivate *d;
165 #endif // KTEXTEDIT_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:09:35 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.