.. 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.PGVIterator: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGVIterator** ========================================================================================================================================== |phoenix_title| PGVIterator =========================== Abstract implementation of a simple iterator. Can only be used to iterate in forward order, and only through the entire container. Used to have functions dealing with all properties work with both :ref:`wx.propgrid.PropertyGrid` and :ref:`wx.propgrid.PropertyGridManager`. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PGVIterator:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.propgrid.PGVIterator.__init__` :meth:`~wx.propgrid.PGVIterator.AtEnd` :meth:`~wx.propgrid.PGVIterator.GetProperty` :meth:`~wx.propgrid.PGVIterator.Next` :meth:`~wx.propgrid.PGVIterator.UnRef` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.propgrid.PGVIterator.Property` See :meth:`~wx.propgrid.PGVIterator.GetProperty` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.propgrid.PGVIterator(object) **Possible constructors**:: PGVIterator() PGVIterator(it) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self)` :html:`

` **__init__** `(self, it)` :param `it`: :type `it`: wx.propgrid.PGVIterator :html:`

` .. method:: AtEnd(self) :rtype: `bool` .. method:: GetProperty(self) :rtype: :ref:`wx.propgrid.PGProperty` .. method:: Next(self) .. method:: UnRef(self) .. attribute:: Property See :meth:`~wx.propgrid.PGVIterator.GetProperty`