java.lang.Object
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a particular voice
Java wrapper for Qt class QVoice
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQVoice::Age
static enum
Java wrapper for Qt enumQVoice::Gender
Nested 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
-
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Age
age()
static String
ageName
(QVoice.Age age) final void
clone()
Creates and returns a copy of this object.boolean
final QVoice.Gender
gender()
static String
genderName
(QVoice.Gender gender) final QVoice.Age
getAge()
Kotlin property getter.final QVoice.Gender
Kotlin property getter.final QLocale
Kotlin property getter.final String
getName()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QVoice)
.final QLocale
locale()
final String
name()
void
readFrom
(QDataStream str) final void
toString()
Seeoperator<<(QDebug,
QVoice) void
writeTo
(QDataStream str) Seeoperator<<(QDataStream&,
QVoice) 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
-
-
Method Details
-
age
-
gender
-
locale
-
name
-
writeTo
See
operator<<(QDataStream&,
QVoice) -
assign
-
readFrom
-
swap
-
ageName
-
genderName
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QVoice)
. -
toString
See
operator<<(QDebug,
QVoice) -
clone
Creates and returns a copy of this object.
-
getAge
Kotlin property getter. In Java use
age()
instead. -
getGender
Kotlin property getter. In Java use
gender()
instead. -
getLocale
Kotlin property getter. In Java use
locale()
instead. -
getName
Kotlin property getter. In Java use
name()
instead.
-