GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4HistogramInfo.h
Go to the documentation of this file.
1 // $Id: TGo4HistogramInfo.h 489 2009-11-04 12:20:26Z linev $
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 TGO4HISTOGRAMINFO_H
15 #define TGO4HISTOGRAMINFO_H
16 
17 #include "QGo4Widget.h"
18 #include "ui_TGo4HistogramInfo.h"
19 
20 class TH1;
22 
23 
24 class TGo4HistogramInfo : public QGo4Widget, public Ui::TGo4HistogramInfo
25  {
26  Q_OBJECT
27 
28  public:
29 
31  {
43  };
44 
45 
46  TGo4HistogramInfo(QWidget *parent = 0, const char* name=0);
47 
48  virtual bool IsAcceptDrag(const char* itemname, TClass* cl, int kind);
49  virtual void DropItem(const char* itemname, TClass* cl, int kind);
50  virtual void linkedObjectUpdated(const char* linkname, TObject* obj);
51  virtual void WorkWithHistogram(const char* itemname);
52  virtual void ResetWidget();
53  virtual void RefreshHistogramInfo(TH1* h1);
54  virtual void RefreshHistogramInfo(TGo4HistogramStatus* hstate);
55 
56 
57  public slots:
58 
59  virtual void HisInfoButton_clicked();
60  virtual void HisPrintButton_clicked();
61  virtual void HisDrawButton_clicked();
62  virtual void PrintLog_clicked();
63 
64 
65 
66 
67  };
68 
69 #endif
virtual void DropItem(const char *itemname, TClass *cl, int kind)
virtual void HisDrawButton_clicked()
virtual bool IsAcceptDrag(const char *itemname, TClass *cl, int kind)
virtual void RefreshHistogramInfo(TH1 *h1)
virtual void linkedObjectUpdated(const char *linkname, TObject *obj)
TGo4HistogramInfo(QWidget *parent=0, const char *name=0)
virtual void ResetWidget()
virtual void PrintLog_clicked()
virtual void HisInfoButton_clicked()
virtual void WorkWithHistogram(const char *itemname)
virtual void HisPrintButton_clicked()