kspread

KSpread::RangeIterator Class Reference

#include <kspread_util.h>

List of all members.


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)
Cellfirst ()
Cellnext ()

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 (  ) 

Returns:
the first allocated cell in the area

Definition at line 790 of file kspread_util.cc.

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:
KDE Home | KDE Accessibility Home | Description of Access Keys