kspread
KSpread::RangeIterator Class Reference
#include <kspread_util.h>
Detailed Description
RangeIterator.Class to simplify the process of iterating through each cell in a range that has already been allocated
Definition at line 256 of file kspread_util.h.
Public Member Functions | |
| RangeIterator (QRect _range, Sheet *_sheet) | |
| ~RangeIterator () | |
| Cell * | first () |
| Cell * | next () |
Constructor & Destructor Documentation
| RangeIterator::RangeIterator | ( | QRect | _range, | |
| Sheet * | _sheet | |||
| ) |
Contstruct the iterator with the rectangular cell area and which sheet the area is on.
Definition at line 779 of file kspread_util.cc.
Member Function Documentation
| Cell * RangeIterator::first | ( | ) |
| Cell * RangeIterator::next | ( | ) |
- Returns:
- the next allocated cell in the area after the previous one retrieved, or NULL if it was the last one.
Definition at line 800 of file kspread_util.cc.
The documentation for this class was generated from the following files:

