Diana Software
QGPlotStyleFrame.hh
Go to the documentation of this file.
1 #ifndef _QG_PLOT_STYLE_FRAME_HH_
2 #define _QG_PLOT_STYLE_FRAME_HH_
3 
11 #include "TGFrame.h"
12 
13 class QGPlotEditWindow;
14 class TRootEmbeddedCanvas;
15 
16 class QGPlotStyleFrame : public TGHorizontalFrame {
17 public:
19  QGPlotStyleFrame(QGPlotEditWindow *p = 0, UInt_t w = 50, UInt_t h = 50);
20 
22  virtual ~QGPlotStyleFrame();
23 
25  TRootEmbeddedCanvas *GetEmbeddedCanvas() {return fEmbeddedCanvas;}
26 
27 private:
29  TRootEmbeddedCanvas *fEmbeddedCanvas;
30 
33 
34  ClassDef(QGPlotStyleFrame, 0)
35 };
36 
37 #endif
Base class for plot edit windows.
Part of a plot edit window showing the plot style.
QGPlotEditWindow * fPlotEditWindow
Pointer to plot edit window.
virtual ~QGPlotStyleFrame()
Destructor.
QGPlotStyleFrame(QGPlotEditWindow *p=0, UInt_t w=50, UInt_t h=50)
Constructor.
TRootEmbeddedCanvas * fEmbeddedCanvas
Canvas for showing plot style.
TRootEmbeddedCanvas * GetEmbeddedCanvas()
Get pointer to embedded canvas.