#include <ax/ax_property.h>
Public Member Functions | |
| AxProperty () | |
| AxProperty (const AxProperty &property) | |
| AxProperty (const wxString &descr, const wxVariant &variant, const wxString &editorType=wxEmptyString, const wxString &groupName=wxEmptyString) | |
| AxProperty (const wxString &name, const wxString &value=wxEmptyString) | |
| void | operator= (const AxProperty &property) |
| void | Copy (const AxProperty &property) |
| bool | operator== (const AxProperty &property) const |
| bool | operator!= (const AxProperty &property) const |
| const wxString & | GetName () const |
| const wxString & | GetParentName () const |
| wxString | GetValue () const |
| wxVariant & | GetVariant () |
| const wxVariant & | GetVariant () const |
| const wxString & | GetEditorType () const |
| const wxString & | GetGroupName () const |
| const wxString | GetCategory () const |
| const wxArrayString & | GetChoices () const |
| const wxString & | GetDescription () const |
| void | SetName (const wxString &name) |
| void | SetParentName (const wxString &name) |
| void | SetValue (const wxString &value) |
| void | SetValue (const wxVariant &value) |
| void | SetEditorType (const wxString &type) |
| void | SetGroupName (const wxString &groupName) |
| void | SetCategory (const wxString &category) |
| void | SetChoices (const wxArrayString &choices) |
| void | SetDescription (const wxString &descr) |
| void | Show (bool show) |
| bool | IsShown () const |
| const wxString & | GetTranslatedName () const |
| void | SetTranslatedName (const wxString &name) |
| wxString | GetDisplayName () const |
Public Attributes | |
| wxVariant | m_variant |
| wxString | m_translatedName |
| wxString | m_editorType |
| wxString | m_groupName |
| wxString | m_parentName |
| wxArrayString | m_choices |
| wxString | m_description |
| wxString | m_category |
| bool | m_show |
| AxProperty::AxProperty | ( | ) | [inline] |
| AxProperty::AxProperty | ( | const AxProperty & | property | ) | [inline] |
| AxProperty::AxProperty | ( | const wxString & | descr, | |
| const wxVariant & | variant, | |||
| const wxString & | editorType = wxEmptyString, |
|||
| const wxString & | groupName = wxEmptyString | |||
| ) | [inline] |
| AxProperty::AxProperty | ( | const wxString & | name, | |
| const wxString & | value = wxEmptyString | |||
| ) | [inline] |
| void AxProperty::Copy | ( | const AxProperty & | property | ) | [inline] |
| const wxString AxProperty::GetCategory | ( | ) | const [inline] |
| const wxArrayString& AxProperty::GetChoices | ( | ) | const [inline] |
| const wxString& AxProperty::GetDescription | ( | ) | const [inline] |
| wxString AxProperty::GetDisplayName | ( | ) | const [inline] |
| const wxString& AxProperty::GetEditorType | ( | ) | const [inline] |
| const wxString& AxProperty::GetGroupName | ( | ) | const [inline] |
| const wxString& AxProperty::GetName | ( | ) | const [inline] |
| const wxString& AxProperty::GetParentName | ( | ) | const [inline] |
| const wxString& AxProperty::GetTranslatedName | ( | ) | const [inline] |
| wxString AxProperty::GetValue | ( | ) | const [inline] |
| const wxVariant& AxProperty::GetVariant | ( | ) | const [inline] |
| wxVariant& AxProperty::GetVariant | ( | ) | [inline] |
| bool AxProperty::IsShown | ( | ) | const [inline] |
| bool AxProperty::operator!= | ( | const AxProperty & | property | ) | const [inline] |
| void AxProperty::operator= | ( | const AxProperty & | property | ) | [inline] |
| bool AxProperty::operator== | ( | const AxProperty & | property | ) | const [inline] |
| void AxProperty::SetCategory | ( | const wxString & | category | ) | [inline] |
| void AxProperty::SetChoices | ( | const wxArrayString & | choices | ) | [inline] |
| void AxProperty::SetDescription | ( | const wxString & | descr | ) | [inline] |
| void AxProperty::SetEditorType | ( | const wxString & | type | ) | [inline] |
| void AxProperty::SetGroupName | ( | const wxString & | groupName | ) | [inline] |
| void AxProperty::SetName | ( | const wxString & | name | ) | [inline] |
| void AxProperty::SetParentName | ( | const wxString & | name | ) | [inline] |
| void AxProperty::SetTranslatedName | ( | const wxString & | name | ) | [inline] |
| void AxProperty::SetValue | ( | const wxVariant & | value | ) | [inline] |
| void AxProperty::SetValue | ( | const wxString & | value | ) | [inline] |
| void AxProperty::Show | ( | bool | show | ) | [inline] |
| wxString AxProperty::m_category |
| wxArrayString AxProperty::m_choices |
| wxString AxProperty::m_description |
| wxString AxProperty::m_editorType |
| wxString AxProperty::m_groupName |
| wxString AxProperty::m_parentName |
| bool AxProperty::m_show |
| wxString AxProperty::m_translatedName |
| wxVariant AxProperty::m_variant |
1.5.8