Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage. More...
#include <propgrid.h>
Public Member Functions | |
wxPGProperty * | operator* () const |
wxPropertyGridIterator | operator++ (int) |
wxPropertyGridIterator & | operator++ () |
wxPropertyGridIterator | operator-- (int) |
wxPropertyGridIterator & | operator-- () |
const wxPropertyGridIterator & | operator= (const wxPropertyGridIterator &it) |
wxPropertyGridIterator (const wxPropertyGridIterator &it) | |
wxPropertyGridIterator (wxPropertyGridState *state, int flags, int startPos, int dir=0) | |
wxPropertyGridIterator (wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *property=NULL, int dir=1) | |
Static Public Member Functions | |
static wxPGProperty * | OneStep (wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *property=NULL, int dir=1) |
Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.
See wxPropertyGridInterface::GetIterator() for more information about usage.