#include <tts/tts_speechsettingsdialog.h>
Public Member Functions | |
| wxTTSSpeechSettingsDialog () | |
| Constructors. | |
| wxTTSSpeechSettingsDialog (const wxTTSSpeechSettingsInfo &info, wxWindow *parent, wxWindowID id=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_IDNAME, const wxString &caption=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_TITLE, const wxPoint &pos=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_POSITION, const wxSize &size=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_SIZE, long style=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_STYLE) | |
| bool | Create (const wxTTSSpeechSettingsInfo &info, wxWindow *parent, wxWindowID id=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_IDNAME, const wxString &caption=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_TITLE, const wxPoint &pos=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_POSITION, const wxSize &size=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_SIZE, long style=SYMBOL_WXTTSSPEECHSETTINGSDIALOG_STYLE) |
| Creation. | |
| ~wxTTSSpeechSettingsDialog () | |
| Destructor. | |
| void | Init () |
| Initialises member variables. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | SetInfo (const wxTTSSpeechSettingsInfo &info) |
| Set info. | |
| const wxTTSSpeechSettingsInfo & | GetInfo () const |
| Get info. | |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Public Attributes | |
| wxStaticText * | m_captionCtrl |
| wxStaticText * | m_descriptionCtrl |
| wxTTSSpeechSettingsPanel * | m_speechSettingsPanel |
| wxTTSSpeechSettingsDialog::wxTTSSpeechSettingsDialog | ( | ) |
Constructors.
| wxTTSSpeechSettingsDialog::wxTTSSpeechSettingsDialog | ( | const wxTTSSpeechSettingsInfo & | info, | |
| wxWindow * | parent, | |||
| wxWindowID | id = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_SIZE, |
|||
| long | style = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_STYLE | |||
| ) |
| wxTTSSpeechSettingsDialog::~wxTTSSpeechSettingsDialog | ( | ) |
Destructor.
| bool wxTTSSpeechSettingsDialog::Create | ( | const wxTTSSpeechSettingsInfo & | info, | |
| wxWindow * | parent, | |||
| wxWindowID | id = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_IDNAME, |
|||
| const wxString & | caption = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_TITLE, |
|||
| const wxPoint & | pos = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_POSITION, |
|||
| const wxSize & | size = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_SIZE, |
|||
| long | style = SYMBOL_WXTTSSPEECHSETTINGSDIALOG_STYLE | |||
| ) |
Creation.
| void wxTTSSpeechSettingsDialog::CreateControls | ( | ) |
Creates the controls and sizers.
| wxBitmap wxTTSSpeechSettingsDialog::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
| wxIcon wxTTSSpeechSettingsDialog::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
| const wxTTSSpeechSettingsInfo& wxTTSSpeechSettingsDialog::GetInfo | ( | ) | const [inline] |
Get info.
| void wxTTSSpeechSettingsDialog::Init | ( | ) |
Initialises member variables.
| void wxTTSSpeechSettingsDialog::SetInfo | ( | const wxTTSSpeechSettingsInfo & | info | ) | [inline] |
Set info.
| bool wxTTSSpeechSettingsDialog::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
| wxStaticText* wxTTSSpeechSettingsDialog::m_captionCtrl |
| wxStaticText* wxTTSSpeechSettingsDialog::m_descriptionCtrl |
1.5.8