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 wx.propgrid.PropertyGrid and wx.propgrid.PropertyGridManager.


class_hierarchy Class Hierarchy

Inheritance diagram for class PGVIterator:

method_summary Methods Summary

__init__

AtEnd

GetProperty

Next

UnRef


property_summary Properties Summary

Property

See GetProperty


api Class API

class wx.propgrid.PGVIterator(object)

Possible constructors:

PGVIterator()

PGVIterator(it)

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, it)

Parameters:

it (wx.propgrid.PGVIterator) –





AtEnd(self)
Return type:

bool



GetProperty(self)
Return type:

wx.propgrid.PGProperty



Next(self)


UnRef(self)

Properties

Property

See GetProperty