java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Allows to set and retrieve values of a particular voice
Java wrapper for Qt class QVoice
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QVoice::Agestatic enumJava wrapper for Qt enum QVoice::GenderNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Ageage()static StringageName(QVoice.Age age) clone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QVoice.Gendergender()static StringgenderName(QVoice.Gender gender) inthashCode()final Stringname()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVoice
public QVoice() -
QVoice
-
QVoice
protected QVoice(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
age
-
gender
-
name
-
ageName
-
genderName
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-