.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.propgrid.PGAttributeStorage:
==========================================================================================================================================
|phoenix_title| **wx.propgrid.PGAttributeStorage**
==========================================================================================================================================
:ref:`wx.propgrid.PGAttributeStorage` is somewhat optimized storage for key=variant pairs (i.e.
a map).
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PGAttributeStorage:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.propgrid.PGAttributeStorage.__init__`
:meth:`~wx.propgrid.PGAttributeStorage.FindValue`
:meth:`~wx.propgrid.PGAttributeStorage.GetCount`
:meth:`~wx.propgrid.PGAttributeStorage.Set`
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.propgrid.PGAttributeStorage.Count` See :meth:`~wx.propgrid.PGAttributeStorage.GetCount`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.propgrid.PGAttributeStorage(object)
**Possible constructors**::
PGAttributeStorage() -> None
PGAttributeStorage is somewhat optimized storage for key=variant
pairs (i.e.
.. method:: __init__(self)
:rtype: `None`
.. method:: FindValue(self, name : str)
:param `name`:
:type `name`: string
:rtype: `PGVariant`
.. method:: GetCount(self)
:rtype: `int`
.. method:: Set(self, name : str, value : PGVariant)
:param `name`:
:type `name`: string
:param `value`:
:type `value`: PGVariant
:rtype: `None`
.. attribute:: Count
See :meth:`~wx.propgrid.PGAttributeStorage.GetCount`