addHeaderFooter(const QString &text, HeaderFooter::HeaderFooterType type, Position position) | KDChart::Widget | |
addHeaderFooter(HeaderFooter *header) | KDChart::Widget | |
addLegend(Position position) | KDChart::Widget | |
addLegend(Legend *legend) | KDChart::Widget | |
allHeadersFooters() | KDChart::Widget | |
allLegends() | KDChart::Widget | |
Bar enum value | KDChart::Widget | |
barDiagram() | KDChart::Widget | |
ChartType enum name | KDChart::Widget | |
coordinatePlane() | KDChart::Widget | |
diagram() | KDChart::Widget | |
firstHeaderFooter() | KDChart::Widget | |
globalLeadingBottom() const | KDChart::Widget | |
globalLeadingLeft() const | KDChart::Widget | |
globalLeadingRight() const | KDChart::Widget | |
globalLeadingTop() const | KDChart::Widget | |
legend() | KDChart::Widget | |
Line enum value | KDChart::Widget | |
lineDiagram() | KDChart::Widget | |
Normal enum value | KDChart::Widget | |
NoType enum value | KDChart::Widget | |
Percent enum value | KDChart::Widget | |
Pie enum value | KDChart::Widget | |
pieDiagram() | KDChart::Widget | |
Plot enum value | KDChart::Widget | |
plotter() | KDChart::Widget | |
Polar enum value | KDChart::Widget | |
polarDiagram() | KDChart::Widget | |
replaceHeaderFooter(HeaderFooter *header, HeaderFooter *oldHeader=0) | KDChart::Widget | |
replaceLegend(Legend *legend, Legend *oldLegend=0) | KDChart::Widget | |
resetData() | KDChart::Widget | |
Ring enum value | KDChart::Widget | |
ringDiagram() | KDChart::Widget | |
Rows enum value | KDChart::Widget | |
setDataCell(int row, int column, qreal data) | KDChart::Widget | |
setDataCell(int row, int column, QPair< qreal, qreal > data) | KDChart::Widget | |
setDataset(int column, const QVector< qreal > &data, const QString &title=QString()) | KDChart::Widget | |
setDataset(int column, const QVector< QPair< qreal, qreal > > &data, const QString &title=QString()) | KDChart::Widget | |
setGlobalLeading(int left, int top, int right, int bottom) | KDChart::Widget | slot |
setGlobalLeadingBottom(int leading) | KDChart::Widget | slot |
setGlobalLeadingLeft(int leading) | KDChart::Widget | slot |
setGlobalLeadingRight(int leading) | KDChart::Widget | slot |
setGlobalLeadingTop(int leading) | KDChart::Widget | slot |
setSubType(SubType subType) | KDChart::Widget | slot |
setType(ChartType chartType, SubType subType=Normal) | KDChart::Widget | slot |
Stacked enum value | KDChart::Widget | |
SubType enum name | KDChart::Widget | |
subType() const | KDChart::Widget | |
takeHeaderFooter(HeaderFooter *header) | KDChart::Widget | |
takeLegend(Legend *legend) | KDChart::Widget | |
type() const | KDChart::Widget | |
Widget(QWidget *parent=0) | KDChart::Widget | explicit |
~Widget() override | KDChart::Widget | |