#include <TGo4Display.h>
Inheritance diagram for TGo4Display:
Public Member Functions | |
TGo4Display (Bool_t isserver=kTRUE) | |
virtual | ~TGo4Display () |
void | DisplayLog (TGo4Status *Status) |
void | DisplayData (TObject *) |
void | SetAnalysis (TGo4AnalysisProxy *an) |
virtual Bool_t | DisconnectSlave (const char *name=0, Bool_t waitforslave=kTRUE) |
Add functionality to reset gui appereance here:. | |
Private Attributes | |
TGo4DisplayDrawerTimer * | fxDrawTimer |
Timer for drawing job. | |
TGo4DisplayLoggerTimer * | fxLogTimer |
Timer for status logging job. | |
TGo4AnalysisProxy * | fxAnalysis |
|
Definition at line 30 of file TGo4Display.cxx. References fxDrawTimer, fxLogTimer, and TGo4TaskOwner::GetTask(). |
|
Definition at line 48 of file TGo4Display.cxx. References TGo4AnalysisProxy::DisplayDeleted(), fxAnalysis, fxDrawTimer, fxLogTimer, TGo4TaskOwner::GetTask(), and TRACE. |
|
Definition at line 69 of file TGo4Display.cxx. References fxAnalysis, and TGo4AnalysisProxy::ReceiveStatus(). Referenced by TGo4DisplayLoggerTimer::Notify(). |
|
Definition at line 61 of file TGo4Display.cxx. References fxAnalysis, and TGo4AnalysisProxy::ReceiveObject(). Referenced by TGo4DisplayDrawerTimer::Notify(). |
|
Definition at line 35 of file TGo4Display.h. References fxAnalysis. Referenced by TGo4AnalysisProxy::TGo4AnalysisProxy(), and TGo4AnalysisProxy::~TGo4AnalysisProxy(). |
|
Add functionality to reset gui appereance here:.
Reimplemented from TGo4Master. Definition at line 77 of file TGo4Display.cxx. References TGo4Master::DisconnectSlave(), TGo4AnalysisProxy::DisplayDisconnected(), and fxAnalysis. |
|
Timer for drawing job.
Definition at line 45 of file TGo4Display.h. Referenced by TGo4Display(), and ~TGo4Display(). |
|
Timer for status logging job.
Definition at line 48 of file TGo4Display.h. Referenced by TGo4Display(), and ~TGo4Display(). |
|
Definition at line 50 of file TGo4Display.h. Referenced by DisconnectSlave(), DisplayData(), DisplayLog(), SetAnalysis(), and ~TGo4Display(). |