Diana Software
QGScatterPlotEditWindow.hh
Go to the documentation of this file.
1 #ifndef _QG_SCATTER_PLOT_EDIT_WINDOW_HH_
2 #define _QG_SCATTER_PLOT_EDIT_WINDOW_HH_
3 
11 #include "QGPlotEditWindow.hh"
12 #include "QGScatterPlot.hh"
13 
15 class QGPlot;
16 
18 public:
20  QGScatterPlotEditWindow(const TGWindow *p = 0, UInt_t w = 280, UInt_t h = 450);
21 
23  virtual ~QGScatterPlotEditWindow();
24 
27 
30 
33 
35  void SetPlot(QGPlot *plot);
36 
39 
40 private:
43 
46 
47  ClassDef(QGScatterPlotEditWindow, 0)
48 };
49 
50 #endif
Base class for plot edit windows.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.
Definition: QGPlot.hh:21
Class for scatter plot edit window.
void SetPlot(QGPlot *plot)
Set pointer to the scatter plot.
QGScatterPlotParametersFrame * GetScatterPlotParametersFrame()
Get pointer to the scatter plot parameters frame.
virtual ~QGScatterPlotEditWindow()
Destructor.
QGPlot * GetPlot()
Get pointer to the scatter plot.
QGScatterPlot * fScatterPlot
Pointer to QGScatterPlot.
QGScatterPlotParametersFrame * fScatterPlotParametersFrame
Scatter plot parameters frame.
QGScatterPlotEditWindow(const TGWindow *p=0, UInt_t w=280, UInt_t h=450)
Constructor.
void FillVariablesDropDownBoxes()
Fill drop down boxes with variables from the chain.
void ShowScatterPlotParametersFrame()
Show parameters frame.
Part of a scatter plot edit window for inputting parameters.
Class for GUI scatter plots.