16 #ifndef FAIREVEANIMATIONCONTROL_H_
17 #define FAIREVEANIMATIONCONTROL_H_
21 #include <RtypesCore.h>
23 #include <TGComboBox.h>
24 #include <TGDoubleSlider.h>
27 #include <TGNumberEntry.h>
29 #include <TGedFrame.h>
35 Double_t fValMin, fValMax;
36 TString fFunctionName;
38 TGCompositeFrame *fTab;
43 TGComboBox *fComboOpt;
45 TGCheckButton *fBtnRunContinuous;
46 TGCheckButton *fBtnClearBuffer;
62 TGCompositeFrame *tab = 0,
FairEveAnimationControl(TGedFrame *frame=0, TGCompositeFrame *tab=0, TString name="", Int_t width=170, Int_t buttons=2)
void SetMinMax(Double_t min, Double_t max)
eScreenshotType GetScreenshotType()
void SetFunctionName(TString name)
eAnimationType GetAnimationType()
virtual ~FairEveAnimationControl()
Bool_t GetRunContinuous()