GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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
19class TGo4Status;
23
24class 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
timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI inter...
timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI inter...
TGo4DisplayDrawerTimer * fxDrawTimer
Timer for drawing job.
Definition TGo4Display.h:42
void DisplayLog(TGo4Status *Status)
Bool_t DisconnectSlave(const char *name=nullptr, Bool_t waitforslave=kTRUE) override
Add functionality to reset gui appearance here:
TGo4DisplayLoggerTimer * fxLogTimer
Timer for status logging job.
Definition TGo4Display.h:45
void SetAnalysis(TGo4AnalysisProxy *an)
Definition TGo4Display.h:33
void DisplayData(TObject *)
virtual ~TGo4Display()
TGo4AnalysisProxy * fxAnalysis
Definition TGo4Display.h:47
TGo4Display(Bool_t isserver=kTRUE)