![]() |
Diana Software
|
Part of a plot edit window showing the plot style. More...
Public Member Functions | |
| QGPlotStyleFrame (QGPlotEditWindow *p=0, UInt_t w=50, UInt_t h=50) | |
| Constructor. More... | |
| virtual | ~QGPlotStyleFrame () |
| Destructor. More... | |
| TRootEmbeddedCanvas * | GetEmbeddedCanvas () |
| Get pointer to embedded canvas. More... | |
Private Attributes | |
| TRootEmbeddedCanvas * | fEmbeddedCanvas |
| Canvas for showing plot style. More... | |
| QGPlotEditWindow * | fPlotEditWindow |
| Pointer to plot edit window. More... | |
Part of a plot edit window showing the plot style.
Definition at line 16 of file QGPlotStyleFrame.hh.
| QGPlotStyleFrame::QGPlotStyleFrame | ( | QGPlotEditWindow * | p = 0, |
| UInt_t | w = 50, |
||
| UInt_t | h = 50 |
||
| ) |
Constructor.
|
virtual |
Destructor.
Definition at line 19 of file QGPlotStyleFrame.cc.
|
inline |
Get pointer to embedded canvas.
Definition at line 25 of file QGPlotStyleFrame.hh.
References fEmbeddedCanvas.
Referenced by QGHistogram::Display(), QGHistogram::DisplayEditWindow(), QGPulse::DisplayEditWindow(), and QGScatterPlot::DisplayEditWindow().
|
private |
Canvas for showing plot style.
Definition at line 29 of file QGPlotStyleFrame.hh.
Referenced by GetEmbeddedCanvas().
|
private |
Pointer to plot edit window.
Definition at line 32 of file QGPlotStyleFrame.hh.