java.lang.Object
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's 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) final void
clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
ageName
-
genderName
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-