GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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
20class TGo4EventInfo : public QGo4Widget, public Ui::TGo4EventInfo {
21 Q_OBJECT
22
23public:
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
38public slots:
39
40 virtual void RefreshClicked();
41
42 virtual void PrintEventClicked();
43
44 virtual void MbsButton_clicked();
45
46};
47
48#endif
QGo4Widget(QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=Qt::Widget)
void linkedObjectUpdated(const char *linkname, TObject *obj) override
virtual void RefreshClicked()
void WorkWithEvent(const char *itemname)
TGo4EventInfo(QWidget *parent=nullptr, const char *name=nullptr)
virtual void PrintEventClicked()
bool IsAcceptDrag(const char *itemname, TClass *cl, int kind) override
void ResetWidget() override
void DropItem(const char *itemname, TClass *cl, int kind) override
virtual void MbsButton_clicked()
void linkedObjectRemoved(const char *linkname) override