KDE3Support
k3textedit.h
Go to the documentation of this file.
virtual void keyPressEvent(QKeyEvent *)
Reimplemented to catch "delete word" key events.
Definition k3textedit.cpp:75
virtual void setPalette(const QPalette &palette)
Reimplemented for tracking custom palettes.
Definition k3textedit.cpp:262
K3TextEdit(const QString &text, const QString &context=QString(), QWidget *parent=0, const char *name=0)
Constructs a K3TextEdit object.
Definition k3textedit.cpp:55
virtual void contentsWheelEvent(QWheelEvent *)
Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel or zoom.
Definition k3textedit.cpp:254
void highLightWord(unsigned int length, unsigned int pos)
Definition k3textedit.cpp:406
virtual Q3PopupMenu * createPopupMenu(const QPoint &pos)
Reimplemented from Q3TextEdit to add spelling related items when appropriate.
Definition k3textedit.cpp:214
virtual void deleteWordForward()
Deletes a word forwards from the current cursor position, if available.
Definition k3textedit.cpp:202
virtual void focusInEvent(QFocusEvent *)
Reimplemented to instantiate a KDictSpellingHighlighter, if spellchecking is enabled.
Definition k3textedit.cpp:297
virtual void setReadOnly(bool readOnly)
Reimplemented to set a proper "deactivated" background color.
Definition k3textedit.cpp:310
bool checkSpellingEnabled() const
Returns true if spell checking is enabled for this text edit.
Definition k3textedit.cpp:305
void setCheckSpellingEnabled(bool check)
Turns spell checking for this text edit on or off.
Definition k3textedit.cpp:275
virtual void deleteWordBack()
Deletes a word backwards from the current cursor position, if available.
Definition k3textedit.cpp:195
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.