QGuiCompositeFrame.hh

Go to the documentation of this file.
00001 
00002 #ifndef _QGUI_COMPOSITE_FRAME_HH_
00003 #define _QGUI_COMPOSITE_FRAME_HH_
00004 
00005 #include <TGFrame.h>
00006 
00014 class QGuiCompositeFrame: public TGCompositeFrame
00015 {
00016 public:
00018    QGuiCompositeFrame(const TGWindow* parent,
00019                 UInt_t width,
00020                 UInt_t height,
00021                 UInt_t options,
00022                 Int_t bkgColor);
00023 
00025    virtual ~QGuiCompositeFrame();
00026 
00031    virtual void AddFrame(TGFrame *frame, TGLayoutHints *hints = NULL);
00032 
00033 private:
00034    ClassDef(QGuiCompositeFrame,0)
00035 };
00036 #endif

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