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.
wx.propgrid.
PGVIterator
(object)¶Possible constructors:
PGVIterator()
PGVIterator(it)
__init__
(self, *args, **kw)¶__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)¶Property
¶See GetProperty