1 #ifndef _QG_PLOT_EDIT_WINDOW_HH_
2 #define _QG_PLOT_EDIT_WINDOW_HH_
Frame to handle editing of cuts.
Base class for plot edit windows.
void ShowPlotStyleFrame()
Show plot style frame.
void ShowCutsFrame()
Show cuts frame.
QGPlotStyleFrame * fPlotStyleFrame
Canvas for plot style.
virtual ~QGPlotEditWindow()
Destructor.
QGPlotStyleFrame * GetPlotStyleFrame()
Get pointer to the plot style frame.
QGPlotEditButtonsFrame * GetButtonsFrame()
Get pointer to the buttons frame.
QGCutsFrame * fCutsFrame
Cuts frame.
QGPlotEditWindow(const TGWindow *p=0, UInt_t w=280, UInt_t h=450)
Constructor.
virtual void FillVariablesDropDownBoxes()=0
Fill drop down boxes with variables from the chain, must be overridden by derived classes.
virtual QGPlot * GetPlot()=0
Get pointer to plot, pure virtual function must be overriden by derived classes.
QGPlotEditButtonsFrame * fButtonsFrame
Buttons frame.
void ShowButtonsFrame()
Show buttons frame.
virtual void SetPlot(QGPlot *plot)=0
Set plot, pure virtual function must be overriden by derived classes.
QGCutsFrame * GetCutsFrame()
Get pointer to the cuts frame.
Part of a plot edit window showing the plot style.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.
Base class for GUI windows.