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
Nested ClassesModifier 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
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQVoice()
See QVoice::QVoice()protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Age
age()
static String
ageName
(QVoice.Age age) final void
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) 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()
final QLocale
locale()
final String
name()
void
readFrom
(QDataStream str) final void
toString()
void
writeTo
(QDataStream str) 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
-
getAge
Kotlin property getter. In Java use
age()
instead. -
age
-
getGender
Kotlin property getter. In Java use
gender()
instead. -
gender
-
getLocale
Kotlin property getter. In Java use
locale()
instead. -
locale
-
getName
Kotlin property getter. In Java use
name()
instead. -
name
-
writeTo
-
assign
-
readFrom
-
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
-