phoenix_title wx.propgrid.PGPropArgCls

phoenix_title 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 : PGProperty) -> None

PGPropArgCls(str: str) -> None

PGPropArgCls(id : PGPropArgCls) -> None

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, property : PGProperty)

Parameters:

property (wx.propgrid.PGProperty) –

Return type:

None



__init__ (self, str: str)

Creates a PGPropArgCls from a string.

Return type:

None



__init__ (self, id : PGPropArgCls)

Parameters:

id (wx.propgrid.PGPropArgCls) –

Return type:

None





GetName(self)
Return type:

str



GetPtr(self, *args, **kw)

overload Overloaded Implementations:



GetPtr (self)

Return type:

wx.propgrid.PGProperty



GetPtr (self, iface : PropertyGridInterface)

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