GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4EventInfo.h
Go to the documentation of this file.
1 // $Id$
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 fuer 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 TGO4EVENTINFO_H
15 #define TGO4EVENTINFO_H
16 
17 #include "QGo4Widget.h"
18 #include "ui_TGo4EventInfo.h"
19 
20 class TGo4EventInfo : public QGo4Widget, public Ui::TGo4EventInfo {
21  Q_OBJECT
22 
23 public:
24  TGo4EventInfo(QWidget *parent = nullptr, const char *name = nullptr);
25 
26  bool IsAcceptDrag(const char *itemname, TClass *cl, int kind) override;
27 
28  void DropItem(const char *itemname, TClass *cl, int kind) override;
29 
30  void WorkWithEvent(const char *itemname);
31 
32  void ResetWidget() override;
33 
34  void linkedObjectUpdated(const char *linkname, TObject *obj) override;
35 
36  void linkedObjectRemoved(const char *linkname) override;
37 
38 public slots:
39 
40  virtual void RefreshClicked();
41 
42  virtual void PrintEventClicked();
43 
44  virtual void MbsButton_clicked();
45 
46 };
47 
48 #endif
void ResetWidget() override
void linkedObjectUpdated(const char *linkname, TObject *obj) override
TGo4EventInfo(QWidget *parent=nullptr, const char *name=nullptr)
virtual void MbsButton_clicked()
void DropItem(const char *itemname, TClass *cl, int kind) override
void WorkWithEvent(const char *itemname)
void linkedObjectRemoved(const char *linkname) override
virtual void PrintEventClicked()
virtual void RefreshClicked()
bool IsAcceptDrag(const char *itemname, TClass *cl, int kind) override