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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQVoice::Agestatic enumJava wrapper for Qt enumQVoice::Gender -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Ageage()static StringageName(QVoice.Age age) final voidclone()Creates and returns a copy of this object.final booleanbooleanfinal QVoice.Gendergender()static StringgenderName(QVoice.Gender gender) inthashCode()Returns the objects's hash code computed byqHash(QVoice).final QLocale.Languagelanguage()final QLocalelocale()final Stringname()voidreadFrom(QDataStream str) final voidtoString()Seeoperator<<(QDebug,QVoice) voidwriteTo(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
- Parameters:
other-
-
-
Method Details
-
age
- Returns:
-
gender
- Returns:
-
language
- Returns:
-
locale
- Returns:
-
name
- Returns:
-
writeTo
See
operator<<(QDataStream&,QVoice) - Parameters:
str-
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
readFrom
- Parameters:
str-- Since:
- This function was introduced in Qt 6.4.
-
swap
- Parameters:
other-- Since:
- This function was introduced in Qt 6.4.
-
ageName
- Parameters:
age-- Returns:
-
genderName
- Parameters:
gender-- Returns:
-
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.
-