#include </home/work/projects/wx/2.9/wx/interface/wx/propgrid/propgridpagestate.h>
Public Member Functions | |
| wxPGVIterator () | |
| wxPGVIterator (wxPGVIteratorBase *obj) | |
| ~wxPGVIterator () | |
| void | UnRef () |
| wxPGVIterator (const wxPGVIterator &it) | |
| const wxPGVIterator & | operator= (const wxPGVIterator &it) |
| void | Next () |
| bool | AtEnd () const |
| wxPGProperty * | GetProperty () const |
Protected Attributes | |
| wxPGVIteratorBase * | m_pIt |
| wxPGVIterator::wxPGVIterator | ( | ) | [inline] |
| wxPGVIterator::wxPGVIterator | ( | wxPGVIteratorBase * | obj | ) | [inline] |
| wxPGVIterator::~wxPGVIterator | ( | ) | [inline] |
| wxPGVIterator::wxPGVIterator | ( | const wxPGVIterator & | it | ) | [inline] |
| bool wxPGVIterator::AtEnd | ( | ) | const [inline] |
| wxPGProperty* wxPGVIterator::GetProperty | ( | ) | const [inline] |
| void wxPGVIterator::Next | ( | ) | [inline] |
| const wxPGVIterator& wxPGVIterator::operator= | ( | const wxPGVIterator & | it | ) | [inline] |
| void wxPGVIterator::UnRef | ( | ) | [inline] |
wxPGVIteratorBase* wxPGVIterator::m_pIt [protected] |
|
[ top ] |