|
LibEngsas
|
#include <echartpieqml.h>
Inheritance diagram for EChartPieQml:
Collaboration diagram for EChartPieQml:Public Member Functions | |
| EChartPieQml (QGraphicsItem *parent=NULL) | |
| void | setPercents (bool percent) |
| bool | percents () const |
| Q_INVOKABLE void | addPie (double value, const QString label, QColor color=QColor()) |
Public Member Functions inherited from EChartBaseQml | |
| EChartBaseQml (EChartBase *eChartWidget, QGraphicsItem *parent=NULL) | |
| void | setChartTitle (QString chartTitle) |
| QString | chartTitle () const |
| void | setNumberPrecision (int precision) |
| int | numberPrecision () const |
| void | setNumberFormat (char format) |
| char | numberFormat () const |
| bool | removeDataSet (const QString label) |
| void | setTitleFont (QFont font) |
| QFont | titleFont () const |
| void | setLabelFont (QFont font) |
| QFont | labelFont () const |
Properties | |
| bool | percents |
Properties inherited from EChartBaseQml | |
| QString | chartTitle |
| int | numberPrecision |
| char | numberFormat |
| QFont | titleFont |
| QFont | labelFont |
Private Attributes | |
| EChartPie * | eChartPie |
Additional Inherited Members | |
Public Slots inherited from EChartBaseQml | |
| void | clear () |
Protected Attributes inherited from EChartBaseQml | |
| EChartBase * | eChartBase |
| EChartPieQml::EChartPieQml | ( | QGraphicsItem * | parent = NULL | ) |
| void EChartPieQml::addPie | ( | double | value, |
| const QString | label, | ||
| QColor | color = QColor() |
||
| ) |
Here is the call graph for this function:| bool EChartPieQml::percents | ( | ) | const |
| void EChartPieQml::setPercents | ( | bool | percent | ) |
Here is the call graph for this function:
|
private |
|
readwrite |
1.8.15