KDE3Support
#include <k3spelldlg.h>
List of all members.
Public Member Functions |
| K3SpellDlg (QWidget *parent, bool _progressbar=false, bool _modal=false) |
| ~K3SpellDlg () |
void | init (const QString &_word, QStringList *_sugg) |
void | init (const QString &_word, QStringList *_sugg, const QString &context) |
QString | replacement () const |
void | standby () |
| KDialog (QWidget *parent=0, Qt::WindowFlags flags=0) |
| ~KDialog () |
KPushButton * | button (ButtonCode id) const |
KIcon | buttonIcon (ButtonCode id) const |
QString | buttonText (ButtonCode id) const |
QString | buttonToolTip (ButtonCode id) const |
QString | buttonWhatsThis (ButtonCode id) const |
ButtonCode | defaultButton () const |
QString | helpLinkText () const |
void | incrementInitialSize (const QSize &size) |
bool | isButtonEnabled (ButtonCode id) const |
QWidget * | mainWidget () |
virtual QSize | minimumSizeHint () const |
void | restoreDialogSize (const KConfigGroup &config) |
void | saveDialogSize (KConfigGroup &config, KConfigGroup::WriteConfigFlags options=KConfigGroup::Normal) const |
void | setButtonFocus (ButtonCode id) |
void | setButtonGuiItem (ButtonCode id, const KGuiItem &item) |
void | setButtonIcon (ButtonCode id, const KIcon &icon) |
void | setButtonMenu (ButtonCode id, QMenu *menu, ButtonPopupMode popupmode=InstantPopup) |
void | setButtons (ButtonCodes buttonMask) |
void | setButtonsOrientation (Qt::Orientation orientation) |
void | setButtonText (ButtonCode id, const QString &text) |
void | setButtonToolTip (ButtonCode id, const QString &text) |
void | setButtonWhatsThis (ButtonCode id, const QString &text) |
void | setDefaultButton (ButtonCode id) |
void | setEscapeButton (ButtonCode id) |
void | setInitialSize (const QSize &size) |
void | setMainWidget (QWidget *widget) |
void | showButton (ButtonCode id, bool state) |
void | showButtonSeparator (bool state) |
virtual QSize | sizeHint () const |
Detailed Description
- Deprecated:
- , use sonnet instead
Definition at line 50 of file k3spelldlg.h.
Constructor & Destructor Documentation
K3SpellDlg::K3SpellDlg |
( |
QWidget * |
parent, |
|
|
bool |
_progressbar = false , |
|
|
bool |
_modal = false |
|
) |
| |
|
explicit |
K3SpellDlg::~K3SpellDlg |
( |
| ) |
|
Member Function Documentation
void K3SpellDlg::cancel |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
protectedvirtual |
void K3SpellDlg::command |
( |
int |
| ) |
|
|
signal |
This signal is emitted when a button is pressed.
void K3SpellDlg::done |
( |
int |
i | ) |
|
|
protected |
void K3SpellDlg::ignore |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::ignoreAll |
( |
| ) |
|
|
protectedslot |
Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.
(Buttons are disabled by standby().)
Definition at line 120 of file k3spelldlg.cpp.
void K3SpellDlg::ready |
( |
bool |
| ) |
|
|
signal |
void K3SpellDlg::replace |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::replaceAll |
( |
| ) |
|
|
protectedslot |
QString K3SpellDlg::replacement |
( |
| ) |
const |
void K3SpellDlg::slotConfigChanged |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::slotProgress |
( |
unsigned int |
p | ) |
|
|
slot |
void K3SpellDlg::standby |
( |
| ) |
|
void K3SpellDlg::stop |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::suggest |
( |
| ) |
|
|
protectedslot |
void K3SpellDlg::textChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:52:13 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.