DeferredRenderer 1.0

Application.h

Go to the documentation of this file.
00001 #ifndef APPLICATION_H
00002 #define APPLICATION_H
00003 
00004 #include <QMainWindow>
00005 #include "GLWindow.h"
00006 
00007 namespace Ui {
00008     class Application;
00009 }
00010 
00018 class Application : public QMainWindow
00019 {
00020     Q_OBJECT
00021 
00022 public:
00025     explicit Application(QWidget *parent = 0);
00026 
00028     ~Application();
00029 
00030 private:
00031 
00034     void keyPressEvent(QKeyEvent *);
00035 
00037     Ui::Application *m_ui;
00038 
00040     GLWindow *m_gl;
00041 };
00042 
00043 #endif // APPLICATION_H
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines