#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-2.x86_64/src/wxWidgets-3.1.5/interface/wx/propgrid/propgridpagestate.h>
|
| wxPropertyGridIterator () |
|
| wxPropertyGridIterator (wxPropertyGridPageState *state, int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *property=NULL, int dir=1) |
|
| wxPropertyGridIterator (wxPropertyGridPageState *state, int flags, int startPos, int dir=0) |
|
| wxPropertyGridIterator (const wxPropertyGridIterator &it) |
|
| ~wxPropertyGridIterator () |
|
| 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.
|
|
◆ wxPropertyGridIterator() [1/4]
wxPropertyGridIterator::wxPropertyGridIterator |
( |
| ) |
|
◆ wxPropertyGridIterator() [2/4]
◆ wxPropertyGridIterator() [3/4]
wxPropertyGridIterator::wxPropertyGridIterator |
( |
wxPropertyGridPageState * | state, |
|
|
int | flags, |
|
|
int | startPos, |
|
|
int | dir = 0 ) |
◆ wxPropertyGridIterator() [4/4]
◆ ~wxPropertyGridIterator()
wxPropertyGridIterator::~wxPropertyGridIterator |
( |
| ) |
|