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() -> None

PGVIterator(it : PGVIterator) -> None

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__init__ (self, it : PGVIterator)

Parameters:

it (wx.propgrid.PGVIterator) –

Return type:

None





AtEnd(self)
Return type:

bool



GetProperty(self)
Return type:

wx.propgrid.PGProperty



Next(self)
Return type:

None



UnRef(self)
Return type:

None


Properties

Property

See GetProperty