Phoenix Logo

phoenix_title wx.propgrid.PGPropArgCls

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


class_hierarchy Class Hierarchy

Inheritance diagram for class PGPropArgCls:


method_summary Methods Summary

__init__  
GetName  
GetPtr  
GetPtr0  
HasName  

property_summary Properties Summary

Name See GetName
Ptr See GetPtr
Ptr0 See GetPtr0

api Class API



class wx.propgrid.PGPropArgCls(object)

Possible constructors:

PGPropArgCls(property)

PGPropArgCls(str)

PGPropArgCls(id)

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


Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, property)

Parameters:property (wx.propgrid.PGProperty) –



__init__ (self, str)

Creates a PGPropArgCls from a string.



__init__ (self, id)

Parameters:id (wx.propgrid.PGPropArgCls) –





GetName(self)
Return type:string


GetPtr(self, *args, **kw)

overload Overloaded Implementations:



GetPtr (self)

Return type: wx.propgrid.PGProperty



GetPtr (self, iface)

Parameters:iface (wx.propgrid.PropertyGridInterface) –
Return type: wx.propgrid.PGProperty





GetPtr0(self)
Return type: wx.propgrid.PGProperty


HasName(self)
Return type:bool

Properties



Name

See GetName



Ptr

See GetPtr



Ptr0

See GetPtr0