Depth of Field  0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
depthoffield.h
Go to the documentation of this file.
1 #ifndef DEPTHOFFIELD_H
2 #define DEPTHOFFIELD_H
3 
4 #include <QtGui/QMainWindow>
5 #include "ui_depthoffield.h"
6 
7 class depthoffield : public QMainWindow
8 {
9  Q_OBJECT
10 
11 public:
12  depthoffield(QWidget *parent = 0, Qt::WFlags flags = 0);
13  ~depthoffield();
14 
15 protected:
16  void keyPressEvent(QKeyEvent *event);
17 
18 private:
19  Ui::qt4_mandelbrotClass ui;
20 };
21 
22 #endif // DEPTHOFFIELD_H