37 #ifndef TMSIIMPEDANCESCENE_H
38 #define TMSIIMPEDANCESCENE_H
51 #include <QGraphicsScene>
52 #include <QGraphicsView>
53 #include <QGraphicsSceneMouseEvent>
82 QPointF m_mousePosition;
83 bool m_bRightMouseKeyPressed;
84 QGraphicsView* m_qvView;
90 void mousePressEvent(QGraphicsSceneMouseEvent * event);
96 void mouseMoveEvent(QGraphicsSceneMouseEvent * event);
102 void mouseReleaseEvent(QGraphicsSceneMouseEvent * event);
108 void scaleElectrodePositions(
double scaleFactor);
114 #endif // TMSIIMPEDANCESCENE_H
Contains the declaration of the TMSIElectrodeItem class.
The TMSIImpedanceScene class provides a reimplemented QGraphicsScene.
TMSIImpedanceScene(QGraphicsView *view, QObject *parent=0)