#include <wx/propgrid/propgridpagestate.h>
wxPropertyGridIterator
Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.
See wxPropertyGridInterface::GetIterator() for more information about usage.
|
void | Assign (const wxPropertyGridIteratorBase &it) |
|
bool | AtEnd () const |
|
wxPGProperty * | GetProperty () const |
| Get current property.
|
|
void | Next (bool iterateChildren=true) |
| Iterate to the next property.
|
|
void | Prev () |
| Iterate to the previous property.
|
|
void wxPropertyGridIterator::Assign |
( |
const wxPropertyGridIteratorBase & |
it | ) |
|
bool wxPropertyGridIterator::AtEnd |
( |
| ) |
const |
|
inline |
void wxPropertyGridIterator::Next |
( |
bool |
iterateChildren = true | ) |
|
Iterate to the next property.
void wxPropertyGridIterator::Prev |
( |
| ) |
|
Iterate to the previous property.