ktextedit.h
virtual void setPalette(const TQPalette &palette)
Reimplemented for tracking custom palettes.
Definition ktextedit.cpp:261
bool checkSpellingEnabled() const
Returns true if spell checking is enabled for this text edit.
Definition ktextedit.cpp:304
void setCheckSpellingEnabled(bool check)
Turns spell checking for this text edit on or off.
Definition ktextedit.cpp:274
virtual void keyPressEvent(TQKeyEvent *)
Reimplemented to catch "delete word" key events.
Definition ktextedit.cpp:74
KTextEdit(const TQString &text, const TQString &context=TQString::null, TQWidget *parent=0, const char *name=0)
Constructs a KTextEdit object.
Definition ktextedit.cpp:54
virtual void setReadOnly(bool readOnly)
Reimplemented to set a proper "deactivated" background color.
Definition ktextedit.cpp:309
virtual void deleteWordBack()
Deletes a word backwards from the current cursor position, if available.
Definition ktextedit.cpp:194
virtual void contentsWheelEvent(TQWheelEvent *)
Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel or zoom.
Definition ktextedit.cpp:253
virtual TQPopupMenu * createPopupMenu(const TQPoint &pos)
Reimplemented from TQTextEdit to add spelling related items when appropriate.
Definition ktextedit.cpp:213
virtual void focusInEvent(TQFocusEvent *)
Reimplemented to instantiate a KDictSpellingHighlighter, if spellchecking is enabled.
Definition ktextedit.cpp:296
virtual void deleteWordForward()
Deletes a word forwards from the current cursor position, if available.
Definition ktextedit.cpp:201
Trinity API Reference