Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class 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 on Wed Dec 13 23:38:46 2006 for CamStream by doxygen 1.3.7