![]() |
Diana Software
|
Part of a canvas window containing the ROOT canvas. More...
Public Member Functions | |
| virtual | ~QGPlotFrame () |
| Destructor. More... | |
| QGCanvasWindow * | GetCanvasWindow () |
| Get pointer to the canvas window. More... | |
| TRootEmbeddedCanvas * | GetEmbeddedCanvas () |
| Get pointer to canvas. More... | |
Private Member Functions | |
| QGPlotFrame (QGCanvasWindow *p, UInt_t w, UInt_t h) | |
| Private constructor. More... | |
Private Attributes | |
| TRootEmbeddedCanvas * | fCanvas |
| ROOT canvas. More... | |
| QGCanvasWindow * | fCanvasWindow |
| Pointer to canvas window. More... | |
| QGPlotIconsFrame * | fPlotIconsFrame |
| Plot icons frame. More... | |
Friends | |
| class | QGCanvasWindow |
Part of a canvas window containing the ROOT canvas.
Definition at line 17 of file QGPlotFrame.hh.
|
virtual |
Destructor.
Definition at line 29 of file QGPlotFrame.cc.
|
private |
Private constructor.
|
inline |
Get pointer to the canvas window.
Definition at line 23 of file QGPlotFrame.hh.
References fCanvasWindow.
Referenced by QGPlotIconsFrame::HandleCopyLimitsButton(), QGPlotIconsFrame::HandleEditPlotsButton(), QGPlotIconsFrame::HandleGraphicalCutButton(), QGPlotIconsFrame::HandleHistogramButton(), QGPlotIconsFrame::HandlePulsesButton(), and QGPlotIconsFrame::HandleScatterPlotButton().
|
inline |
Get pointer to canvas.
Definition at line 26 of file QGPlotFrame.hh.
References fCanvas.
Referenced by QGHistogram::Display(), QGPulse::Display(), QGScatterPlot::Display(), QGGraphicalCut::Erase(), QGHistogram::Erase(), QGPulse::Erase(), QGScatterPlot::Erase(), QGPlot::GetCanvas(), QGCanvasSetupFrame::HandleCloseFilesButton(), QGPlotIconsFrame::HandleCopyLimitsButton(), QGPlotIconsFrame::HandlePulsesButton(), QGCanvasWindowButtonsFrame::HandleSaveCanvasButton(), QGCalibrationPeakFrame::HandleSetButton(), and QGPlot::Plot().
|
friend |
Definition at line 41 of file QGPlotFrame.hh.
|
private |
|
private |
Pointer to canvas window.
Definition at line 36 of file QGPlotFrame.hh.
Referenced by GetCanvasWindow().
|
private |
Plot icons frame.
Definition at line 39 of file QGPlotFrame.hh.