SimpleNGL 1.0
include/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 
00017 class Application : public QMainWindow
00018 {
00019     Q_OBJECT
00020 
00021 public:
00024     explicit Application(QWidget *parent = 0);
00025 
00027     ~Application();
00028 
00029 private:
00030 
00033     void keyPressEvent(QKeyEvent *);
00034 
00036     Ui::Application *m_ui;
00037 
00039     GLWindow *m_gl;
00040 };
00041 
00042 #endif // APPLICATION_H
 All Classes Namespaces Files Functions Variables Defines