kchart
KDChartVectorTableData Class Reference
Inheritance diagram for KDChartVectorTableData:

Detailed Description
Definition at line 114 of file KDChartVectorTable.h.
Public Types | |
| typedef QValueVector< KDChartData >::iterator | Iterator |
|
typedef QValueVector< KDChartData >::const_iterator | ConstIterator |
|
typedef QValueVector< int >::iterator | RowIterator |
|
typedef QValueVector< int >::const_iterator | ConstRowIterator |
|
typedef QValueVector< int >::iterator | ColIterator |
|
typedef QValueVector< int >::const_iterator | ConstColIterator |
Public Slots | |
| Iterator | begin () |
| ConstIterator | begin () const |
| Iterator | end () |
| ConstIterator | end () 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 () |
| void | expand (uint _rows, uint _cols) |
| void | setUsedRows (uint _rows) |
| uint | usedRows () const |
| void | setUsedCols (uint _cols) |
| uint | usedCols () const |
Public Member Functions | |
| KDChartVectorTableData () | |
| KDChartVectorTableData (uint _rows, uint _cols) | |
| KDChartVectorTableData (const KDChartVectorTableData &_t) | |
| virtual | ~KDChartVectorTableData () |
| KDChartVectorTableData & | operator= (const KDChartVectorTableData &t) |
Member Typedef Documentation
|
|
Typedefs.
Definition at line 126 of file KDChartVectorTable.h. |
Constructor & Destructor Documentation
|
|
API.
Definition at line 138 of file KDChartVectorTable.h. |
Member Function Documentation
|
||||||||||||||||||||
|
Returns one of the coordinate data value(s) stored in a cell.
Implements KDChartTableDataBase. Definition at line 215 of file KDChartVectorTable.h. |
|
||||||||||||||||
|
Returns the property set ID stored in a cell.
Implements KDChartTableDataBase. Definition at line 225 of file KDChartVectorTable.h. |
|
|
Returns the number of cols in the table.
Implements KDChartTableDataBase. Definition at line 202 of file KDChartVectorTable.h. |
|
||||||||||||
|
Increases the number of rows (and/or columns, resp. ) stored in this table.
Implements KDChartTableDataBase. Definition at line 258 of file KDChartVectorTable.h. |
|
|
Returns the number of rows in the table.
Implements KDChartTableDataBase. Definition at line 206 of file KDChartVectorTable.h. |
|
||||||||||||||||||||
|
Stores data in a cell.
Implements KDChartTableDataBase. Definition at line 234 of file KDChartVectorTable.h. |
|
||||||||||||||||
|
Specifies the property set ID for a cell.
Implements KDChartTableDataBase. Definition at line 242 of file KDChartVectorTable.h. |
|
|
Sets the number of cols in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 277 of file KDChartVectorTable.h. |
|
|
Sets the number of rows in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 265 of file KDChartVectorTable.h. |
|
|
Returns the number of cols in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 285 of file KDChartVectorTable.h. |
|
|
Returns the number of rows in the table that actually contain data.
Reimplemented from KDChartTableDataBase. Definition at line 273 of file KDChartVectorTable.h. |
The documentation for this class was generated from the following files:

