GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4DisplayDrawerTimer.h>
Public Member Functions | |
TGo4DisplayDrawerTimer (TGo4Display *display, Long_t msperiod=3000) | |
virtual | ~TGo4DisplayDrawerTimer () |
virtual Bool_t | Notify () |
Private Member Functions | |
TGo4DisplayDrawerTimer () | |
Private Attributes | |
TGo4Display * | fxDisplay |
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 data queue and the GUI, e.g. by drawing histograms on a viewpanel or putting them into the GUI lists.
Definition at line 28 of file TGo4DisplayDrawerTimer.h.
TGo4DisplayDrawerTimer::TGo4DisplayDrawerTimer | ( | TGo4Display * | display, |
Long_t | msperiod = 3000 |
||
) |
Definition at line 20 of file TGo4DisplayDrawerTimer.cxx.
References TGo4Log::Debug().
|
virtual |
Definition at line 26 of file TGo4DisplayDrawerTimer.cxx.
|
private |
|
virtual |
Definition at line 30 of file TGo4DisplayDrawerTimer.cxx.
References TGo4Display::DisplayData(), fxDisplay, TGo4TaskOwner::GetTask(), and TGo4Task::NextObject().
|
private |
Definition at line 40 of file TGo4DisplayDrawerTimer.h.
Referenced by Notify().