java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents 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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionQVoice()
See QVoice::QVoice()protected
Constructor for internal use only. -
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 QLocale
locale()
final String
name()
final void
toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QVoice
public QVoice()See QVoice::QVoice()
-
QVoice
-
QVoice
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
age
-
gender
-
locale
-
name
-
swap
-
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
-
toString
-
clone
-