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
-
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.final boolean
boolean
final QVoice.Gender
gender()
static String
genderName
(QVoice.Gender gender) 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
-
equals
-
readFrom
See
operator>>(QDataStream&,
QVoice&) This function was introduced in Qt 6.4.
-
swap
This function was introduced in Qt 6.4.
-
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.
-