#include <wx/propgrid/propgridpagestate.h>
Const version of wxPropertyGridIterator.
Public Member Functions | |
| wxPropertyGridConstIterator (const wxPropertyGridIterator &other) | |
| Additional copy constructor. | |
| const wxPropertyGridConstIterator & | operator= (const wxPropertyGridIterator &it) |
| Additional assignment operator. | |
| wxPropertyGridConstIterator () | |
| wxPropertyGridConstIterator (const wxPropertyGridPageState *state, int flags=wxPG_ITERATE_DEFAULT, const wxPGProperty *property=NULL, int dir=1) | |
| wxPropertyGridConstIterator (wxPropertyGridPageState *state, int flags, int startPos, int dir=0) | |
| wxPropertyGridConstIterator (const wxPropertyGridConstIterator &it) | |
| ~wxPropertyGridConstIterator () | |
| Public Member Functions inherited from wxPropertyGridIteratorBase | |
| wxPropertyGridIteratorBase () | |
| void | Assign (const wxPropertyGridIteratorBase &it) |
| bool | AtEnd () const |
| wxPGProperty * | GetProperty () const |
| Get current property. | |
| void | Init (wxPropertyGridPageState *state, int flags, wxPGProperty *property, int dir=1) |
| void | Init (wxPropertyGridPageState *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, i.e. | |
| wxPropertyGridConstIterator::wxPropertyGridConstIterator | ( | const wxPropertyGridIterator & | other | ) |
Additional copy constructor.
| wxPropertyGridConstIterator::wxPropertyGridConstIterator | ( | ) |
| wxPropertyGridConstIterator::wxPropertyGridConstIterator | ( | const wxPropertyGridPageState * | state, |
| int | flags = wxPG_ITERATE_DEFAULT, | ||
| const wxPGProperty * | property = NULL, | ||
| int | dir = 1 ) |
| wxPropertyGridConstIterator::wxPropertyGridConstIterator | ( | wxPropertyGridPageState * | state, |
| int | flags, | ||
| int | startPos, | ||
| int | dir = 0 ) |
| wxPropertyGridConstIterator::wxPropertyGridConstIterator | ( | const wxPropertyGridConstIterator & | it | ) |
| wxPropertyGridConstIterator::~wxPropertyGridConstIterator | ( | ) |
| const wxPropertyGridConstIterator & wxPropertyGridConstIterator::operator= | ( | const wxPropertyGridIterator & | it | ) |
Additional assignment operator.