GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
QUserPanel.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 QUSERPANEL_H
15#define QUSERPANEL_H
16
17#include <QGo4Widget.h>
18#include <QWebCanvas.h>
19
20#include "ui_QUserPanel.h"
21
22class QUserPanel : public QGo4Widget, public Ui::QUserPanel
23{
24 Q_OBJECT
25
26public:
27 QUserPanel(QWidget *parent = nullptr, const char *name = nullptr);
28 virtual ~QUserPanel();
29 virtual QString kindString(int kind);
30 bool IsAcceptDrag(const char *itemname, TClass *cl, int kind) override;
31 void DropItem(const char *itemname, TClass *cl, int kind) override;
32 void linkedObjectUpdated(const char *linkname, TObject *obj) override;
33 void linkedObjectRemoved(const char *linkname) override;
34 virtual void PrintObject(TObject *obj);
35 virtual void DrawObjectOnCanvas(const char *itemname);
36
37public slots:
38 virtual void InfoBtn_clicked();
39 virtual void EditBtn_clicked();
40 virtual void DrawBtn_clicked();
41 virtual void CanvasDropEventSlot(QDropEvent *, TPad *);
42};
43
44#endif
virtual void InfoBtn_clicked()
virtual void DrawBtn_clicked()
bool IsAcceptDrag(const char *itemname, TClass *cl, int kind) override
void linkedObjectUpdated(const char *linkname, TObject *obj) override
virtual void CanvasDropEventSlot(QDropEvent *, TPad *)
virtual ~QUserPanel()
QUserPanel(QWidget *parent=nullptr, const char *name=nullptr)
virtual void EditBtn_clicked()
virtual void DrawObjectOnCanvas(const char *itemname)
virtual void PrintObject(TObject *obj)
virtual QString kindString(int kind)
void linkedObjectRemoved(const char *linkname) override
void DropItem(const char *itemname, TClass *cl, int kind) override