10#define SONNET_DIALOG_H
12#include "sonnetui_export.h"
21class BackgroundChecker;
51 void activeAutoCorrect(
bool _active);
68 void showProgressDialog(
int timeout = 500);
76 void showSpellCheckCompletionMessage(
bool b =
true);
84 void setSpellCheckContinuedAfterReplacement(
bool b);
87 void setBuffer(
const QString &);
101 void autoCorrect(
const QString ¤tWord,
const QString &replaceWord);
119 SONNETUI_NO_EXPORT
void slotMisspelling(
const QString &word,
int start);
120 SONNETUI_NO_EXPORT
void slotDone();
122 SONNETUI_NO_EXPORT
void slotFinished();
123 SONNETUI_NO_EXPORT
void slotCancel();
125 SONNETUI_NO_EXPORT
void slotAddWord();
126 SONNETUI_NO_EXPORT
void slotReplaceWord();
127 SONNETUI_NO_EXPORT
void slotReplaceAll();
128 SONNETUI_NO_EXPORT
void slotSkip();
129 SONNETUI_NO_EXPORT
void slotSkipAll();
130 SONNETUI_NO_EXPORT
void slotSuggest();
131 SONNETUI_NO_EXPORT
void slotChangeLanguage(
const QString &);
132 SONNETUI_NO_EXPORT
void slotSelectionChanged(
const QModelIndex &);
133 SONNETUI_NO_EXPORT
void slotAutocorrect();
135 SONNETUI_NO_EXPORT
void setGuiEnabled(
bool b);
136 SONNETUI_NO_EXPORT
void setProgressDialogVisible(
bool b);
139 SONNETUI_NO_EXPORT
void updateDialog(
const QString &word);
140 SONNETUI_NO_EXPORT
void fillDictionaryComboBox();
141 SONNETUI_NO_EXPORT
void updateDictionaryComboBox();
142 SONNETUI_NO_EXPORT
void fillSuggestions(
const QStringList &suggs);
143 SONNETUI_NO_EXPORT
void initConnections();
144 SONNETUI_NO_EXPORT
void initGui();
145 SONNETUI_NO_EXPORT
void continueChecking();
148 DialogPrivate *
const d;
BackgroundChecker is used to perform spell checking without blocking the application.
void spellCheckDone(const QString &newBuffer)
The dialog won't be closed if you setBuffer() in slot connected to this signal Also emitted after sto...
void spellCheckStatus(const QString &)
Signal sends when spell checking is finished/stopped/completed.
void languageChanged(const QString &language)
Emitted when the user changes the language used for spellchecking, which is shown in a combobox of th...
void stop(Ekos::AlignState mode)
Q_SCRIPTABLE Q_NOREPLY void start()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:33 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.