wxPropertyGridIteratorBase Class Reference

#include <propgrid.h>

Inheritance diagram for wxPropertyGridIteratorBase:

wxPropertyGridConstIterator wxPropertyGridIterator

List of all members.


Detailed Description

Base for wxPropertyGridIterator classes.

Public Member Functions

void Assign (const wxPropertyGridIteratorBase &it)
bool AtEnd () const
wxPGPropertyGetProperty () const
void Init (wxPropertyGridState *state, int flags, int startPos=wxTOP, int dir=0)
void Init (wxPropertyGridState *state, int flags, wxPGProperty *property, int dir=1)
void Next (bool iterateChildren=true)
void Prev ()
void SetBaseParent (wxPGProperty *baseParent)

Protected Attributes

wxPGPropertym_property

Member Function Documentation

wxPGProperty* wxPropertyGridIteratorBase::GetProperty (  )  const

Get current property.

void wxPropertyGridIteratorBase::Next ( bool  iterateChildren = true  ) 

Iterate to the next property.

void wxPropertyGridIteratorBase::Prev (  ) 

Iterate to the previous property.

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


The documentation for this class was generated from the following file:

Generated on Sun Nov 2 12:30:02 2008 for wxPropertyGrid by  doxygen 1.5.5