window.hpp

Go to the documentation of this file.
00001 
00002 #ifndef _WINDOW_HPP_
00003 #define _WINDOW_HPP_
00004 
00005 #include <QtGui/QMainWindow>
00006 
00007 namespace Ui
00008 {
00009   class MainWindow;
00010 }
00011 class glwidget;
00012 class window_mesh_debug;
00013 
00014 class Window : public QMainWindow
00015 {
00016   Q_OBJECT
00017 
00018   public:
00019   Window(QWidget *parent=0);
00020   ~Window();
00021 
00022   glwidget *glWidget;
00023   window_mesh_debug *window_debug;
00024 
00025   private:
00026 
00027   Ui::MainWindow *ui;
00028 
00029 
00030 
00031 private slots:
00032   void quit_window();
00033   void set_wireframe(int is_active);
00034   void debug_button_clicked();
00035 };
00036 
00037 #endif
Generated on Tue Nov 22 12:05:37 2011 by  doxygen 1.6.3