kchart
KChart::kchartDataEditor Class Reference
List of all members.Detailed Description
Definition at line 90 of file kchartDataEditor.h.
Signals | |
| void | applyClicked (kchartDataEditor *ed) |
Public Member Functions | |
| kchartDataEditor (QWidget *parent=0) | |
| void | setData (KChartParams *params, KDChartTableData *dat) |
| void | getData (KChartParams *params, KDChartTableData *dat) |
| void | setRowLabels (const QStringList &rowLabels) |
| void | getRowLabels (QStringList &rowLabels) |
| void | setColLabels (const QStringList &colLabels) |
| void | getColLabels (QStringList &colLabels) |
| bool | modified () const |
Protected Member Functions | |
| int | headerRows () |
| int | headerCols () |
| void | updateRowHeaders () |
| void | updateColHeaders () |
Member Function Documentation
|
|
Returns the number of columns used as headers (ie. containing labels for the X axis or a series name, depending on the orientation of the data) Definition at line 501 of file kchartDataEditor.cc. |
|
|
Returns the number of rows used as headers (ie. containing labels for the X axis or a series name, depending on the orientation of the data) Definition at line 496 of file kchartDataEditor.cc. |
|
|
Updates the table widget's horizontal header to match the column labels specified in the top row of each column.
Definition at line 820 of file kchartDataEditor.cc. |
|
|
Updates the table widget's vertical header to match the row labels specified in the leftmost column of each row.
Definition at line 805 of file kchartDataEditor.cc. |
The documentation for this class was generated from the following files:

