2 // Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
4 /**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
7 * full copyright notice. *
8 **************************************************************************/
10 #ifndef AliEveAliEVEHOMERManagerEditor_H
11 #define AliEveAliEVEHOMERManagerEditor_H
13 #include <TGedFrame.h>
19 class TGPictureButton;
21 class AliEveHOMERManager;
23 class AliEveHOMERManagerEditor : public TGedFrame
26 AliEveHOMERManagerEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
27 UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
28 virtual ~AliEveHOMERManagerEditor() {}
30 virtual void SetModel(TObject* obj);
32 // Declare callback/slot methods
39 void SetTriggerString(int id);
40 void WriteBlockListToFile();
44 AliEveHOMERManager *fM; // Model object.
46 TGTextButton *fButtonConnect; // Button to connect to HOMER.
47 TGTextButton *fButtonWriteToFile; // Button to write block list to file
48 TGTextButton *fButtonNextEvent; // Button to call next Even
49 TGTextButton *fButtonNavigateBack; // Button to navigate back
50 TGTextButton *fButtonNavigateFwd; // Button to navigate fwd
51 TGTextButton *fButtonPrintScreens; // Button to print viewers
52 TGComboBox *fBoxTriggerSelector; // Drop down menu to select trigger criteria.
53 TGTextButton *fButtonEventLoopText; //Text button to start / stop event loop.
54 //TGComboBox *fBoxEventLoopSpeed; // Drop down menu to set the speed of the loop.
55 TGPictureButton *fButtonEventLoop; // Picture button to start/stop event loop, HLT LOGO.
59 AliEveHOMERManagerEditor(const AliEveHOMERManagerEditor&); // Not implemented
60 AliEveHOMERManagerEditor& operator=(const AliEveHOMERManagerEditor&); // Not implemented
62 Bool_t fEventLoopStarted;
64 ClassDef(AliEveHOMERManagerEditor, 0); // Editor for AliEveHOMERManager