#include <propgrid.h>
Public Member Functions | |
void | DecRef () |
void | IncRef () |
virtual void | Next ()=0 |
wxPGVIteratorBase () | |
Protected Member Functions | |
virtual | ~wxPGVIteratorBase () |
Protected Attributes | |
wxPropertyGridIterator | m_it |
Private Attributes | |
int | m_refCount |
Friends | |
class | wxPGVIterator |
Base class to derive new viterators.
Definition at line 4081 of file propgrid.h.
wxPGVIteratorBase::wxPGVIteratorBase | ( | ) | [inline] |
Definition at line 4085 of file propgrid.h.
virtual wxPGVIteratorBase::~wxPGVIteratorBase | ( | ) | [inline, protected, virtual] |
Definition at line 4098 of file propgrid.h.
void wxPGVIteratorBase::DecRef | ( | ) | [inline] |
Definition at line 4091 of file propgrid.h.
void wxPGVIteratorBase::IncRef | ( | ) | [inline] |
Definition at line 4087 of file propgrid.h.
virtual void wxPGVIteratorBase::Next | ( | ) | [pure virtual] |
friend class wxPGVIterator [friend] |
Definition at line 4083 of file propgrid.h.
wxPropertyGridIterator wxPGVIteratorBase::m_it [protected] |
Definition at line 4100 of file propgrid.h.
int wxPGVIteratorBase::m_refCount [private] |
Definition at line 4102 of file propgrid.h.