VCF::CellRange Class Reference
#include <vcf/ApplicationKit/TableControl.h>
List of all members.
Constructor & Destructor Documentation
| VCF::CellRange::CellRange |
( |
int |
minRow = -1, |
|
|
int |
minCol = -1, |
|
|
int |
maxRow = -1, |
|
|
int |
maxCol = -1 |
|
) |
[inline] |
|
Member Function Documentation
| int VCF::CellRange::count |
( |
|
) |
[inline] |
|
| int VCF::CellRange::getColSpan |
( |
|
) |
const [inline] |
|
| int VCF::CellRange::getMaxCol |
( |
|
) |
const [inline] |
|
| int VCF::CellRange::getMaxRow |
( |
|
) |
const [inline] |
|
| int VCF::CellRange::getMinCol |
( |
|
) |
const [inline] |
|
| int VCF::CellRange::getMinRow |
( |
|
) |
const [inline] |
|
| int VCF::CellRange::getRowSpan |
( |
|
) |
const [inline] |
|
| CellID VCF::CellRange::getTopLeft |
( |
|
) |
const [inline] |
|
| bool VCF::CellRange::inRange |
( |
const CellID & |
cellID |
) |
const [inline] |
|
| bool VCF::CellRange::inRange |
( |
int |
row, |
|
|
int |
col |
|
) |
const [inline] |
|
| bool VCF::CellRange::isValid |
( |
|
) |
const [inline] |
|
| bool VCF::CellRange::operator!= |
( |
const CellRange & |
rhs |
) |
const [inline] |
|
| bool VCF::CellRange::operator== |
( |
const CellRange & |
rhs |
) |
const [inline] |
|
| void VCF::CellRange::set |
( |
int |
minRow = -1, |
|
|
int |
minCol = -1, |
|
|
int |
maxRow = -1, |
|
|
int |
maxCol = -1 |
|
) |
[inline] |
|
| void VCF::CellRange::setMaxCol |
( |
int |
maxCol |
) |
[inline] |
|
| void VCF::CellRange::setMaxRow |
( |
int |
maxRow |
) |
[inline] |
|
| void VCF::CellRange::setMinCol |
( |
int |
minCol |
) |
[inline] |
|
| void VCF::CellRange::setMinRow |
( |
int |
minRow |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: