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