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

Abstract implementation of a simple iterator. More...

#include <propgrid.h>

Public Member Functions

bool AtEnd () const
 
wxPGPropertyGetProperty () const
 
void Next ()
 
const wxPGVIteratoroperator= (const wxPGVIterator &it)
 
void UnRef ()
 
 wxPGVIterator (wxPGVIteratorBase *obj)
 
 wxPGVIterator (const wxPGVIterator &it)
 

Protected Attributes

wxPGVIteratorBasem_pIt
 

Detailed Description

Abstract implementation of a simple iterator.

Can only be used to iterate in forward order, and only through the entire container. Used to have functions dealing with all properties work with both wxPropertyGrid and wxPropertyGridManager.


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