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. More...
#include <propgrid.h>
Public Member Functions | |
bool | AtEnd () const |
wxPGProperty * | GetProperty () const |
void | Next () |
const wxPGVIterator & | operator= (const wxPGVIterator &it) |
void | UnRef () |
wxPGVIterator (const wxPGVIterator &it) | |
wxPGVIterator (wxPGVIteratorBase *obj) | |
wxPGVIterator () | |
~wxPGVIterator () | |
Protected Attributes | |
wxPGVIteratorBase * | m_pIt |
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.
Definition at line 4112 of file propgrid.h.
wxPGVIterator::wxPGVIterator | ( | ) | [inline] |
Definition at line 4115 of file propgrid.h.
wxPGVIterator::wxPGVIterator | ( | wxPGVIteratorBase * | obj | ) | [inline] |
Definition at line 4116 of file propgrid.h.
wxPGVIterator::~wxPGVIterator | ( | ) | [inline] |
Definition at line 4117 of file propgrid.h.
wxPGVIterator::wxPGVIterator | ( | const wxPGVIterator & | it | ) | [inline] |
Definition at line 4119 of file propgrid.h.
bool wxPGVIterator::AtEnd | ( | ) | const [inline] |
Definition at line 4134 of file propgrid.h.
wxPGProperty* wxPGVIterator::GetProperty | ( | ) | const [inline] |
Definition at line 4135 of file propgrid.h.
void wxPGVIterator::Next | ( | ) | [inline] |
Definition at line 4133 of file propgrid.h.
const wxPGVIterator& wxPGVIterator::operator= | ( | const wxPGVIterator & | it | ) | [inline] |
Definition at line 4125 of file propgrid.h.
void wxPGVIterator::UnRef | ( | ) | [inline] |
Definition at line 4118 of file propgrid.h.
wxPGVIteratorBase* wxPGVIterator::m_pIt [protected] |
Definition at line 4137 of file propgrid.h.