QGuiColorSelect.hh

Go to the documentation of this file.
00001 
00002 #ifndef _Q_GUI_COLOR_SELECT_HH_
00003 #define _Q_GUI_COLOR_SELECT_HH_
00004 
00005 #include <TGColorSelect.h>
00006 
00017 class QGuiColorSelect: public TGColorSelect
00018 {
00019 public:
00021    QGuiColorSelect(const TGWindow* parent, ULong_t color, Int_t id=-1);
00022 
00024    virtual ~QGuiColorSelect();
00025 
00026 protected:
00028    virtual void DoRedraw();
00029 
00030 private:
00031    ClassDef(QGuiColorSelect,0);
00032 };
00033 #endif

Generated on Tue Nov 16 10:49:54 2010 for CUORE Software by  doxygen 1.5.6