KINECT STATS GENERATOR FOR SPORTS VISUALISATION  1.0
ExtendedQMdiSubWindow.h
Go to the documentation of this file.
00001 #ifndef EXTENDEDQMDISUBWINDOW_H
00002 #define EXTENDEDQMDISUBWINDOW_H
00003 
00004 /*
00005   LICENSING: You are free to use any part of this project provided I am informed about it via email
00006   at santoshwins@hotmail.com and referenced appropriately in your works
00007   */
00008 
00009 #include <QMdiSubWindow>
00010 #include <QCloseEvent>
00011 #include <QMainWindow>
00012 
00022 
00023 class MainWindow;
00024 
00025 class ExtendedQMdiSubWindow : public QMdiSubWindow
00026 {
00027     Q_OBJECT
00028 
00029 public:
00032     ExtendedQMdiSubWindow(MainWindow *_parent = 0);
00033 
00034 
00035 protected:
00038     void closeEvent( QCloseEvent * closeEvent );
00039 
00040 
00041 private:
00044     MainWindow *m_ptrToMainWindow;
00045 
00046 };
00047 
00048 #endif // EXTENDEDQMDISUBWINDOW_H
 All Classes Files Functions Variables Enumerations Enumerator