#include <tts/tts.h>
Public Member Functions | |
| wxTTSSpeechSettingsInfo () | |
| void | Init () |
| void | Copy (const wxTTSSpeechSettingsInfo &info) |
| void | operator= (const wxTTSSpeechSettingsInfo &info) |
| bool | ApplySettings () |
| Apply the settings to the text to speech object. | |
Public Attributes | |
| int | m_speed |
| int | m_volume |
| int | m_pitch |
| wxString | m_engine |
| wxString | m_testText |
| wxTextToSpeech * | m_speech |
| wxTTSSpeechSettingsInfo::wxTTSSpeechSettingsInfo | ( | ) | [inline] |
| bool wxTTSSpeechSettingsInfo::ApplySettings | ( | ) |
Apply the settings to the text to speech object.
| void wxTTSSpeechSettingsInfo::Copy | ( | const wxTTSSpeechSettingsInfo & | info | ) | [inline] |
| void wxTTSSpeechSettingsInfo::Init | ( | ) | [inline] |
| void wxTTSSpeechSettingsInfo::operator= | ( | const wxTTSSpeechSettingsInfo & | info | ) | [inline] |
| wxString wxTTSSpeechSettingsInfo::m_engine |
| wxString wxTTSSpeechSettingsInfo::m_testText |
1.5.8