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
int KChart::kchartDataEditor::headerRows | ( | ) | [protected] |
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 532 of file kchartDataEditor.cc.
int KChart::kchartDataEditor::headerCols | ( | ) | [protected] |
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 537 of file kchartDataEditor.cc.
void KChart::kchartDataEditor::updateRowHeaders | ( | ) | [protected] |
Updates the table widget's vertical header to match the row labels specified in the leftmost column of each row.
Definition at line 859 of file kchartDataEditor.cc.
void KChart::kchartDataEditor::updateColHeaders | ( | ) | [protected] |
Updates the table widget's horizontal header to match the column labels specified in the top row of each column.
Definition at line 874 of file kchartDataEditor.cc.
The documentation for this class was generated from the following files: