10 fButtonsFrame(0), fCutsFrame(0), fPlotStyleFrame(0)
22 AddFrame(
fButtonsFrame,
new TGLayoutHints(kLHintsExpandX, 2, 2, 4, 2));
28 AddFrame(
fCutsFrame,
new TGLayoutHints(kLHintsExpandX | kLHintsExpandY, 2, 2, 2, 0));
34 AddFrame(
fPlotStyleFrame,
new TGLayoutHints(kLHintsCenterX, 2, 2, 2, 0));
ClassImp(QGPlotEditWindow) QGPlotEditWindow
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.
QGCutsFrame * fCutsFrame
Cuts frame.
QGPlotEditWindow(const TGWindow *p=0, UInt_t w=280, UInt_t h=450)
Constructor.
QGPlotEditButtonsFrame * fButtonsFrame
Buttons frame.
void ShowButtonsFrame()
Show buttons frame.
Part of a plot edit window showing the plot style.
Base class for GUI windows.