Inheritance diagram for QGPlotEditWindow:
Public Member Functions | |
QGPlotEditWindow (const TGWindow *p=0, UInt_t w=280, UInt_t h=450) | |
Constructor. | |
virtual | ~QGPlotEditWindow () |
Destructor. | |
virtual void | FillVariablesDropDownBoxes ()=0 |
Fill drop down boxes with variables from the chain, must be overridden by derived classes. | |
QGPlotEditButtonsFrame * | GetButtonsFrame () |
Get pointer to the buttons frame. | |
QGCutsFrame * | GetCutsFrame () |
Get pointer to the cuts frame. | |
virtual QGPlot * | GetPlot ()=0 |
Get pointer to plot, pure virtual function must be overriden by derived classes. | |
QGPlotStyleFrame * | GetPlotStyleFrame () |
Get pointer to the plot style frame. | |
virtual void | SetPlot (QGPlot *plot)=0 |
Set plot, pure virtual function must be overriden by derived classes. | |
void | ShowButtonsFrame () |
Show buttons frame. | |
void | ShowCutsFrame () |
Show cuts frame. | |
void | ShowPlotStyleFrame () |
Show plot style frame. | |
Protected Attributes | |
QGPlotEditButtonsFrame * | fButtonsFrame |
Buttons frame. | |
QGCutsFrame * | fCutsFrame |
Cuts frame. | |
QGPlotStyleFrame * | fPlotStyleFrame |
Canvas for plot style. |