java.lang.Object
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 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 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 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
-
toString
-
clone
-