LSaxis extented class of TGaxis, allows zooming. More...
#include <BaseLSPlayer.h>
Inherits TGaxis.
Public Member Functions | |
void | ExecuteEvent (Int_t eventType, Int_t eventX, Int_t eventY) |
Handle Movement. More... | |
Int_t | GetLastX1Zoom () const |
Get last zoom X1. More... | |
Int_t | GetLastX2Zoom () const |
Get last zoom X2. More... | |
Int_t | GetLastY1Zoom () const |
Get last zoom Y1. More... | |
Int_t | GetLastY2Zoom () const |
Get last zoom Y2. More... | |
LSaxis () | |
void | SetRange (Int_t ymin, Int_t ymax, Int_t xmin, Int_t xmax) |
Set range axis. More... | |
void | SetY1 (Double_t y1) |
Set Y1. More... | |
void | SetY2 (Double_t y2) |
Set Y2. More... | |
void | UnZoom () |
Unzoom. More... | |
virtual | ~LSaxis () |
LSaxis extented class of TGaxis, allows zooming.
Definition at line 34 of file BaseLSPlayer.h.