##// END OF EJS Templates
Added casting to qreal in qMin, qFuzzyCompare calls to fix build on arm
Added casting to qreal in qMin, qFuzzyCompare calls to fix build on arm

File last commit:

r1674:2849be5cffb7
r1679:c4f8957d7b15
Show More
horizontalbarchartitem_p.h
23 lines | 490 B | text/x-c | CLexer
/ src / barchart / horizontalbarchartitem_p.h
#ifndef HORIZONTALBARCHARTITEM_H
#define HORIZONTALBARCHARTITEM_H
#include "abstractbarchartitem_p.h"
#include "qstackedbarseries.h"
#include <QGraphicsItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class HorizontalBarChartitem : public AbstractBarChartItem
{
Q_OBJECT
public:
HorizontalBarChartitem(QAbstractBarSeries *series, ChartPresenter *presenter);
private:
virtual QVector<QRectF> calculateLayout();
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // HORIZONTALBARCHARTITEM_H