Const version of wxPropertyGridIterator. More...
#include <propgrid.h>
Public Member Functions | |
| const wxPGProperty * | operator* () const |
| wxPropertyGridConstIterator & | operator++ () |
| wxPropertyGridConstIterator | operator++ (int) |
| wxPropertyGridConstIterator & | operator-- () |
| wxPropertyGridConstIterator | operator-- (int) |
| const wxPropertyGridConstIterator & | operator= (const wxPropertyGridConstIterator &it) |
| const wxPropertyGridConstIterator & | operator= (const wxPropertyGridIterator &it) |
| Additional assignment operator. | |
| wxPropertyGridConstIterator (const wxPropertyGridConstIterator &it) | |
| wxPropertyGridConstIterator (const wxPropertyGridState *state, int flags, int startPos, int dir=0) | |
| wxPropertyGridConstIterator (const wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, const wxPGProperty *property=NULL, int dir=1) | |
| wxPropertyGridConstIterator (const wxPropertyGridIterator &other) | |
| Additional copy constructor. | |
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 const wxPGProperty * | OneStep (const wxPropertyGridState *state, int flags=wxPG_ITERATE_DEFAULT, const wxPGProperty *property=NULL, int dir=1) |
Additional Inherited Members | |
Protected Attributes inherited from wxPropertyGridIteratorBase | |
| wxPGProperty * | m_property |
Const version of wxPropertyGridIterator.
1.8.7