qmapview.h
Go to the documentation of this file.
00001 #ifndef GRAPHWIDGET_H
00002 #define GRAPHWIDGET_H
00003 
00004 
00005 #include <QtGui/QGraphicsView>
00006 
00007 #include <QtOpenGL/QtOpenGL>
00008 
00009 
00010 class QMapView : public QGraphicsView
00011 {
00012     Q_OBJECT
00013 
00014 public:
00015     QMapView();
00016 
00017 protected:
00018     void keyPressEvent(QKeyEvent *event);
00019     void wheelEvent(QWheelEvent *event);
00020     void scaleView(qreal scaleFactor);
00021 
00022 };
00023 
00024 #endif


csm
Author(s): Andrea Censi
autogenerated on Fri May 17 2019 02:28:33