#include <propgrid.h>

Public Member Functions | |
| void | Assign (const wxPropertyGridIteratorBase &it) |
| bool | AtEnd () const |
| wxPGProperty * | GetProperty () const |
| void | Init (wxPropertyGridState *state, int flags, int startPos=wxTOP, int dir=0) |
| void | Init (wxPropertyGridState *state, int flags, wxPGProperty *property, int dir=1) |
| void | Next (bool iterateChildren=true) |
| void | Prev () |
| void | SetBaseParent (wxPGProperty *baseParent) |
Protected Attributes | |
| wxPGProperty * | m_property |
| wxPGProperty* wxPropertyGridIteratorBase::GetProperty | ( | ) | const |
Get current property.
| void wxPropertyGridIteratorBase::Next | ( | bool | iterateChildren = true |
) |
Iterate to the next property.
| void wxPropertyGridIteratorBase::Prev | ( | ) |
Iterate to the previous property.
| void wxPropertyGridIteratorBase::SetBaseParent | ( | wxPGProperty * | baseParent | ) |
Set base parent, ie.
a property when, in which iteration returns, it ends.
Default base parent is the root of the used wxPropertyGridState.
1.5.5