QGPlotStyleFrame.hh

Go to the documentation of this file.
00001 #ifndef _QG_PLOT_STYLE_FRAME_HH_
00002 #define _QG_PLOT_STYLE_FRAME_HH_
00003 
00011 #include "TGFrame.h"
00012 
00013 class QGPlotEditWindow;
00014 class TRootEmbeddedCanvas;
00015 
00016 class QGPlotStyleFrame : public TGHorizontalFrame {
00017 public:
00019     QGPlotStyleFrame(QGPlotEditWindow *p = 0, UInt_t w = 50, UInt_t h = 50);
00020     
00022     virtual ~QGPlotStyleFrame();
00023     
00025     TRootEmbeddedCanvas *GetEmbeddedCanvas() {return fEmbeddedCanvas;}
00026     
00027 private:
00029     TRootEmbeddedCanvas *fEmbeddedCanvas;
00030     
00032     QGPlotEditWindow *fPlotEditWindow;
00033     
00034     ClassDef(QGPlotStyleFrame, 0)
00035 };
00036 
00037 #endif

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