Uses of Class
io.qt.texttospeech.QTextToSpeech.State
Package | Description |
---|---|
io.qt.texttospeech |
-
Uses of QTextToSpeech.State in io.qt.texttospeech
Fields in io.qt.texttospeech with type parameters of type QTextToSpeech.State Modifier and Type Field Description QObject.Signal1<QTextToSpeech.State>
QTextToSpeech. stateChanged
QObject.Signal1<QTextToSpeech.State>
QTextToSpeechEngine. stateChanged
Methods in io.qt.texttospeech that return QTextToSpeech.State Modifier and Type Method Description static QTextToSpeech.State
QTextToSpeech.State. resolve(int value)
Returns the corresponding enum entry for the given value.QTextToSpeech.State
QTextToSpeech. state()
abstract QTextToSpeech.State
QTextToSpeechEngine. state()
static QTextToSpeech.State
QTextToSpeech.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTextToSpeech.State[]
QTextToSpeech.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.