24 #ifndef _vtkQtChartMouseBox_h
25 #define _vtkQtChartMouseBox_h
28 #include "vtkQtChartExport.h"
99 void setVisible(
bool visible);
105 const QPointF &getStartingPosition()
const;
116 void setStartingPosition(
const QPoint &start);
126 void adjustRectangle(
const QPoint ¤t);
132 const QRectF &getRectangle()
const;
138 void updateNeeded(
const QRectF &area);
The vtkQtChartMouseBox class is used to draw a mouse box that can be used for zooming or selection...
bool isVisible() const
Gets whether or not the mouse box is visible.