|
| TGLH2PolyPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord) |
| Ctor. More...
|
|
void | AddOption (const TString &stringOption) |
| No additional options. More...
|
|
char * | GetPlotInfo (Int_t px, Int_t py) |
| Show number of bin and bin contents, if bin is under the cursor. More...
|
|
Bool_t | InitGeometry () |
| Tesselate polygons, if not done yet. More...
|
|
void | Pan (Int_t px, Int_t py) |
| Mouse events handler. More...
|
|
void | ProcessEvent (Int_t event, Int_t px, Int_t py) |
| No events. More...
|
|
void | StartPan (Int_t px, Int_t py) |
| User clicks on a lego with middle mouse button (middle for pad). More...
|
|
| TGLPlotPainter (TGL5DDataSet *data, TGLPlotCamera *camera, TGLPlotCoordinates *coord) |
| TGLPlotPainter's ctor. More...
|
|
| TGLPlotPainter (TGLPlotCamera *camera) |
| TGLPlotPainter's ctor. More...
|
|
| TGLPlotPainter (TH1 *hist, TGLPlotCamera *camera, TGLPlotCoordinates *coord, Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable) |
| TGLPlotPainter's ctor. More...
|
|
virtual void | AddOption (const TString &stringOption)=0 |
|
Bool_t | CutAxisSelected () const |
|
virtual void | DeInitGL () const =0 |
|
virtual void | DrawPlot () const =0 |
|
Bool_t | GetDrawAxes () |
|
virtual Bool_t | InitGeometry ()=0 |
|
virtual void | InitGL () const =0 |
|
void | InvalidateSelection () |
| Selection must be updated. More...
|
|
virtual void | Paint () |
| Draw lego/surf/whatever you can. More...
|
|
virtual Bool_t | PlotSelected (Int_t px, Int_t py) |
| Read color buffer content to find selected object. More...
|
|
virtual void | ProcessEvent (Int_t event, Int_t px, Int_t py)=0 |
|
const TGLPlotBox & | RefBackBox () const |
|
void | SetDrawAxes (Bool_t s) |
|
void | SetDrawBackBox (Bool_t b) |
|
void | SetDrawFrontBox (Bool_t b) |
|
virtual void | SetFrameColor (const TColor *frameColor) |
| Set plot's back box color. More...
|
|
void | SetPadColor (const TColor *color) |
| Used in a pad. More...
|
|
void | SetPhysicalShapeColor (const Float_t *rgba) |
|
virtual void | StartPan (Int_t px, Int_t py)=0 |
|
virtual | ~TVirtualGLPainter () |
|
virtual char * | GetPlotInfo (Int_t px, Int_t py)=0 |
|
virtual void | Paint ()=0 |
|
virtual void | Pan (Int_t px, Int_t py)=0 |
|
virtual Bool_t | PlotSelected (Int_t px, Int_t py)=0 |
|