Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

EnvMonImpl Class Reference

List of all members.

Public Member Functions

 __init__ (common, parent=None, name=None, fl=0)
 setupLabels (newTem)
 setFont (font)
 adjustMonitorTextFont (monTxt)
 toggleRaw (raw)
 changeBlock (block)
 selectAEM ()
 selectTEM (blockText)
 changeFreeBoard (boardId)
 populateACDchecks (boardId)
 toggleDataTakingPlot (id)
 toggleDataTakingMon (id)
 toggleChan0Plot (id)
 toggleChan0Mon (id)
 toggleChan1Plot (id)
 toggleChan1Mon (id)
 toggleChan2Plot (id)
 toggleChan2Mon (id)
 toggleChan3Plot (id)
 toggleChan3Mon (id)
 toggleChan4Plot (id)
 toggleChan4Mon (id)
 toggleAcdEnv1Plot (id)
 toggleAcdEnv1Mon (id)
 togglePDUPlot (id)
 togglePDUMon (id)
 clearPlots ()
 initDisplays ()
 changeRate (val)
 calcDeadTime (regName)
 readEnvValues ()
 shutdown ()
 quitApp ()
 unregisterExitHandler ()
 closeEvent (e)
 customEvent (e)
 execGUImethodNR (func, args, kwargs)
 execGUImethod (func, args, kwargs)

Detailed Description

Definition at line 29 of file EnvMonImpl.py.


Member Function Documentation

customEvent  ) 
 

This method overrides the QObject base class's. There is generally no reason to call this method directly. It is called by the Qt infrastructure whenever the custom event is posted, e.g. by the following three methods of this class: createGUI, execGUImethodNR and execGUImethod.

execGUImethod func  ,
args  ,
kwargs 
 

Method used for executing a GUI function from a non-GUI thread. Use this method when a response is expected from the function and when it is appropriate to wait for it (no deadlock arises)

execGUImethodNR func  ,
args  ,
kwargs 
 

Method used for executing a GUI function from a non-GUI thread. Use this method when no (useful) response is expected or when waiting for one could cause a deadlock. Any response from the function is lost.


The documentation for this class was generated from the following file:
Generated on Fri Jul 21 13:26:42 2006 for LATTE R04-12-00 by doxygen 1.4.3