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 wxPropertyGridInterface *methods) const |
wxPGProperty * | GetPtr (wxPropertyGridInterface *methods) const |
wxPGProperty * | GetPtr () const |
wxPGProperty * | GetPtr0 () const |
unsigned char | HasName () const |
wxPGPropArgCls (int) | |
This constructor is required for NULL. | |
wxPGPropArgCls (const wxChar *str) | |
wxPGPropArgCls (const wxPGPropArgCls &id) | |
wxPGPropArgCls (const wxString &str) | |
wxPGPropArgCls (const wxPGProperty *property) |
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.