GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4Display.h
Go to the documentation of this file.
1 // $Id: TGo4Display.h 478 2009-10-29 12:26:09Z 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 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  virtual Bool_t DisconnectSlave(const char* name=0,
37  Bool_t waitforslave=kTRUE );
38 
39 
40  private:
41 
44 
47 
49 };
50 
51 #endif //TGO4DISPLAY_H
void DisplayData(TObject *)
Definition: TGo4Display.cxx:69
TGo4Display(Bool_t isserver=kTRUE)
Definition: TGo4Display.cxx:28
virtual ~TGo4Display()
Definition: TGo4Display.cxx:46
TGo4AnalysisProxy * fxAnalysis
Definition: TGo4Display.h:48
virtual Bool_t DisconnectSlave(const char *name=0, Bool_t waitforslave=kTRUE)
Definition: TGo4Display.cxx:85
void SetAnalysis(TGo4AnalysisProxy *an)
Definition: TGo4Display.h:33
TGo4DisplayDrawerTimer * fxDrawTimer
Definition: TGo4Display.h:43
void DisplayLog(TGo4Status *Status)
Definition: TGo4Display.cxx:77
TGo4DisplayLoggerTimer * fxLogTimer
Definition: TGo4Display.h:46