qpercentbarchartseries.h
20 lines
| 465 B
| text/x-c
|
CLexer
sauimone
|
r101 | #ifndef PERCENTBARCHARTSERIES_H | ||
#define PERCENTBARCHARTSERIES_H | ||||
sauimone
|
r281 | #include "qbarchartseries.h" | ||
sauimone
|
r101 | |||
QTCOMMERCIALCHART_BEGIN_NAMESPACE | ||||
sauimone
|
r281 | class QTCOMMERCIALCHART_EXPORT QPercentBarChartSeries : public QBarChartSeries | ||
sauimone
|
r101 | { | ||
Q_OBJECT | ||||
public: | ||||
sauimone
|
r216 | QPercentBarChartSeries(QBarCategory *category, QObject* parent=0); | ||
sauimone
|
r101 | |||
virtual QChartSeriesType type() const { return QChartSeries::SeriesTypePercentBar; } | ||||
}; | ||||
QTCOMMERCIALCHART_END_NAMESPACE | ||||
#endif // PERCENTBARCHARTSERIES_H | ||||