wxEditEnumProperty Class Reference
wxEnumProperty with wxString value and writable combo box editor.
More...
#include <props.h>
List of all members.
Public Member Functions |
| wxEditEnumProperty (const wxString &label, const wxString &name, const wxChar **labels, const long *values, wxPGChoices *choicesCache, const wxString &value) |
| wxEditEnumProperty (const wxString &label, const wxString &name, wxPGChoices &choices, const wxString &value=wxEmptyString) |
| wxEditEnumProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxArrayString &labels=wxArrayString(), const wxArrayInt &values=wxArrayInt(), const wxString &value=wxEmptyString) |
| wxEditEnumProperty (const wxString &label, const wxString &name, const wxChar **labels, const long *values, const wxString &value) |
virtual | ~wxEditEnumProperty () |
Detailed Description
wxEnumProperty with wxString value and writable combo box editor.
Definition at line 642 of file props.h.
Constructor & Destructor Documentation
wxEditEnumProperty::wxEditEnumProperty |
( |
const wxString & |
label, |
|
|
const wxString & |
name, |
|
|
const wxChar ** |
labels, |
|
|
const long * |
values, |
|
|
const wxString & |
value | |
|
) |
| | |
wxEditEnumProperty::wxEditEnumProperty |
( |
const wxString & |
label = wxPG_LABEL , |
|
|
const wxString & |
name = wxPG_LABEL , |
|
|
const wxArrayString & |
labels = wxArrayString() , |
|
|
const wxArrayInt & |
values = wxArrayInt() , |
|
|
const wxString & |
value = wxEmptyString | |
|
) |
| | |
wxEditEnumProperty::wxEditEnumProperty |
( |
const wxString & |
label, |
|
|
const wxString & |
name, |
|
|
wxPGChoices & |
choices, |
|
|
const wxString & |
value = wxEmptyString | |
|
) |
| | |
wxEditEnumProperty::wxEditEnumProperty |
( |
const wxString & |
label, |
|
|
const wxString & |
name, |
|
|
const wxChar ** |
labels, |
|
|
const long * |
values, |
|
|
wxPGChoices * |
choicesCache, |
|
|
const wxString & |
value | |
|
) |
| | |
virtual wxEditEnumProperty::~wxEditEnumProperty |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following file: