MyQGraphicsView.h
Go to the documentation of this file.
00001 #ifndef MYQGRAPHICSVIEW_H
00002 #define MYQGRAPHICSVIEW_H
00003 
00004 #include <QGraphicsView>
00005 #include <QTimeLine>
00006 #include <QWheelEvent>
00007 class MyQGraphicsView: public QGraphicsView
00008 {
00009         Q_OBJECT
00010 
00011         int _numScheduledScalings;
00012         void wheelEvent ( QWheelEvent * event );
00013         
00014         public slots:
00015         void scalingTime(qreal x);
00016         void animFinished();
00017 
00018         public: 
00019         qreal scale_factor;
00020         MyQGraphicsView(QWidget*);
00021         
00022 };
00023 
00024 #endif


corobot_teleop
Author(s):
autogenerated on Wed Aug 26 2015 11:09:59