Qt 5.15
Qt Speech
C++ Classes
QTextToSpeechEngine
Qt 5.15.15 Reference Documentation
List of All Members for QTextToSpeechEngine
This is the complete list of members for
QTextToSpeechEngine
, including inherited members.
QTextToSpeechEngine
(QObject *)
stateChanged
(QTextToSpeech::State )
availableLocales
() const : QVector<QLocale>
availableVoices
() const : QVector<QVoice>
createVoice
(const QString &, QVoice::Gender , QVoice::Age , const QVariant &) : QVoice
locale
() const : QLocale
pause
()
pitch
() const : double
rate
() const : double
resume
()
say
(const QString &)
setLocale
(const QLocale &) : bool
setPitch
(double ) : bool
setRate
(double ) : bool
setVoice
(const QVoice &) : bool
setVolume
(double ) : bool
state
() const : QTextToSpeech::State
stop
()
voice
() const : QVoice
voiceData
(const QVoice &) : QVariant
volume
() const : double