QVoice Class
The QVoice class allows to set and retrieve values of a particular voice 更多...
头文件: | #include <QVoice> |
qmake: | QT += texttospeech |
公有类型
公有函数
QVoice() | |
QVoice(const QVoice &other) | |
~QVoice() | |
Age | age() const |
Gender | gender() const |
QString | name() const |
bool | operator!=(const QVoice &other) |
void | operator=(const QVoice &other) |
bool | operator==(const QVoice &other) |
静态公有成员
QString | ageName(QVoice::Age age) |
QString | genderName(QVoice::Gender gender) |
详细描述
The QVoice class allows to set and retrieve values of a particular voice
成员函数
QVoice::QVoice()
Default constructs an instance of QVoice.
QVoice::QVoice(const QVoice &other)
Copy constructor.
QVoice::~QVoice()
Destroys the instance of QVoice.
Age QVoice::age() const
Returns the age of a voice
[static]
QString QVoice::ageName(QVoice::Age age)
Returns the age class of a voice
Gender QVoice::gender() const
Returns the gender of a voice
[static]
QString QVoice::genderName(QVoice::Gender gender)
̈́ Returns the gender name of a voice
QString QVoice::name() const
Returns the name of a voice
bool QVoice::operator!=(const QVoice &other)
void QVoice::operator=(const QVoice &other)
Copy-assignment operator.