24 #ifndef _vtkQtStatisticalBoxChart_h
25 #define _vtkQtStatisticalBoxChart_h
27 #include "vtkQtChartExport.h"
30 class vtkQtStatisticalBoxChartInternal;
104 virtual QRectF boundingRect()
const;
106 virtual void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option,
127 int type,
const QVariant& newvalue,
const QVariant& oldvalue);
144 void prepareSeriesInsert(
int first,
int last);
150 void insertSeries(
int first,
int last);
156 void startSeriesRemoval(
int first,
int last);
162 void finishSeriesRemoval(
int first,
int last);
165 void handleAxesCornerChange();
168 void handleOutlineChange();
175 void updateHighlights();
195 bool addSeriesDomain(
int series,
int &seriesGroup);
200 void calculateDomain(
int seriesGroup);
205 void createShapeTable(
int seriesGroup);
210 void buildShapeTree(
int seriesGroup);
213 vtkQtStatisticalBoxChartInternal *Internal;