#include <tts/tts_property.h>
List of all members.
Constructor & Destructor Documentation
| wxTTSProperties::wxTTSProperties |
( |
|
) |
[inline] |
| wxTTSProperties::wxTTSProperties |
( |
const wxTTSProperties & |
properties |
) |
[inline] |
| wxTTSProperties::~wxTTSProperties |
( |
|
) |
[inline] |
Member Function Documentation
| void wxTTSProperties::Clear |
( |
|
) |
|
| void wxTTSProperties::DeleteProperty |
( |
size_t |
i |
) |
|
| void wxTTSProperties::DeleteProperty |
( |
const wxString & |
name |
) |
|
| void wxTTSProperties::DeleteProperty |
( |
wxTTSProperty * |
property |
) |
|
| wxTTSProperty * wxTTSProperties::FindOrCreateProperty |
( |
const wxString & |
name |
) |
|
| wxTTSProperty * wxTTSProperties::FindProperty |
( |
const wxString & |
name |
) |
const |
| wxTTSProperty * wxTTSProperties::FindPropertyByDisplayName |
( |
const wxString & |
name |
) |
|
| wxVariant wxTTSProperties::FindPropertyValue |
( |
const wxString & |
name |
) |
const |
| bool wxTTSProperties::FindPropertyValueBool |
( |
const wxString & |
name |
) |
const |
| double wxTTSProperties::FindPropertyValueDouble |
( |
const wxString & |
name |
) |
const |
| long wxTTSProperties::FindPropertyValueLong |
( |
const wxString & |
name |
) |
const |
| wxString wxTTSProperties::FindPropertyValueString |
( |
const wxString & |
name |
) |
const |
| size_t wxTTSProperties::GetCount |
( |
|
) |
const [inline] |
| const wxList& wxTTSProperties::GetList |
( |
|
) |
const [inline] |
| wxTTSProperty* wxTTSProperties::GetProperty |
( |
int |
i |
) |
const [inline] |
| void wxTTSProperties::operator= |
( |
const wxTTSProperties & |
properties |
) |
[inline] |
| void wxTTSProperties::RemoveProperty |
( |
wxTTSProperty * |
property |
) |
|
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
const wxVariant & |
value | |
|
) |
| | |
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
bool |
value | |
|
) |
| | |
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
double |
value | |
|
) |
| | |
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
int |
value | |
|
) |
| | [inline] |
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
long |
value | |
|
) |
| | |
| void wxTTSProperties::SetProperty |
( |
const wxString & |
name, |
|
|
const wxString & |
value | |
|
) |
| | |
The documentation for this class was generated from the following files: