java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QVoice extends QtObject implements Cloneable
Allows to set and retrieve values of a particular voice
Java wrapper for Qt class QVoice
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QVoice.Age
Java wrapper for Qt enum QVoice::Agestatic class
QVoice.Gender
Java wrapper for Qt enum QVoice::Gender -
Constructor Summary
Constructors Modifier Constructor Description QVoice()
protected
QVoice(QtObject.QPrivateConstructor p)
Constructor for internal use only.QVoice(QVoice other)
-
Method Summary
Modifier and Type Method Description QVoice.Age
age()
static String
ageName(QVoice.Age age)
QVoice
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.QVoice.Gender
gender()
static String
genderName(QVoice.Gender gender)
int
hashCode()
String
name()
-
Constructor Details
-
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
-