|
LibEngsas
|
The base QML export class for EChart widgets. More...
#include <echartbaseqml.h>
Inheritance diagram for EChartBaseQml:
Collaboration diagram for EChartBaseQml:Public Slots | |
| void | clear () |
Public Member Functions | |
| 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 |
Protected Attributes | |
| EChartBase * | eChartBase |
Properties | |
| QString | chartTitle |
| int | numberPrecision |
| char | numberFormat |
| QFont | titleFont |
| QFont | labelFont |
The base QML export class for EChart widgets.
| EChartBaseQml::EChartBaseQml | ( | EChartBase * | eChartWidget, |
| QGraphicsItem * | parent = NULL |
||
| ) |
| QString EChartBaseQml::chartTitle | ( | ) | const |
Here is the caller graph for this function:
|
slot |
Here is the call graph for this function:| QFont EChartBaseQml::labelFont | ( | ) | const |
| char EChartBaseQml::numberFormat | ( | ) | const |
| int EChartBaseQml::numberPrecision | ( | ) | const |
| bool EChartBaseQml::removeDataSet | ( | const QString | label | ) |
Here is the call graph for this function:| void EChartBaseQml::setChartTitle | ( | QString | chartTitle | ) |
Here is the call graph for this function:| void EChartBaseQml::setLabelFont | ( | QFont | font | ) |
Here is the call graph for this function:| void EChartBaseQml::setNumberFormat | ( | char | format | ) |
Here is the call graph for this function:| void EChartBaseQml::setNumberPrecision | ( | int | precision | ) |
Here is the call graph for this function:| void EChartBaseQml::setTitleFont | ( | QFont | font | ) |
Here is the call graph for this function:| QFont EChartBaseQml::titleFont | ( | ) | const |
|
protected |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
1.8.15