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 AliEvePMDModuleEditor_H
11 #define AliEvePMDModuleEditor_H
13 #include <TGedFrame.h>
19 class AliEvePMDModule;
21 class AliEvePMDModuleEditor : public TGedFrame
24 AliEvePMDModuleEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
25 virtual ~AliEvePMDModuleEditor() {}
27 virtual void SetModel(TObject* obj);
31 AliEvePMDModule* fM; // Model object.
33 TGVerticalFrame* fInfoFrame; // Top frame for info labels.
35 TGLabel* fInfoLabel0; // label
36 TGLabel* fInfoLabel1; // label
37 TGLabel* fInfoLabel2; // label
38 TGLabel* fInfoLabel3; // label
39 TGLabel* fInfoLabel4; // label
40 TGLabel* fInfoLabel5; // label
43 void CreateInfoFrame();
45 AliEvePMDModuleEditor(const AliEvePMDModuleEditor&); // Not implemented
46 AliEvePMDModuleEditor& operator=(const AliEvePMDModuleEditor&); // Not implemented
48 ClassDef(AliEvePMDModuleEditor, 0); // Editor for AliEvePMDModule