##// END OF EJS Templates
Wavechart example and designer plugin disabled on arm due to include problem
Wavechart example and designer plugin disabled on arm due to include problem

File last commit:

r1672:3408cb5163eb
r1680:73e46ffc00f9
Show More
qhorizontalbarseries.h
24 lines | 537 B | text/x-c | CLexer
/ src / barchart / qhorizontalbarseries.h
#ifndef QHORIZONTALBARSERIES_H
#define QHORIZONTALBARSERIES_H
#include <qabstractbarseries.h>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class QHorizontalBarSeriesPrivate;
class QTCOMMERCIALCHART_EXPORT QHorizontalBarSeries : public QAbstractBarSeries
{
Q_OBJECT
public:
explicit QHorizontalBarSeries(QObject *parent = 0);
QAbstractSeries::SeriesType type() const;
private:
Q_DECLARE_PRIVATE(QHorizontalBarSeries)
Q_DISABLE_COPY(QHorizontalBarSeries)
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // QHORIZONTALBARSERIES_H