Uses of Enum
io.qt.texttospeech.QTextToSpeech.Capability
Packages that use QTextToSpeech.Capability
-
Uses of QTextToSpeech.Capability in io.qt.texttospeech
Methods in io.qt.texttospeech that return QTextToSpeech.CapabilityModifier and TypeMethodDescriptionfinal QTextToSpeech.Capability []
QTextToSpeech.Capabilities.flags()
Returns an array of flag objects represented by this Capabilities.static QTextToSpeech.Capability
QTextToSpeech.Capability.resolve
(int value) Returns the corresponding enum entry for the given value.static QTextToSpeech.Capability
Returns the enum constant of this type with the specified name.static QTextToSpeech.Capability[]
QTextToSpeech.Capability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.texttospeech with parameters of type QTextToSpeech.CapabilityModifier and TypeMethodDescriptionQTextToSpeech.Capability.cleared
(QTextToSpeech.Capability e) Excludes other enum entry from a flag of this entry.QTextToSpeech.Capabilities.combined
(QTextToSpeech.Capability e) Combines this flags with enum entry.QTextToSpeech.Capability.combined
(QTextToSpeech.Capability e) Combines this entry with other enum entry.static QTextToSpeech.Capabilities
QTextToSpeech.Capability.flags
(QTextToSpeech.Capability ... values) Creates a newQTextToSpeech.Capabilities
from the entries.QTextToSpeech.Capabilities.setFlag
(QTextToSpeech.Capability e) Sets the flage
QTextToSpeech.Capabilities.setFlag
(QTextToSpeech.Capability e, boolean on) Sets or clears the flagflag
Constructors in io.qt.texttospeech with parameters of type QTextToSpeech.CapabilityModifierConstructorDescriptionCapabilities
(QTextToSpeech.Capability ... args) Creates a new Capabilities where the flags inargs
are set.