wxPropertyGrid
Public Member Functions | Protected Attributes | List of all members
wxPropertyGridIteratorBase Class Reference

Base for wxPropertyGridIterator classes. More...

#include <propgrid.h>

Inheritance diagram for wxPropertyGridIteratorBase:
wxPropertyGridConstIterator wxPropertyGridIterator

Public Member Functions

void Assign (const wxPropertyGridIteratorBase &it)
 
bool AtEnd () const
 
wxPGPropertyGetProperty () const
 Get current property.
 
void Init (wxPropertyGridState *state, int flags, wxPGProperty *property, int dir=1)
 
void Init (wxPropertyGridState *state, int flags, int startPos=wxTOP, int dir=0)
 
void Next (bool iterateChildren=true)
 Iterate to the next property.
 
void Prev ()
 Iterate to the previous property.
 
void SetBaseParent (wxPGProperty *baseParent)
 Set base parent, ie. More...
 

Protected Attributes

wxPGPropertym_property
 

Detailed Description

Base for wxPropertyGridIterator classes.

Member Function Documentation

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


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