GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4PolyCondView.h
Go to the documentation of this file.
1 // $Id: TGo4PolyCondView.h 1855 2016-02-29 12:56:48Z adamczew $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4POLYCONDVIEW_H
15 #define TGO4POLYCONDVIEW_H
16 
17 #include "TCutG.h"
18 
19 class TGo4PolyCond;
20 
21 class TGo4PolyCondView : public TCutG {
22 
23 public:
24 
25  TGo4PolyCondView(TCutG* source);
27  virtual ~TGo4PolyCondView();
28 
29  virtual void Paint(Option_t* opt);
30  virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
31 
33  Bool_t IsCutChanged();
35  virtual void UpdateCondition();
36 
37 
38  void SetCondition(TGo4PolyCond* condition)
39  {
40  fxPolyCondition=condition;
41  }
42 
44 
46  void SetCut(TCutG* source);
47 
49  TCutG* CreateCut();
50 
51  virtual const char* GetName() const;
52  void SetName(const char* nam); // *MENU*
54  void DeleteRegion(); // *MENU*
55  void SetLabelDraw(Bool_t on); // *MENU*
56  void SetLimitsDraw(Bool_t on); // *MENU*
57  void SetIntDraw(Bool_t on); // *MENU*
58  void SetXMeanDraw(Bool_t on); // *MENU*
59  void SetXRMSDraw(Bool_t on); // *MENU*
60  void SetYMeanDraw(Bool_t on); // *MENU*
61  void SetYRMSDraw(Bool_t on); // *MENU*
62  void SetXMaxDraw(Bool_t on); // *MENU*
63  void SetYMaxDraw(Bool_t on); // *MENU*
64  void SetCMaxDraw(Bool_t on); // *MENU*
66  void SaveLabelStyle();// *MENU*
68  void ResetLabel();// *MENU*
69 
70  virtual Int_t InsertPoint();// *MENU*
71  virtual Int_t RemovePoint();// *MENU*
72 
75 
76 private:
77 
80 
83 
86 
87 
88 
89  ClassDef(TGo4PolyCondView,7)
90 };
91 
92 #endif //TGO4POLYCONDVIEW_H
virtual Int_t RemovePoint()
void SetYMeanDraw(Bool_t on)
void SetCondition(TGo4PolyCond *condition)
virtual void UpdateCondition()
void SetLabelDraw(Bool_t on)
void SetYRMSDraw(Bool_t on)
virtual void Paint(Option_t *opt)
virtual const char * GetName() const
TGo4PolyCond * fxPolyCondition
Bool_t IsAtExecuteMouseEvent()
virtual Int_t InsertPoint()
void SetCMaxDraw(Bool_t on)
void SetXMeanDraw(Bool_t on)
TGo4PolyCond * GetCondition()
void SetXRMSDraw(Bool_t on)
Bool_t IsAtExecuteMouseMenu()
void SetCut(TCutG *source)
void SetLimitsDraw(Bool_t on)
void SetName(const char *nam)
void SetXMaxDraw(Bool_t on)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
void SetYMaxDraw(Bool_t on)
void SetIntDraw(Bool_t on)
virtual ~TGo4PolyCondView()