java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Allows to set and retrieve values of a particular voice
Java wrapper for Qt class QVoice
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QVoice::Agestatic enum
Java wrapper for Qt enum QVoice::GenderNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Age
age()
static String
ageName
(QVoice.Age age) clone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QVoice.Gender
gender()
static String
genderName
(QVoice.Gender gender) int
hashCode()
final String
name()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVoice
public QVoice() -
QVoice
-
QVoice
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
age
-
gender
-
name
-
ageName
-
genderName
-
equals
Description copied from class:QtObject
Used 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. -
hashCode
-
clone
-