Main Page   Class Hierarchy   Compound List   File List   Compound 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 #incude <config.h>
00006 #endif
00007 
00008 #include <qlist.h>
00009 #include <qmainwindow.h>
00010 #include <qworkspace.h> 
00011 
00012 #if HAVE_CONFIG_H
00013 #include "config.h"
00014 #endif
00015 
00016 class CCamStreamMainWindow: public QMainWindow
00017 {
00018    Q_OBJECT
00019 private:
00020    QWorkspace *Workspace;
00021    
00022 private slots:
00023    void CloseAll();
00024 
00025    // Menu options 
00026    void FileOpenNewViewer();
00027    
00028 public:
00029    CCamStreamMainWindow();
00030    ~CCamStreamMainWindow();
00031 };
00032 
00033 #endif

Generated at Sat May 18 02:56:55 2002 for Camstream by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001