#include <wx/propgrid/propgridiface.h>
Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name.
Public Member Functions | |
wxPGPropArgCls (const wxPGProperty *property) | |
wxPGPropArgCls (const wxString &str) | |
wxPGPropArgCls (const wxPGPropArgCls &id) | |
wxPGPropArgCls (wxString *str, bool WXUNUSED(deallocPtr)) | |
This is only needed for wxPython bindings. More... | |
~wxPGPropArgCls () | |
wxPGProperty * | GetPtr () const |
wxPGPropArgCls (const char *str) | |
wxPGPropArgCls (const wchar_t *str) | |
wxPGPropArgCls (int) | |
This constructor is required for NULL. More... | |
wxPGProperty * | GetPtr (wxPropertyGridInterface *iface) const |
wxPGProperty * | GetPtr (const wxPropertyGridInterface *iface) const |
wxPGProperty * | GetPtr0 () const |
bool | HasName () const |
const wxString & | GetName () const |
wxPGPropArgCls::wxPGPropArgCls | ( | const wxPGProperty * | property | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | const wxString & | str | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | const wxPGPropArgCls & | id | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | wxString * | str, |
bool | WXUNUSEDdeallocPtr | ||
) |
This is only needed for wxPython bindings.
wxPGPropArgCls::~wxPGPropArgCls | ( | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | const char * | str | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | const wchar_t * | str | ) |
wxPGPropArgCls::wxPGPropArgCls | ( | int | ) |
This constructor is required for NULL.
const wxString& wxPGPropArgCls::GetName | ( | ) | const |
wxPGProperty* wxPGPropArgCls::GetPtr | ( | ) | const |
wxPGProperty* wxPGPropArgCls::GetPtr | ( | const wxPropertyGridInterface * | iface | ) | const |
wxPGProperty* wxPGPropArgCls::GetPtr | ( | wxPropertyGridInterface * | iface | ) | const |
wxPGProperty* wxPGPropArgCls::GetPtr0 | ( | ) | const |
bool wxPGPropArgCls::HasName | ( | ) | const |