gallery.hpp
Go to the documentation of this file.
00001 
00004 /*****************************************************************************
00005 ** Ifdefs
00006 *****************************************************************************/
00007 
00008 #ifndef qglv_GALLERY_HPP_
00009 #define qglv_GALLERY_HPP_
00010 
00011 /*****************************************************************************
00012 ** Includes
00013 *****************************************************************************/
00014 
00015 #include <QGLViewer/qglviewer.h>
00016 #include <QtGui/QWidget>
00017 #include <QtCore/QString>
00018 
00019 /*****************************************************************************
00020 ** Namespaces
00021 *****************************************************************************/
00022 
00023 namespace qglv {
00024 namespace gallery {
00025 
00026 /*****************************************************************************
00027 ** Interface
00028 *****************************************************************************/
00029 
00035 class Interface : public QGLViewer
00036 {
00037 public:
00038   Interface(QWidget *parent);
00039 
00040 protected :
00041   virtual void draw();
00042   virtual QString helpString() const;
00043 };
00044 
00045 } // gallery
00046 } // qglv
00047 
00048 #endif /* qglv_GALLERY_HPP_ */


qglv_gallery
Author(s): Daniel Stonier
autogenerated on Sat Jun 18 2016 08:19:24