##// END OF EJS Templates
Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts Conflicts: example/example.pro

File last commit:

r172:aba5dff73719
r207:1bc0eafcd96e merge
Show More
percentbargroup.h
28 lines | 525 B | text/x-c | CLexer
#ifndef PERCENTBARGROUP_H
#define PERCENTBARGROUP_H
#include "chartitem_p.h"
#include "bar_p.h"
#include "percentbarchartseries.h"
#include "bargroupbase.h"
#include <QGraphicsItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class PercentBarGroup : public BarGroupBase
{
public:
PercentBarGroup(BarChartModel& model, QGraphicsItem *parent = 0);
private:
void layoutChanged(); // layout has changed -> need to recalculate bar sizes
private:
// Data
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // PERCENTBARGROUP_H