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 private slots: 00019 void CloseAll(); 00020 00021 // Menu options 00022 void FileOpenNewViewer(); 00023 00024 // Misc 00025 void ShowTracer(); 00026 public: 00027 CCamStreamMainWindow(); 00028 ~CCamStreamMainWindow(); 00029 }; 00030 00031 #endif

Generated on Thu Jan 26 00:00:56 2006 for Camstream by doxygen 1.3.7