kmail
KMEdit Class Reference
Inheritance diagram for KMEdit:

Detailed Description
Definition at line 24 of file kmedit.h.
Public Slots | |
void | initializeAutoSpellChecking () |
void | slotSpellcheck2 (KSpell *) |
void | slotSpellResult (const QString &) |
void | slotSpellDone () |
void | slotExternalEditorDone (KProcess *) |
void | slotMisspelling (const QString &, const QStringList &, unsigned int) |
void | slotCorrected (const QString &, const QString &, unsigned int) |
void | addSuggestion (const QString &text, const QStringList &lst, unsigned int) |
void | cut () |
void | clear () |
void | del () |
void | paste () |
Signals | |
void | spellcheck_done (int result) |
void | pasteImage () |
void | focusUp () |
void | focusChanged (bool) |
Public Member Functions | |
KMEdit (QWidget *parent=0, KMComposeWin *composer=0, KSpellConfig *spellConfig=0, const char *name=0) | |
~KMEdit () | |
void | spellcheck () |
QString | brokenText () |
int | autoSpellChecking (bool) |
void | setUseExternalEditor (bool use) |
void | setExternalEditorPath (const QString &path) |
bool | checkExternalEditorFinished () |
QPopupMenu * | createPopupMenu (const QPoint &) |
void | setSpellCheckingActive (bool spellCheckingActive) |
void | contentsDragEnterEvent (QDragEnterEvent *e) |
void | contentsDragMoveEvent (QDragMoveEvent *e) |
void | contentsDropEvent (QDropEvent *e) |
void | deleteAutoSpellChecking () |
unsigned int | lineBreakColumn () const |
Protected Member Functions | |
bool | eventFilter (QObject *, QEvent *) |
void | keyPressEvent (QKeyEvent *) |
Member Function Documentation
int KMEdit::autoSpellChecking | ( | bool | ) |
QString KMEdit::brokenText | ( | ) |
bool KMEdit::checkExternalEditorFinished | ( | ) |
Check that the external editor has finished and output a warning if it hasn't.
- Returns:
- false if the user chose to cancel whatever operation called this method.
Definition at line 523 of file kmedit.cpp.
void KMEdit::contentsDragEnterEvent | ( | QDragEnterEvent * | e | ) |
bool KMEdit::eventFilter | ( | QObject * | , | |
QEvent * | ||||
) | [protected] |
void KMEdit::setUseExternalEditor | ( | bool | use | ) | [inline] |
void KMEdit::spellcheck | ( | ) |
The documentation for this class was generated from the following files: