50 #ifndef VSI_SCENETOOLS_HH
51 #define VSI_SCENETOOLS_HH
54 #include <QGraphicsProxyWidget>
65 class FunctionDisplay;
94 void sceneRectChanged (
const QRectF &_rect);
void mouseMove(QPointF _pos)
Handles mouse movement (will be called by the scene, if the mouse with a draged element is moved) ...
void mouseRelease(QPointF _pos, QGraphicsItem *_item)
Handles mouse release (will be called by the scene, if the element is dropped)
SceneTools(GraphicsScene *_scene)
Constructor.
Scene zoom in/out widget.