Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

CamStreamMainWindow.h

Go to the documentation of this file.
00001 #ifndef CAMMAINWINDOW_HPP 00002 #define CAMMAINWINDOW_HPP 00003 00004 #ifdef HAVE_CONFIG_H 00005 #include "config.h" 00006 #endif 00007 00008 #include <qlist.h> 00009 #include <qmainwindow.h> 00010 #include <qworkspace.h> 00011 00012 class CCamStreamMainWindow: public QMainWindow 00013 { 00014 Q_OBJECT 00015 private: 00016 QWorkspace *m_pWorkspace; 00017 00018 void CloseAll(); 00019 00020 private slots: 00021 void Quit(); 00022 00023 // Menu options 00024 void FileOpenNewViewer(); 00025 00026 // Misc 00027 void ShowTracer(); 00028 00029 protected: 00030 void closeEvent(QCloseEvent *); 00031 00032 public: 00033 CCamStreamMainWindow(); 00034 ~CCamStreamMainWindow(); 00035 }; 00036 00037 #endif

Generated on Wed Dec 13 23:38:46 2006 for CamStream by doxygen 1.3.7