Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CamWindow.h

Go to the documentation of this file.
00001 #ifndef CAMWINDOW_HPP
00002 #define CAMWINDOW_HPP
00003 
00004 #include <qmainwindow.h>
00005 
00006 
00007 class CCamWindow: public QMainWindow
00008 {
00009    Q_OBJECT
00010 private:
00011 
00012 protected:
00013    CCamWindow(QWidget *parent = 0, const char *name = 0);
00014 
00015 public:
00016    ~CCamWindow();
00017 };   
00018 
00019 
00020 
00021 #endif

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