Version: 3.2.5
wxPGVIterator Class Reference

#include <wx/propgrid/propgridpagestate.h>

Detailed Description

wxPGVIterator

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.

Public Member Functions

 wxPGVIterator ()
 
 wxPGVIterator (wxPGVIteratorBase *obj)
 
 ~wxPGVIterator ()
 
void UnRef ()
 
 wxPGVIterator (const wxPGVIterator &it)
 
const wxPGVIteratoroperator= (const wxPGVIterator &it)
 
void Next ()
 
bool AtEnd () const
 
wxPGPropertyGetProperty () const
 

Constructor & Destructor Documentation

◆ wxPGVIterator() [1/3]

wxPGVIterator::wxPGVIterator ( )

◆ wxPGVIterator() [2/3]

wxPGVIterator::wxPGVIterator ( wxPGVIteratorBase *  obj)

◆ ~wxPGVIterator()

wxPGVIterator::~wxPGVIterator ( )

◆ wxPGVIterator() [3/3]

wxPGVIterator::wxPGVIterator ( const wxPGVIterator it)

Member Function Documentation

◆ AtEnd()

bool wxPGVIterator::AtEnd ( ) const

◆ GetProperty()

wxPGProperty* wxPGVIterator::GetProperty ( ) const

◆ Next()

void wxPGVIterator::Next ( )

◆ operator=()

const wxPGVIterator& wxPGVIterator::operator= ( const wxPGVIterator it)

◆ UnRef()

void wxPGVIterator::UnRef ( )