GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI internal slots. More...
#include <TGo4DisplayLoggerTimer.h>
Public Member Functions | |
TGo4DisplayLoggerTimer (TGo4Display *display, Long_t msperiod=3000) | |
Bool_t | Notify () override |
Private Attributes | |
TGo4Display * | fxDisplay {nullptr} |
timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI internal slots.
This Timer acts in between the status queue and the GUI, e.g. by drawing eventrate information on a Qt widget.
Definition at line 28 of file TGo4DisplayLoggerTimer.h.
TGo4DisplayLoggerTimer::TGo4DisplayLoggerTimer | ( | TGo4Display * | display, |
Long_t | msperiod = 3000 ) |
Definition at line 20 of file TGo4DisplayLoggerTimer.cxx.
References TGo4Log::Debug(), and fxDisplay.
|
override |
Definition at line 26 of file TGo4DisplayLoggerTimer.cxx.
References fxDisplay, and TGo4Task::NextStatus().
|
private |
Definition at line 37 of file TGo4DisplayLoggerTimer.h.
Referenced by TGo4DisplayLoggerTimer(), and Notify().