
Public Member Functions | |
| QGScatterPlotEditWindow (const TGWindow *p=0, UInt_t w=280, UInt_t h=450) | |
| Constructor. | |
| virtual | ~QGScatterPlotEditWindow () |
| Destructor. | |
| void | FillVariablesDropDownBoxes () |
| Fill drop down boxes with variables from the chain. | |
| QGPlot * | GetPlot () |
| Get pointer to the scatter plot. | |
| QGScatterPlotParametersFrame * | GetScatterPlotParametersFrame () |
| Get pointer to the scatter plot parameters frame. | |
| void | SetPlot (QGPlot *plot) |
| Set pointer to the scatter plot. | |
| void | ShowScatterPlotParametersFrame () |
| Show parameters frame. | |
Private Attributes | |
| QGScatterPlot * | fScatterPlot |
| Pointer to QGScatterPlot. | |
| QGScatterPlotParametersFrame * | fScatterPlotParametersFrame |
| Scatter plot parameters frame. | |
1.5.6