Base for wx.propgrid.PropertyGridIterator classes.
Preferable way to iterate through contents of wx.propgrid.PropertyGrid, wx.propgrid.PropertyGridManager, and wx.propgrid.PropertyGridPage. See wx.propgrid.PropertyGridInterface.GetIterator
for more information about usage.
wx.propgrid.PropertyGridConstIterator , wx.propgrid.PropertyGridIterator
Get current property. |
|
Iterate to the next property. |
|
Iterate to the previous property. |
|
Set base parent, i.e. |
See |
Possible constructors:
PropertyGridIteratorBase() -> None
Base for PropertyGridIterator classes.
None
None
bool
Get current property.
Init (self, state : PropertyGridPageState, flags : int, property : PGProperty, dir: int=1)
flags (int)
property (wx.propgrid.PGProperty)
dir (int)
None
Init (self, state : PropertyGridPageState, flags : int, startPos: int=TOP, dir: int=0)
flags (int)
startPos (int)
dir (int)
None
Iterate to the next property.
iterateChildren (bool)
None
Iterate to the previous property.
None
Set base parent, i.e.
a property when, in which iteration returns, it ends.
Default base parent is the root of the used wx.propgrid.PropertyGridPageState.
baseParent (wx.propgrid.PGProperty)
None
See GetProperty