GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4DisplayDrawerTimer Class Reference

timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI internal slots. More...

#include <TGo4DisplayDrawerTimer.h>

+ Inheritance diagram for TGo4DisplayDrawerTimer:

Public Member Functions

 TGo4DisplayDrawerTimer (TGo4Display *display, Long_t msperiod=3000)
 
Bool_t Notify () override
 

Private Attributes

TGo4DisplayfxDisplay {nullptr}
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TGo4DisplayDrawerTimer()

TGo4DisplayDrawerTimer::TGo4DisplayDrawerTimer ( TGo4Display * display,
Long_t msperiod = 3000 )

Definition at line 20 of file TGo4DisplayDrawerTimer.cxx.

References TGo4Log::Debug(), and fxDisplay.

Member Function Documentation

◆ Notify()

Bool_t TGo4DisplayDrawerTimer::Notify ( )
override

Definition at line 26 of file TGo4DisplayDrawerTimer.cxx.

References fxDisplay, and TGo4Task::NextObject().

Field Documentation

◆ fxDisplay

TGo4Display* TGo4DisplayDrawerTimer::fxDisplay {nullptr}
private

Definition at line 38 of file TGo4DisplayDrawerTimer.h.

Referenced by TGo4DisplayDrawerTimer(), and Notify().


The documentation for this class was generated from the following files: