Base for wxPropertyGridIterator classes. More...
#include <propgrid.h>
Public Member Functions | |
void | Assign (const wxPropertyGridIteratorBase &it) |
bool | AtEnd () const |
wxPGProperty * | GetProperty () const |
Get current property. | |
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) |
Iterate to the next property. | |
void | Prev () |
Iterate to the previous property. | |
void | SetBaseParent (wxPGProperty *baseParent) |
Set base parent, ie. | |
Protected Attributes | |
wxPGProperty * | m_property |
Base for wxPropertyGridIterator classes.
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.