viewer.h
00001 #ifndef _VIEWER_H_
00002 #define _VIEWER_H_
00003
00004 #include "main.h"
00005 #include "utils.h"
00006
00007 class VVV : public QObject, public SoQtExaminerViewer {
00008 Q_OBJECT
00009 SOQT_OBJECT_HEADER(VVV, SoQtExaminerViewer);
00010 public:
00011 VVV(QWidget *parent=NULL, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER);
00012
00013 ~VVV();
00014 private:
00015 int oldx,oldy,oldx2,oldy2;
00016 public slots:
00017
00018 };
00019
00020 #endif