KDE3Support
k3textedit.cpp
Go to the documentation of this file.
361 void K3TextEdit::spellCheckerMisspelling( const QString &text, const QStringList &, unsigned int pos )
366 void K3TextEdit::spellCheckerCorrected( const QString &oldWord, const QString &newWord, unsigned int pos )
QString i18n(const char *text)
const KShortcut & deleteWordForward()
KAction * cut(const QObject *recvr, const char *slot, QObject *parent)
bool checkSpellingEnabled() const
Returns true if spell checking is enabled for this text edit.
Definition: k3textedit.cpp:305
const KShortcut & next()
KAction * undo(const QObject *recvr, const char *slot, QObject *parent)
virtual void setReadOnly(bool readOnly)
Reimplemented to set a proper "deactivated" background color.
Definition: k3textedit.cpp:310
virtual void contentsWheelEvent(QWheelEvent *)
Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel or zoom.
Definition: k3textedit.cpp:254
virtual void keyPressEvent(QKeyEvent *)
Reimplemented to catch "delete word" key events.
Definition: k3textedit.cpp:75
const KShortcut & forwardWord()
const KShortcut & redo()
KAction * copy(const QObject *recvr, const char *slot, QObject *parent)
const KShortcut & undo()
void setCheckSpellingEnabled(bool check)
Turns spell checking for this text edit on or off.
Definition: k3textedit.cpp:275
KAction * paste(const QObject *recvr, const char *slot, QObject *parent)
KGuiItem insert()
virtual void deleteWordForward()
Deletes a word forwards from the current cursor position, if available.
Definition: k3textedit.cpp:202
const KShortcut & endOfLine()
virtual Q3PopupMenu * createPopupMenu()
This is just a reimplementation of a deprecated method from Q3TextEdit and is just here to keep sourc...
Definition: k3textedit.cpp:249
static bool wheelMouseZooms()
const KShortcut & backwardWord()
const KShortcut & beginningOfLine()
void highLightWord(unsigned int length, unsigned int pos)
Definition: k3textedit.cpp:406
KAction * redo(const QObject *recvr, const char *slot, QObject *parent)
const KShortcut & copy()
static void setAutoHideCursor(QWidget *w, bool enable, bool customEventFilter=false)
K3TextEdit(const QString &text, const QString &context=QString(), QWidget *parent=0, const char *name=0)
Constructs a K3TextEdit object.
Definition: k3textedit.cpp:55
const KShortcut & cut()
virtual void setPalette(const QPalette &palette)
Reimplemented for tracking custom palettes.
Definition: k3textedit.cpp:262
const KShortcut & deleteWordBack()
const KShortcut & prior()
const KShortcut & pasteSelection()
Dictionary sensitive text highlighter.
Definition: k3syntaxhighlighter.h:92
virtual bool check(const QString &_buffer, bool usedialog=true)
Spellchecks a buffer of many words in plain text format.
Definition: k3spell.cpp:1082
virtual void focusInEvent(QFocusEvent *)
Reimplemented to instantiate a KDictSpellingHighlighter, if spellchecking is enabled.
Definition: k3textedit.cpp:297
const KShortcut & end()
const KShortcut & paste()
const KShortcut & begin()
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.