wxPropertyGrid
Public Member Functions | List of all members
wxPGPropArgCls Class Reference

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
 
wxPGPropertyGetPtr () const
 
wxPGPropertyGetPtr (wxPropertyGridInterface *methods) const
 
wxPGPropertyGetPtr (const wxPropertyGridInterface *methods) const
 
wxPGPropertyGetPtr0 () 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...
 

Detailed Description

Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name.

Constructor & Destructor Documentation

◆ wxPGPropArgCls()

wxPGPropArgCls::wxPGPropArgCls ( int  )

This constructor is required for NULL.


The documentation for this class was generated from the following file: