.. 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() PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e. .. method:: __init__(self) .. method:: FindValue(self, name) :param `name`: :type `name`: string :rtype: `PGVariant` .. method:: GetCount(self) :rtype: `int` .. method:: Set(self, name, value) :param `name`: :type `name`: string :param `value`: :type `value`: PGVariant .. attribute:: Count See :meth:`~wx.propgrid.PGAttributeStorage.GetCount`