GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4Display.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 TGO4DISPLAY_H
15 #define TGO4DISPLAY_H
16 
17 #include "TGo4Master.h"
18 
19 class TGo4Status;
22 class TGo4AnalysisProxy;
23 
24 class TGo4Display : public TGo4Master {
25  public:
26 
27  TGo4Display(Bool_t isserver = kTRUE);
28  virtual ~TGo4Display();
29 
30  void DisplayLog(TGo4Status *Status);
31  void DisplayData(TObject *);
32 
34 
36  Bool_t DisconnectSlave(const char *name = nullptr,
37  Bool_t waitforslave = kTRUE) override;
38 
39  private:
40 
43 
46 
48 };
49 
50 #endif //TGO4DISPLAY_H
void DisplayData(TObject *)
Definition: TGo4Display.cxx:65
TGo4Display(Bool_t isserver=kTRUE)
Definition: TGo4Display.cxx:27
virtual ~TGo4Display()
Definition: TGo4Display.cxx:45
TGo4AnalysisProxy * fxAnalysis
Definition: TGo4Display.h:47
Bool_t DisconnectSlave(const char *name=nullptr, Bool_t waitforslave=kTRUE) override
Definition: TGo4Display.cxx:81
void SetAnalysis(TGo4AnalysisProxy *an)
Definition: TGo4Display.h:33
TGo4DisplayDrawerTimer * fxDrawTimer
Definition: TGo4Display.h:42
void DisplayLog(TGo4Status *Status)
Definition: TGo4Display.cxx:73
TGo4DisplayLoggerTimer * fxLogTimer
Definition: TGo4Display.h:45