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

ImagePanelRGB.h

Go to the documentation of this file.
00001 #ifndef IMAGEPANELRGB_HPP
00002 #define IMAGEPANELRGB_HPP
00003 
00004 #include "VideoDevice.h"
00005 #include "CamPanel.h"
00006 
00007 class CImagePanelRGB: public CCamPanel
00008 {
00009    Q_OBJECT
00010 private:
00011    CVideoDevice *pVideo;
00012 
00013 private slots:
00014    void UpdateImage();
00015 
00016 public:
00017    CImagePanelRGB(CVideoDevice *pVideo, QWidget *parent = 0, const char *name = 0);
00018    
00019    // overloaded from QWidget
00020    void hideEvent(QHideEvent *);
00021    void showEvent(QShowEvent *);
00022 };
00023 
00024 #endif

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