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 #include <qlist.h>
00005 #include <qmainwindow.h>
00006 
00007 #if HAVE_CONFIG_H
00008 #include "config.h"
00009 #endif
00010 
00011 class CCamStreamMainWindow: public QMainWindow
00012 {
00013    Q_OBJECT
00014 private:
00015    QWidget *Workspace;
00016    
00017 private slots:
00018    // Menu options 
00019    void FileOpenNewViewer();
00020    void FileOpenNewEncoder();
00021    void FileOpenNewReceiver();
00022    
00023 public:
00024    CCamStreamMainWindow();
00025    ~CCamStreamMainWindow();
00026 };
00027 
00028 #endif

Generated at Wed Jun 20 02:51:22 2001 for Camstream by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001