#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 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.