OpenCPN Partial API docs
|
An iterator class for OCPNRegion. More...
#include <OCPNRegion.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 156 of file OCPNRegion.h.
OCPNRegionIterator::OCPNRegionIterator | ( | const OCPNRegion & | region | ) |
Definition at line 718 of file OCPNRegion.cpp.
|
virtual |
Definition at line 722 of file OCPNRegion.cpp.
wxRect OCPNRegionIterator::GetRect | ( | ) | const |
Definition at line 730 of file OCPNRegion.cpp.
bool OCPNRegionIterator::HaveRects | ( | ) | const |
Definition at line 732 of file OCPNRegion.cpp.
void OCPNRegionIterator::NextRect | ( | void | ) |
Definition at line 734 of file OCPNRegion.cpp.
void OCPNRegionIterator::Reset | ( | ) |
Definition at line 724 of file OCPNRegion.cpp.
void OCPNRegionIterator::Reset | ( | const OCPNRegion & | region | ) |
Definition at line 726 of file OCPNRegion.cpp.