#include <wx/propgrid/propgridpagestate.h>
Base for wxPropertyGridIterator classes.
wxPropertyGridIterator
Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.
See wxPropertyGridInterface::GetIterator() for more information about usage.
◆ wxPropertyGridIteratorBase()
wxPropertyGridIteratorBase::wxPropertyGridIteratorBase |
( |
| ) |
|
|
protected |
◆ Assign()
◆ AtEnd()
bool wxPropertyGridIteratorBase::AtEnd |
( |
| ) |
const |
◆ GetProperty()
wxPGProperty* wxPropertyGridIteratorBase::GetProperty |
( |
| ) |
const |
◆ Init() [1/2]
◆ Init() [2/2]
◆ Next()
void wxPropertyGridIteratorBase::Next |
( |
bool |
iterateChildren = true | ) |
|
Iterate to the next property.
◆ Prev()
void wxPropertyGridIteratorBase::Prev |
( |
| ) |
|
Iterate to the previous property.
◆ SetBaseParent()
void wxPropertyGridIteratorBase::SetBaseParent |
( |
wxPGProperty * |
baseParent | ) |
|
Set base parent, i.e.
a property when, in which iteration returns, it ends.
Default base parent is the root of the used wxPropertyGridPageState.