KDE3Support
Go to the documentation of this file.
25#include <Qt3Support/Q3TextEdit>
52 const QString& context = QString(),
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 * );
134 virtual Q3PopupMenu *createPopupMenu(
const QPoint &pos );
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;
const char * name(StandardAction id)
const KShortcut & deleteWordBack()
const KShortcut & deleteWordForward()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.