Version: 2.9.4
Public Member Functions
wxPropertyGridIterator Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/propgrid/propgridpagestate.h>


Detailed Description

wxPropertyGridIterator

Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage.

See wxPropertyGridInterface::GetIterator() for more information about usage.

Library:  wxPropertyGrid
Category:  wxPropertyGrid

Public Member Functions

void Assign (const wxPropertyGridIteratorBase &it)
bool AtEnd () const
wxPGPropertyGetProperty () const
 Get current property.
void Next (bool iterateChildren=true)
 Iterate to the next property.
void Prev ()
 Iterate to the previous property.

List of all members.


Member Function Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines