qscene.h
Go to the documentation of this file.
00001 #ifndef QSCENE_H
00002 #define QSCENE_H
00003 
00004 #include "qtv.h"
00005 
00006 class QScene : public QGraphicsScene
00007 {
00008         Q_OBJECT
00009 
00010 
00011 public:
00012         QScene();
00013 
00014 signals:
00015 
00016 
00017 public slots:
00018 
00019         void new_laser_data(LDP);
00020         void adjust();
00021 
00022 };
00023 
00024 #endif


csm
Author(s): Andrea Censi
autogenerated on Mon Jan 16 2017 03:48:29