tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
myscene.h
Go to the documentation of this file.
1 #ifndef MYSCENE_H
2 #define MYSCENE_H
3 
4 #include <QEvent>
5 #include <QGraphicsScene>
6 
7 class myscene : public QGraphicsScene
8 {
9 
10 
11 public:
12 
13 protected:
14  void mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent);
15 };
16 
17 #endif // MYSCENE_H