24 #ifndef _vtkQtChartScene_h
25 #define _vtkQtChartScene_h
27 #include "vtkQtChartExport.h"
28 #include <QGraphicsScene>
59 virtual void drawItems(QPainter *painter,
int numItems,
60 QGraphicsItem **items,
const QStyleOptionGraphicsItem *options,
67 virtual void drawForeground(QPainter *painter,
const QRectF &area);
The vtkQtChartMouseBox class is used to draw a mouse box that can be used for zooming or selection...
void setMouseBox(vtkQtChartMouseBox *box)
Sets the chart mouse box.
virtual ~vtkQtChartScene()
The vtkQtChartScene class is used to draw the mouse box and make it possible for chart layers to clip...