OpenCPN Partial API docs
|
An iterator class for OCPNRegion. More...
#include <ocpn_region.h>
Public Member Functions | |
OCPNRegionIterator (const OCPNRegion ®ion) | |
void | Reset () |
void | Reset (const OCPNRegion ®ion) |
bool | HaveRects () const |
void | NextRect (void) |
wxRect | GetRect () const |
An iterator class for OCPNRegion.
Provides methods to iterate over the rectangles that make up an OCPNRegion.
Definition at line 137 of file ocpn_region.h.
OCPNRegionIterator::OCPNRegionIterator | ( | const OCPNRegion & | region | ) |
Definition at line 694 of file ocpn_region.cpp.
|
virtual |
Definition at line 698 of file ocpn_region.cpp.
wxRect OCPNRegionIterator::GetRect | ( | ) | const |
Definition at line 706 of file ocpn_region.cpp.
bool OCPNRegionIterator::HaveRects | ( | ) | const |
Definition at line 708 of file ocpn_region.cpp.
void OCPNRegionIterator::NextRect | ( | void | ) |
Definition at line 710 of file ocpn_region.cpp.
void OCPNRegionIterator::Reset | ( | ) |
Definition at line 700 of file ocpn_region.cpp.
void OCPNRegionIterator::Reset | ( | const OCPNRegion & | region | ) |
Definition at line 702 of file ocpn_region.cpp.