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 4212 of file propgrid.h.
| wxPGVIterator::wxPGVIterator | ( | ) | [inline] |
Definition at line 4215 of file propgrid.h.
| wxPGVIterator::wxPGVIterator | ( | wxPGVIteratorBase * | obj | ) | [inline] |
Definition at line 4216 of file propgrid.h.
| wxPGVIterator::~wxPGVIterator | ( | ) | [inline] |
Definition at line 4217 of file propgrid.h.
| wxPGVIterator::wxPGVIterator | ( | const wxPGVIterator & | it | ) | [inline] |
Definition at line 4219 of file propgrid.h.
| bool wxPGVIterator::AtEnd | ( | ) | const [inline] |
Definition at line 4234 of file propgrid.h.
| wxPGProperty* wxPGVIterator::GetProperty | ( | ) | const [inline] |
Definition at line 4235 of file propgrid.h.
| void wxPGVIterator::Next | ( | ) | [inline] |
Definition at line 4233 of file propgrid.h.
| const wxPGVIterator& wxPGVIterator::operator= | ( | const wxPGVIterator & | it | ) | [inline] |
Definition at line 4225 of file propgrid.h.
| void wxPGVIterator::UnRef | ( | ) | [inline] |
Definition at line 4218 of file propgrid.h.
wxPGVIteratorBase* wxPGVIterator::m_pIt [protected] |
Definition at line 4237 of file propgrid.h.