GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4TreeViewer.h
Go to the documentation of this file.
1 // $Id: TGo4TreeViewer.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 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 = 0, const char* name=0);
29 
30  virtual void ResetWidget();
31  virtual void WorkWithLeaf(const char* itemname);
32  virtual void ProcessDropEvent(QGo4LineEdit* edt, bool caninit);
33  virtual void requestedObjectCreated(const char* itemname, TClass* cl);
34 
35 
36  public slots:
37 
38  virtual void NewHistBtn_clicked();
39  virtual void TreeClearBtn_clicked();
40  virtual void TreeDrawBtn_clicked();
41  virtual void XFieldEdt_dropped();
42  virtual void YFieldEdt_dropped();
43  virtual void ZFieldEdt_dropped();
44  virtual void cutEdit_dropped();
45 
46 protected:
47 
48  QString fxTreeName;
49 
50 
51 
52  };
53 
54 #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()
TGo4TreeViewer(QWidget *parent=0, const char *name=0)
virtual void TreeDrawBtn_clicked()
virtual void requestedObjectCreated(const char *itemname, TClass *cl)
virtual void ProcessDropEvent(QGo4LineEdit *edt, bool caninit)
virtual void ZFieldEdt_dropped()
virtual void ResetWidget()
virtual void cutEdit_dropped()