wxArrayStringProperty Class Reference
Property that manages a list of strings.
More...
#include <props.h>
List of all members.
Detailed Description
Property that manages a list of strings.
Definition at line 875 of file props.h.
Constructor & Destructor Documentation
wxArrayStringProperty::wxArrayStringProperty |
( |
const wxString & |
label = wxPG_LABEL , |
|
|
const wxString & |
name = wxPG_LABEL , |
|
|
const wxArrayString & |
value = wxArrayString() | |
|
) |
| | |
virtual wxArrayStringProperty::~wxArrayStringProperty |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void wxArrayStringProperty::GenerateValueAsString |
( |
|
) |
[virtual] |
virtual bool wxArrayStringProperty::OnButtonClick |
( |
wxPropertyGrid * |
propgrid, |
|
|
wxWindow * |
primary, |
|
|
const wxChar * |
cbt | |
|
) |
| | [virtual] |
virtual bool wxArrayStringProperty::OnCustomStringEdit |
( |
wxWindow * |
parent, |
|
|
wxString & |
value | |
|
) |
| | [virtual] |
virtual void wxArrayStringProperty::OnSetValue |
( |
|
) |
[virtual] |
This virtual function is called after m_value has been set.
Reimplemented from wxPGProperty.
Member Data Documentation
The documentation for this class was generated from the following file: