KDE3Support
#include <k3spelldlg.h>
|
| | 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 |
| |
- Deprecated:
- , use sonnet instead
Definition at line 50 of file k3spelldlg.h.
◆ K3SpellDlg()
| K3SpellDlg::K3SpellDlg |
( |
QWidget * |
parent, |
|
|
bool |
_progressbar = false, |
|
|
bool |
_modal = false |
|
) |
| |
|
explicit |
◆ ~K3SpellDlg()
| K3SpellDlg::~K3SpellDlg |
( |
| ) |
|
◆ add
◆ cancel
| void K3SpellDlg::cancel |
( |
| ) |
|
|
protectedslot |
◆ closeEvent()
| void K3SpellDlg::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
protectedvirtual |
◆ command
| void K3SpellDlg::command |
( |
int |
| ) |
|
|
signal |
This signal is emitted when a button is pressed.
◆ done()
| void K3SpellDlg::done |
( |
int |
i | ) |
|
|
protected |
◆ ignore
| void K3SpellDlg::ignore |
( |
| ) |
|
|
protectedslot |
◆ ignoreAll
| void K3SpellDlg::ignoreAll |
( |
| ) |
|
|
protectedslot |
◆ init() [1/2]
| void K3SpellDlg::init |
( |
const QString & |
_word, |
|
|
QStringList * |
_sugg |
|
) |
| |
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.
◆ init() [2/2]
| void K3SpellDlg::init |
( |
const QString & |
_word, |
|
|
QStringList * |
_sugg, |
|
|
const QString & |
context |
|
) |
| |
◆ ready
| void K3SpellDlg::ready |
( |
bool |
| ) |
|
|
signal |
◆ replace
| void K3SpellDlg::replace |
( |
| ) |
|
|
protectedslot |
◆ replaceAll
| void K3SpellDlg::replaceAll |
( |
| ) |
|
|
protectedslot |
◆ replacement()
| QString K3SpellDlg::replacement |
( |
| ) |
const |
◆ slotConfigChanged
| void K3SpellDlg::slotConfigChanged |
( |
| ) |
|
|
protectedslot |
◆ slotProgress
| void K3SpellDlg::slotProgress |
( |
unsigned int |
p | ) |
|
|
slot |
◆ slotSelectionChanged
◆ standby()
| void K3SpellDlg::standby |
( |
| ) |
|
◆ stop
| void K3SpellDlg::stop |
( |
| ) |
|
|
protectedslot |
◆ suggest
| void K3SpellDlg::suggest |
( |
| ) |
|
|
protectedslot |
◆ textChanged
| 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-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:05:13 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.