#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.
<>< =''>:</>&;&;< =''>\ </></>
◆ wxPropertyGridIteratorBase()
wxPropertyGridIteratorBase::wxPropertyGridIteratorBase |
( |
| ) |
|
◆ 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, ie a property when, in which iteration returns, it ends.
Default base parent is the root of the used wxPropertyGridPageState.