org.kde.koala
public class KTextEdit extends QTextEdit
See Also: org.kde.qt.QTextEdit
UNKNOWN: A KDE'ified QTextEdit.
Constructor Summary | |
---|---|
protected | KTextEdit(Class dummy) |
KTextEdit(String text, String context, QWidget parent, String name)
Constructs a KTextEdit object. | |
KTextEdit(String text, String context, QWidget parent) | |
KTextEdit(String text, String context) | |
KTextEdit(String text) | |
KTextEdit(QWidget parent, String name)
Constructs a KTextEdit object. | |
KTextEdit(QWidget parent) | |
KTextEdit() |
Method Summary | |
---|---|
void | checkSpelling()
Create a modal dialog to check the spelling. |
boolean | checkSpellingEnabled()
Returns true if spell checking is enabled for this text edit.
|
String | className() |
protected void | contentsWheelEvent(QWheelEvent arg1)
Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel
or zoom. |
protected QPopupMenu | createPopupMenu(QPoint pos)
Reimplemented from QTextEdit to add spelling related items
when appropriate. |
protected void | deleteWordBack()
Deletes a word backwards from the current cursor position,
if available. |
protected void | deleteWordForward()
Deletes a word forwards from the current cursor position,
if available. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent arg1)
Reimplemented to instantiate a KDictSpellingHighlighter, if
spellchecking is enabled. |
void | highLightWord(int length, int pos) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent arg1)
Reimplemented to catch "delete word" key events. |
QMetaObject | metaObject() |
void | setCheckSpellingEnabled(boolean check)
Turns spell checking for this text edit on or off. |
void | setPalette(QPalette palette)
Reimplemented for tracking custom palettes. |
void | setReadOnly(boolean readOnly)
Reimplemented to set a proper "deactivated" background color. |
UNKNOWN: Constructs a KTextEdit object.
UNKNOWN: Constructs a KTextEdit object.
UNKNOWN: Create a modal dialog to check the spelling.
UNKNOWN: Returns true if spell checking is enabled for this text edit.
UNKNOWN: Reimplemented to allow fast-wheelscrolling with Ctrl-Wheel or zoom.
UNKNOWN: Reimplemented from QTextEdit to add spelling related items when appropriate.
UNKNOWN: Deletes a word backwards from the current cursor position, if available.
UNKNOWN: Deletes a word forwards from the current cursor position, if available.
UNKNOWN: Reimplemented to instantiate a KDictSpellingHighlighter, if spellchecking is enabled.
UNKNOWN: Reimplemented to catch "delete word" key events.
See Also: KTextEdit
UNKNOWN: Turns spell checking for this text edit on or off.
UNKNOWN: Reimplemented for tracking custom palettes.
UNKNOWN: Reimplemented to set a proper "deactivated" background color.