##// END OF EJS Templates
refactored baranimations
refactored baranimations

File last commit:

r1672:3408cb5163eb
r1673:4673b2d6daea
Show More
horizontalbarchartitem_p.h
23 lines | 474 B | text/x-c | CLexer
/ src / barchart / horizontalbarchartitem_p.h
#ifndef HORIZONTALBARCHARTITEM_H
#define HORIZONTALBARCHARTITEM_H
#include "barchartitem_p.h"
#include "qstackedbarseries.h"
#include <QGraphicsItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class HorizontalBarChartitem : public BarChartItem
{
Q_OBJECT
public:
HorizontalBarChartitem(QAbstractBarSeries *series, ChartPresenter *presenter);
private:
virtual QVector<QRectF> calculateLayout();
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // HORIZONTALBARCHARTITEM_H