KDEUI
Go to the documentation of this file.
23 #ifndef SONNET_DIALOG_H
24 #define SONNET_DIALOG_H
28 class QListWidgetItem;
33 class BackgroundChecker;
62 void activeAutoCorrect(
bool _active);
79 void showProgressDialog(
int timeout = 500);
87 void showSpellCheckCompletionMessage(
bool b =
true );
95 void setSpellCheckContinuedAfterReplacement(
bool b );
98 void setBuffer(
const QString &);
106 void done(
const QString& newBuffer );
107 void misspelling(
const QString& word,
int start );
113 void autoCorrect(
const QString & currentWord,
const QString & replaceWord );
119 void spellCheckStatus(
const QString &);
128 void languageChanged(
const QString &language );
131 void slotMisspelling(
const QString& word,
int start );
138 void slotReplaceWord();
139 void slotReplaceAll();
143 void slotChangeLanguage(
const QString& );
144 void slotSelectionChanged(
const QModelIndex &);
145 void slotAutocorrect();
147 void setGuiEnabled(
bool b);
148 void setProgressDialogVisible(
bool b);
151 void updateDialog(
const QString& word );
152 void fillDictionaryComboBox();
153 void updateDictionaryComboBox();
155 void initConnections();
157 void continueChecking();
KGuiItem cancel()
Returns the 'Cancel' gui item.
A dialog base class with standard buttons and predefined layouts.
KAction * replace(const QObject *recvr, const char *slot, QObject *parent)
Find and replace matches.
KGuiItem stop()
Returns the 'Stop' gui item.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:13 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.