LibEngsas
Public Slots | Public Member Functions | Protected Attributes | Properties | List of all members
EChartBaseQml Class Reference

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

EChartBaseeChartBase
 

Properties

QString chartTitle
 
int numberPrecision
 
char numberFormat
 
QFont titleFont
 
QFont labelFont
 

Detailed Description

The base QML export class for EChart widgets.

Constructor & Destructor Documentation

EChartBaseQml::EChartBaseQml ( EChartBase eChartWidget,
QGraphicsItem *  parent = NULL 
)

Member Function Documentation

QString EChartBaseQml::chartTitle ( ) const
void EChartBaseQml::clear ( )
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

Member Data Documentation

EChartBase* EChartBaseQml::eChartBase
protected

Property Documentation

QString EChartBaseQml::chartTitle
readwriteprivate
QFont EChartBaseQml::labelFont
readwriteprivate
char EChartBaseQml::numberFormat
readwriteprivate
int EChartBaseQml::numberPrecision
readwriteprivate
QFont EChartBaseQml::titleFont
readwriteprivate

The documentation for this class was generated from the following files: