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

RGBShow.h

Go to the documentation of this file.
00001 #ifndef RGBSHOWPANEL_HPP
00002 #define RGBSHOWPANEL_HPP
00003 
00004 #include <qimage.h>
00005 
00006 #include "CamPanel.h"
00007 
00008 class CRGBShow: public CCamPanel
00009 {
00010    Q_OBJECT
00011 private:
00012    CCamPanel *pBase;
00013    
00014 public:
00015    CRGBShow(CCamPanel *yuv_panel, const char *name = "show.rgb", const char *desc = "Showing RGB version");
00016 
00017 public slots:
00018    void UpdatePanel();
00019 };
00020 
00021 
00022 #endif

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