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 // : SoQtExaminerViewer(parent,name,embed,flag,type) { oldx = oldy = -1; }
00013   ~VVV();
00014 private:
00015   int oldx,oldy,oldx2,oldy2;
00016 public slots:
00017   //void update_picked(float u,float v,float u2,float v2);
00018 };
00019 
00020 #endif /* _VIEWER_H_ */

Generated on Mon Feb 8 17:22:35 2010 for libbiarc by  doxygen 1.5.6