#include </home/zeitlin/src/wx/github/interface/wx/propgrid/propgridpagestate.h>
Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.
See wxPropertyGridInterface::GetIterator() for more information about usage.
Public Member Functions | |
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] |
wxPGProperty* wxPropertyGridIterator::GetProperty | ( | ) | const [inline] |
Get current property.
void wxPropertyGridIterator::Next | ( | bool | iterateChildren = true | ) |
Iterate to the next property.
void wxPropertyGridIterator::Prev | ( | ) |
Iterate to the previous property.