Sonnet
backgroundchecker.h
virtual void finishedCurrentFeed()
This function will be called whenever the background checker will be finished text which it got from ...
Definition backgroundchecker.cpp:111
bool addWordToSession(const QString &word)
This method is used to add a word to the session of the speller currently set in BackgroundChecker.
Definition backgroundchecker.cpp:145
void setText(const QString &text)
This method is used to spell check static text.
Definition backgroundchecker.cpp:86
void misspelling(const QString &word, int start)
Emitted whenever a misspelled word is found.
bool autoDetectLanguageDisabled() const
Returns whether the automatic language detection is disabled, overriding the Sonnet settings.
Definition backgroundchecker.cpp:115
virtual QString fetchMoreText()
This function is called to get the text to spell check.
Definition backgroundchecker.cpp:106
void setAutoDetectLanguageDisabled(bool autoDetectDisabled)
Sets whether to disable the automatic language detection.
Definition backgroundchecker.cpp:120
virtual void continueChecking()
After emitting misspelling signal the background checker stops.
Definition backgroundchecker.cpp:161
void stop(Ekos::AlignState mode)
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.