wxPGVIterator Class Reference
#include <wx/propgrid/propgridpagestate.h>
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.
List of all members.
Constructor & Destructor Documentation
wxPGVIterator::wxPGVIterator |
( |
|
) |
[inline] |
wxPGVIterator::wxPGVIterator |
( |
wxPGVIteratorBase * |
obj |
) |
[inline] |
wxPGVIterator::~wxPGVIterator |
( |
|
) |
[inline] |
wxPGVIterator::wxPGVIterator |
( |
const wxPGVIterator & |
it |
) |
[inline] |
Member Function Documentation
bool wxPGVIterator::AtEnd |
( |
|
) |
const [inline] |
void wxPGVIterator::Next |
( |
|
) |
[inline] |
void wxPGVIterator::UnRef |
( |
|
) |
[inline] |
Member Data Documentation