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 #ifdef HAVE_CONFIG_H
00005 #incude <config.h>
00006 #endif
00007 
00008 #include <qmainwindow.h>
00009 #include <qwidget.h>
00010 
00011 class CCamWindow: public QMainWindow
00012 {
00013    Q_OBJECT
00014 private:
00015 
00016 protected:
00017    CCamWindow(QWidget *parent = 0, const char *name = 0);
00018 
00019 public:
00020    virtual ~CCamWindow();
00021 };   
00022 
00023 
00024 
00025 #endif

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