##// END OF EJS Templates
Removes defualt realse and debug build setting
Removes defualt realse and debug build setting

File last commit:

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