wxPropertyGrid
|
Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name. More...
#include <propgrid.h>
Public Member Functions | |
const wxString & | GetName () const |
wxPGProperty * | GetPtr () const |
wxPGProperty * | GetPtr (wxPropertyGridInterface *methods) const |
wxPGProperty * | GetPtr (const wxPropertyGridInterface *methods) const |
wxPGProperty * | GetPtr0 () const |
unsigned char | HasName () const |
wxPGPropArgCls (const wxPGProperty *property) | |
wxPGPropArgCls (const wxString &str) | |
wxPGPropArgCls (const wxPGPropArgCls &id) | |
wxPGPropArgCls (const wxChar *str) | |
wxPGPropArgCls (int) | |
This constructor is required for NULL. More... | |
Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name.
wxPGPropArgCls::wxPGPropArgCls | ( | int | ) |
This constructor is required for NULL.
References wxPG_PROP_AGGREGATE, wxPG_PROP_AUTO_UNSPECIFIED, wxPG_PROP_BEING_DELETED, wxPG_PROP_CATEGORY, wxPG_PROP_CHILDREN_ARE_COPIES, wxPG_PROP_CLASS_SPECIFIC_1, wxPG_PROP_CLASS_SPECIFIC_2, wxPG_PROP_COLLAPSED, wxPG_PROP_COMPOSED_VALUE, wxPG_PROP_CUSTOMIMAGE, wxPG_PROP_DISABLED, wxPG_PROP_HIDDEN, wxPG_PROP_INVALID_VALUE, wxPG_PROP_MISC_PARENT, wxPG_PROP_MODIFIED, wxPG_PROP_NOEDITOR, wxPG_PROP_PROPERTY, wxPG_PROP_READONLY, wxPG_PROP_USES_COMMON_VALUE, and wxPG_PROP_WAS_MODIFIED.