phoenix_title wx.propgrid.PGAttributeStorage

wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.

a map).


class_hierarchy Class Hierarchy

Inheritance diagram for class PGAttributeStorage:

method_summary Methods Summary

__init__

FindValue

GetCount

Set


property_summary Properties Summary

Count

See GetCount


api Class API

class wx.propgrid.PGAttributeStorage(object)

Possible constructors:

PGAttributeStorage() -> None

PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.


Methods

__init__(self)
Return type:

None



FindValue(self, name : str)
Parameters:

name (string) –

Return type:

PGVariant



GetCount(self)
Return type:

int



Set(self, name : str, value : PGVariant)
Parameters:
  • name (string) –

  • value (PGVariant) –

Return type:

None


Properties

Count

See GetCount