kchart
KDChartListTablePrivate Class Reference
List of all members.Detailed Description
Definition at line 39 of file KDChartListTable.h.
Public Member Functions | |
| KDChartListTablePrivate () | |
| KDChartListTablePrivate (uint _rows, uint _cols) | |
| KDChartListTablePrivate (const KDChartListTablePrivate &_t) | |
| ~KDChartListTablePrivate () | |
| void | expand (uint _rows, uint _cols) |
| const KDChartData & | cell (uint _row, uint _col) const |
| KDChartData & | cell (uint _row, uint _col) |
| void | setCell (uint _row, uint _col, const KDChartData &_element) |
| 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) |
Public Attributes | |
| QValueList< KDChartData > | matrix |
| QValueList< int > | row_list |
| QValueList< int > | col_list |
| uint | col_count |
| uint | row_count |
The documentation for this class was generated from the following file:

