Public Member Functions | |
QGHistogramEditWindow (const TGWindow *p=0, UInt_t w=280, UInt_t h=450) | |
Constructor. | |
virtual | ~QGHistogramEditWindow () |
Destructor. | |
void | FillVariablesDropDownBoxes () |
Fill drop down boxes with variables from the chain. | |
QGHistogramParametersFrame * | GetHistogramParametersFrame () |
Get pointer to histogram parameters frame. | |
QGPlot * | GetPlot () |
Get pointer to the histogram. | |
void | SetPlot (QGPlot *plot) |
Set pointer to plot. | |
void | ShowHistogramParametersFrame () |
Show parameters frame. | |
Private Attributes | |
QGHistogram * | fHistogram |
Pointer to QGHistogram. | |
QGHistogramParametersFrame * | fHistogramParametersFrame |
Histogram parameters frame. |