java.lang.Object
io.qt.QtObject
io.qt.texttospeech.QVoice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Allows to set and retrieve values of 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QVoice.Age
age()
static String
ageName
(QVoice.Age age) final void
SeeQVoice::
operator=(QVoice) 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 String
name()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QVoice
public QVoice()See
QVoice::
QVoice() -
QVoice
See
QVoice::
QVoice(QVoice) - Parameters:
other
-
-
-
Method Details
-
age
- Returns:
-
gender
- Returns:
-
name
- Returns:
-
assign
See
QVoice::
operator=(QVoice) - Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
ageName
- Parameters:
age
-- Returns:
-
genderName
- Parameters:
gender
-- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QVoice)
. -
clone
Creates and returns a copy of this object.
See
QVoice::
QVoice(QVoice)
-