FairRoot
|
#include <FairEveAnimationControl.h>
Public Types | |
enum | eAnimationType { kEventByEvent = 0, kTimeSlice = 1 } |
enum | eScreenshotType { k3D = 0, kXY = 1, kZ = 2, kAll = 3 } |
Public Member Functions | |
FairEveAnimationControl (TGedFrame *frame=0, TGCompositeFrame *tab=0, TString name="", Int_t width=170, Int_t buttons=2) | |
void | SetFunctionName (TString name) |
void | SetMinMax (Double_t min, Double_t max) |
void | Init () |
eScreenshotType | GetScreenshotType () |
eAnimationType | GetAnimationType () |
Double_t | GetMin () |
Double_t | GetMax () |
Double_t | GetStep () |
Double_t | GetTail () |
Bool_t | GetRunContinuous () |
Bool_t | GetClearBuffer () |
virtual | ~FairEveAnimationControl () |
Definition at line 32 of file FairEveAnimationControl.h.
Enumerator | |
---|---|
kEventByEvent | |
kTimeSlice |
Definition at line 49 of file FairEveAnimationControl.h.
Enumerator | |
---|---|
k3D | |
kXY | |
kZ | |
kAll |
Definition at line 54 of file FairEveAnimationControl.h.
FairEveAnimationControl::FairEveAnimationControl | ( | TGedFrame * | frame = 0 , |
TGCompositeFrame * | tab = 0 , |
||
TString | name = "" , |
||
Int_t | width = 170 , |
||
Int_t | buttons = 2 |
||
) |
Definition at line 18 of file FairEveAnimationControl.cxx.
|
virtual |
Definition at line 151 of file FairEveAnimationControl.cxx.
FairEveAnimationControl::eAnimationType FairEveAnimationControl::GetAnimationType | ( | ) |
Definition at line 146 of file FairEveAnimationControl.cxx.
Bool_t FairEveAnimationControl::GetClearBuffer | ( | ) |
Definition at line 136 of file FairEveAnimationControl.cxx.
Double_t FairEveAnimationControl::GetMax | ( | ) |
Definition at line 117 of file FairEveAnimationControl.cxx.
Double_t FairEveAnimationControl::GetMin | ( | ) |
Definition at line 115 of file FairEveAnimationControl.cxx.
Bool_t FairEveAnimationControl::GetRunContinuous | ( | ) |
Definition at line 131 of file FairEveAnimationControl.cxx.
FairEveAnimationControl::eScreenshotType FairEveAnimationControl::GetScreenshotType | ( | ) |
Definition at line 141 of file FairEveAnimationControl.cxx.
Double_t FairEveAnimationControl::GetStep | ( | ) |
Definition at line 119 of file FairEveAnimationControl.cxx.
Double_t FairEveAnimationControl::GetTail | ( | ) |
Definition at line 126 of file FairEveAnimationControl.cxx.
void FairEveAnimationControl::Init | ( | ) |
Definition at line 41 of file FairEveAnimationControl.cxx.
|
inline |
set name of function called when button is pressed
name |
Definition at line 70 of file FairEveAnimationControl.h.
|
inline |
Definition at line 71 of file FairEveAnimationControl.h.