Property representing wxCursor. More...
#include <advprops.h>
Additional Inherited Members | |
Public Types inherited from wxPGProperty | |
| typedef void * | ClientDataType |
| typedef wxUint32 | FlagType |
Public Member Functions inherited from wxEnumProperty | |
| virtual int | GetChoiceInfo (wxPGChoiceInfo *choiceinfo) |
| Returns current value's index to the choice control. More... | |
| const wxPGChoices & | GetChoices () const |
| virtual const wxString * | GetEntry (size_t index, int *pvalue) const |
| virtual int | GetIndexForValue (int value) const |
| size_t | GetItemCount () const |
| wxEnumProperty (const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxChar **labels=NULL, const long *values=NULL, int value=0) | |
| wxEnumProperty (const wxString &label, const wxString &name, wxPGChoices &choices, int value=0) | |
| wxEnumProperty (const wxString &label, const wxString &name, const wxChar **labels, const long *values, wxPGChoices *choicesCache, int value=0) | |
| wxEnumProperty (const wxString &label, const wxString &name, const wxArrayString &labels, const wxArrayInt &values=wxArrayInt(), int value=0) | |
Protected Member Functions inherited from wxBaseEnumProperty | |
| int | GetIndex () const |
| void | SetIndex (int index) |
| bool | ValueFromInt_ (wxVariant &value, int intVal, int argFlags) const |
| bool | ValueFromString_ (wxVariant &value, const wxString &text, int argFlags) const |
Static Protected Member Functions inherited from wxBaseEnumProperty | |
| static void | ResetNextIndex () |
Protected Attributes inherited from wxEnumProperty | |
| wxPGChoices | m_choices |
Property representing wxCursor.
1.8.4