GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4TreeViewer.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 TGO4TREEVIEWER_H
15 #define TGO4TREEVIEWER_H
16 
17 #include "QGo4Widget.h"
18 #include "ui_TGo4TreeViewer.h"
19 
20 class TObject;
21 
22 class TGo4TreeViewer : public QGo4Widget, public Ui::TGo4TreeViewer
23 {
24  Q_OBJECT
25 
26 public:
27 
28  TGo4TreeViewer(QWidget *parent = nullptr, const char *name = nullptr);
29 
30  void ResetWidget() override;
31  virtual void WorkWithLeaf(const char *itemname);
32  virtual void ProcessDropEvent(QGo4LineEdit* edt, bool caninit);
33  void requestedObjectCreated(const char *itemname, TClass *cl) override;
34 
35 public slots:
36 
37  virtual void NewHistBtn_clicked();
38  virtual void TreeClearBtn_clicked();
39  virtual void TreeDrawBtn_clicked();
40  virtual void XFieldEdt_dropped();
41  virtual void YFieldEdt_dropped();
42  virtual void ZFieldEdt_dropped();
43  virtual void cutEdit_dropped();
44 
45 protected:
46 
47  QString fxTreeName;
48 
49  };
50 
51 #endif
virtual void NewHistBtn_clicked()
virtual void WorkWithLeaf(const char *itemname)
virtual void XFieldEdt_dropped()
virtual void YFieldEdt_dropped()
QString fxTreeName
virtual void TreeClearBtn_clicked()
void requestedObjectCreated(const char *itemname, TClass *cl) override
virtual void TreeDrawBtn_clicked()
virtual void ProcessDropEvent(QGo4LineEdit *edt, bool caninit)
virtual void ZFieldEdt_dropped()
void ResetWidget() override
virtual void cutEdit_dropped()
TGo4TreeViewer(QWidget *parent=nullptr, const char *name=nullptr)