Version: 3.0.5
Loading...
Searching...
No Matches
wxPropertyGridConstIterator Class Reference

#include <wx/propgrid/propgridpagestate.h>

+ Inheritance diagram for wxPropertyGridConstIterator:

Public Member Functions

 wxPropertyGridConstIterator ()
 
 wxPropertyGridConstIterator (const wxPropertyGridPageState *state, int flags=wxPG_ITERATE_DEFAULT, const wxPGProperty *property=NULL, int dir=1)
 
 wxPropertyGridConstIterator (wxPropertyGridPageState *state, int flags, int startPos, int dir=0)
 
 wxPropertyGridConstIterator (const wxPropertyGridConstIterator &it)
 
 ~wxPropertyGridConstIterator ()
 
- Public Member Functions inherited from wxPropertyGridIteratorBase
 wxPropertyGridIteratorBase ()
 
void Assign (const wxPropertyGridIteratorBase &it)
 
bool AtEnd () const
 
wxPGPropertyGetProperty () const
 Get current property.
 
void Init (wxPropertyGridPageState *state, int flags, wxPGProperty *property, int dir=1)
 
void Init (wxPropertyGridPageState *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 a property when, in which iteration returns, it ends.
 

Constructor & Destructor Documentation

◆ wxPropertyGridConstIterator() [1/4]

wxPropertyGridConstIterator::wxPropertyGridConstIterator ( )

◆ wxPropertyGridConstIterator() [2/4]

wxPropertyGridConstIterator::wxPropertyGridConstIterator ( const wxPropertyGridPageState state,
int  flags = wxPG_ITERATE_DEFAULT,
const wxPGProperty property = NULL,
int  dir = 1 
)

◆ wxPropertyGridConstIterator() [3/4]

wxPropertyGridConstIterator::wxPropertyGridConstIterator ( wxPropertyGridPageState state,
int  flags,
int  startPos,
int  dir = 0 
)

◆ wxPropertyGridConstIterator() [4/4]

wxPropertyGridConstIterator::wxPropertyGridConstIterator ( const wxPropertyGridConstIterator it)

◆ ~wxPropertyGridConstIterator()

wxPropertyGridConstIterator::~wxPropertyGridConstIterator ( )