Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage. More...
#include <propgrid.h>
Public Member Functions | |
| wxPGProperty * | operator* () const |
| wxPropertyGridIterator & | operator++ () |
| wxPropertyGridIterator | operator++ (int) |
| wxPropertyGridIterator & | operator-- () |
| wxPropertyGridIterator | operator-- (int) |
| const wxPropertyGridIterator & | operator= (const wxPropertyGridIterator &it) |
| wxPropertyGridIterator (wxPropertyGridState *state, int flags, int startPos, int dir=0) | |
| wxPropertyGridIterator (const wxPropertyGridIterator &it) | |
| wxPropertyGridIterator (wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *property=NULL, int dir=1) | |
Public Member Functions inherited from wxPropertyGridIteratorBase | |
| void | Assign (const wxPropertyGridIteratorBase &it) |
| bool | AtEnd () const |
| wxPGProperty * | GetProperty () const |
| Get current property. | |
| void | Init (wxPropertyGridState *state, int flags, wxPGProperty *property, int dir=1) |
| void | Init (wxPropertyGridState *state, int flags, int startPos=wxTOP, int dir=0) |
| 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. More... | |
Static Public Member Functions | |
| static wxPGProperty * | OneStep (wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *property=NULL, int dir=1) |
Additional Inherited Members | |
Protected Attributes inherited from wxPropertyGridIteratorBase | |
| wxPGProperty * | m_property |
Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.
See wxPropertyGridInterface::GetIterator() for more information about usage.
1.8.7