LibEngsas
|
#include <echartpieqml.h>
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()) |
![]() | |
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 |
![]() | |
QString | chartTitle |
int | numberPrecision |
char | numberFormat |
QFont | titleFont |
QFont | labelFont |
Private Attributes | |
EChartPie * | eChartPie |
Additional Inherited Members | |
![]() | |
void | clear () |
![]() | |
EChartBase * | eChartBase |
EChartPieQml::EChartPieQml | ( | QGraphicsItem * | parent = NULL | ) |
void EChartPieQml::addPie | ( | double | value, |
const QString | label, | ||
QColor | color = QColor() |
||
) |
bool EChartPieQml::percents | ( | ) | const |
void EChartPieQml::setPercents | ( | bool | percent | ) |
|
private |
|
readwriteprivate |