#include <propgrid.h>
Public Member Functions | |
| virtual wxEvent * | Clone () const |
| void | DisableProperty () |
| void | EnableProperty (bool enable=true) |
| wxPGId | GetMainParent () const |
| wxPGId | GetProperty () const |
| wxPGProperty::ClientDataType | GetPropertyClientData () const |
| const wxString & | GetPropertyLabel () const |
| const wxString & | GetPropertyName () const |
| wxPGProperty * | GetPropertyPtr () const |
| wxVariant | GetPropertyValue () const |
| const wxArrayInt & | GetPropertyValueAsArrayInt () const |
| const wxArrayString & | GetPropertyValueAsArrayString () const |
| long | GetPropertyValueAsBool () const |
| double | GetPropertyValueAsDouble () const |
| int | GetPropertyValueAsInt () const |
| long | GetPropertyValueAsLong () const |
| const wxPoint & | GetPropertyValueAsPoint () const |
| const wxSize & | GetPropertyValueAsSize () const |
| wxString | GetPropertyValueAsString () const |
| void * | GetPropertyValueAsVoidPtr () const |
| const wxObject * | GetPropertyValueAsWxObjectPtr () const |
| const wxPGValueType * | GetPropertyValueType () const |
| bool | HasProperty () const |
| bool | IsPending () const |
| bool | IsPropertyEnabled () const |
| void | SetPending (bool pending) |
| void | SetProperty (wxPGProperty *p) |
| void | SetProperty (wxPGId id) |
| void | SetPropertyGrid (wxPropertyGrid *pg) |
| wxPropertyGridEvent (const wxPropertyGridEvent &event) | |
| wxPropertyGridEvent (wxEventType commandType=0, int id=0) | |
| ~wxPropertyGridEvent () | |
wxNotifyEvent
wxCommandEvent
wxEvent
wxObject
<wx/propertygrid/propertygrid.h>
|
||||||||||||
|
Constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
Copyer.
|
|
|
Disables property.
|
|
|
Enables property.
|
|
|
Returns id of associated property.
|
|
|
Returns client data of relevant property.
|
|
|
Returns label of associated property.
|
|
|
Returns name of associated property.
|
|
|
Returns pointer to associated property.
|
|
|
Returns value of relevant property.
|
|
|
Returns value type of relevant property.
|
|
|
Returns true if event has associated property.
|
|
|
Changes the associated property.
|
|
|
Changes the associated property.
|
1.3.6