Qt 6.7
Qt TextToSpeech
C++ Classes
QTextToSpeech
Qt 6.7.2 Reference Documentation
List of All Members for QTextToSpeech
This is the complete list of members for
QTextToSpeech
, including inherited members.
enum class
BoundaryHint
flags
Capabilities
enum class
Capability
enum class
ErrorReason
enum
State
QTextToSpeech
(QObject *)
QTextToSpeech
(const QString &, QObject *)
QTextToSpeech
(const QString &, const QVariantMap &, QObject *)
~QTextToSpeech
()
aboutToSynthesize
(qsizetype)
availableEngines
() : QStringList
availableLocales
() const : QList<QLocale>
availableVoices
() const : QList<QVoice>
engine
() const : QString
engineCapabilities
() const : QTextToSpeech::Capabilities
engineChanged
(const QString &)
enqueue
(const QString &) : qsizetype
errorOccurred
(QTextToSpeech::ErrorReason, const QString &)
errorReason
() const : QTextToSpeech::ErrorReason
errorString
() const : QString
findVoices
(Args &&...) const : QList<QVoice>
locale
() const : QLocale
localeChanged
(const QLocale &)
pause
(QTextToSpeech::BoundaryHint)
pitch
() const : double
pitchChanged
(double)
rate
() const : double
rateChanged
(double)
resume
()
say
(const QString &)
sayingWord
(const QString &, qsizetype, qsizetype, qsizetype)
setEngine
(const QString &, const QVariantMap &) : bool
setLocale
(const QLocale &)
setPitch
(double)
setRate
(double)
setVoice
(const QVoice &)
setVolume
(double)
state
() const : QTextToSpeech::State
stateChanged
(QTextToSpeech::State)
stop
(QTextToSpeech::BoundaryHint)
synthesize
(const QString &, const QObject *, Functor &&)
synthesize
(const QString &, Functor &&)
voice
() const : QVoice
voiceChanged
(const QVoice &)
volume
() const : double
volumeChanged
(double)