#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) | |
Protected Attributes | |
wxPGVIteratorBase * | m_pIt |
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.