Uses of Enum
io.qt.texttospeech.QTextToSpeech.State
Packages that use QTextToSpeech.State
-
Uses of QTextToSpeech.State in io.qt.texttospeech
Fields in io.qt.texttospeech with type parameters of type QTextToSpeech.StateModifier and TypeFieldDescriptionQTextToSpeech.stateChangedQTextToSpeechEngine.stateChangedSeeQTextToSpeechEngine::stateChanged(QTextToSpeech::State) Methods in io.qt.texttospeech that return QTextToSpeech.StateModifier and TypeMethodDescriptionstatic QTextToSpeech.StateQTextToSpeech.State.resolve(int value) Returns the corresponding enum entry for the given value.final QTextToSpeech.StateQTextToSpeech.state()abstract QTextToSpeech.StateQTextToSpeechEngine.state()SeeQTextToSpeechEngine::state()const static QTextToSpeech.StateReturns 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.