kchart
KDChartListTableData Class Reference
Inheritance diagram for KDChartListTableData:

Detailed Description
Definition at line 203 of file KDChartListTable.h.
Public Types | |
typedef QValueList< KDChartData >::Iterator | Iterator |
typedef QValueList< KDChartData >::ConstIterator | ConstIterator |
typedef QValueList< int >::Iterator | RowIterator |
typedef QValueList< int >::ConstIterator | ConstRowIterator |
typedef QValueList< int >::Iterator | ColIterator |
typedef QValueList< int >::ConstIterator | ConstColIterator |
Public Member Functions | |
KDChartListTableData () | |
KDChartListTableData (uint _rows, uint _cols) | |
KDChartListTableData (const KDChartListTableData &_t) | |
virtual | ~KDChartListTableData () |
KDChartListTableData & | operator= (const KDChartListTableData &t) |
Iterator | begin () |
ConstIterator | begin () const |
Iterator | end () |
ConstIterator | end () const |
ColIterator | colBegin () |
ConstColIterator | colBegin () const |
ColIterator | colEnd () |
ConstColIterator | colEnd () const |
RowIterator | rowBegin () |
ConstRowIterator | rowBegin () const |
RowIterator | rowEnd () |
ConstRowIterator | rowEnd () const |
bool | isEmpty () const |
uint | cols () const |
uint | rows () const |
virtual bool | cellCoord (uint _row, uint _col, QVariant &_value, int coordinate=1) const |
virtual bool | cellProp (uint _row, uint _col, int &_prop) const |
virtual void | setCell (uint _row, uint _col, const QVariant &_value1, const QVariant &_value2=QVariant()) |
virtual void | setProp (uint _row, uint _col, int _propSet=0) |
void | clearCell (uint _row, uint _col) |
void | clearAllCells () |
int & | row (uint _row) |
const int & | row (uint _row) const |
void | setRow (uint _row, const int &_v) |
int & | col (uint _col) |
const int & | col (uint _col) const |
void | setCol (uint _col, const int &_v) |
void | insertColumn (uint _c) |
void | insertRow (uint _r) |
void | removeColumn (uint _c) |
void | removeRow (uint _r) |
void | expand (uint _rows, uint _cols) |
void | setUsedRows (uint _rows) |
uint | usedRows () const |
void | setUsedCols (uint _cols) |
uint | usedCols () const |
Member Typedef Documentation
|
Typedefs.
Definition at line 213 of file KDChartListTable.h. |
Constructor & Destructor Documentation
|
API.
Definition at line 225 of file KDChartListTable.h. |
Member Function Documentation
|
Returns one of the coordinate data value(s) stored in a cell.
Implements KDChartTableDataBase. Definition at line 332 of file KDChartListTable.h. |
|
Returns the property set ID stored in a cell.
Implements KDChartTableDataBase. Definition at line 342 of file KDChartListTable.h. |
|
Returns the number of cols in the table.
Implements KDChartTableDataBase. Definition at line 324 of file KDChartListTable.h. |
|
Increases the number of rows (and/or columns, resp. ) stored in this table.
Implements KDChartTableDataBase. Definition at line 430 of file KDChartListTable.h. |
|
Returns the number of rows in the table.
Implements KDChartTableDataBase. Definition at line 328 of file KDChartListTable.h. |
|
Stores data in a cell.
Implements KDChartTableDataBase. Definition at line 351 of file KDChartListTable.h. |
|
Specifies the property set ID for a cell.
Implements KDChartTableDataBase. Definition at line 360 of file KDChartListTable.h. |
|
Sets the number of cols in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 449 of file KDChartListTable.h. |
|
Sets the number of rows in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 437 of file KDChartListTable.h. |
|
Returns the number of cols in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 457 of file KDChartListTable.h. |
|
Returns the number of rows in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 445 of file KDChartListTable.h. |
The documentation for this class was generated from the following file: