v2.10-0 (21000JUN2005)

Uses of Class
Go4StatusBase.TGo4Status

Packages that use TGo4Status
Go4Display 
Go4DynamicList 
Go4FitGUI 
Go4GUI 
Go4GUIBase 
Go4GUIRegistry 
Go4QtBaseWidgets 
Go4StatusAnalysis 
Go4StatusBase 
Go4TaskHandler 
Go4TaskHandlerExample 
Go4UserGUI 

Uses of TGo4Status in Go4Display
 

Methods in Go4Display with parameters of type TGo4Status
voidTGo4Display.DisplayLog(TGo4Status* Status)
          
 

Uses of TGo4Status in Go4DynamicList
 

Subclasses of TGo4Status in Go4DynamicList
class TGo4DynamicEntryStatus
          
 

Uses of TGo4Status in Go4FitGUI
 

Subclasses of TGo4Status in Go4FitGUI
class TGo4FitPanelStatus
          
 

Methods in Go4FitGUI that return TGo4Status
TGo4Status*TGo4FitPanelSlots.GetStatus()
          
 

Uses of TGo4Status in Go4GUI
 

Subclasses of TGo4Status in Go4GUI
class TGo4AnalysisConfigurationStatus
          
class TGo4AnalysisStatusMonitorStatus
          
class TGo4BrowserStatus
          This Object holds the Go4Browser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened.
class TGo4ConditionInfoStatus
          
class TGo4CreateNewHistogramStatus
          
class TGo4DiskFileBrowserStatus
          This Object holds the Go4DiskFileBrowser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened.
class TGo4EditDynEntryStatus
          
class TGo4EventInfoStatus
          
class TGo4HistogramInfoStatus
          
class TGo4LogInfoStatus
          
class TGo4MarkerSetup
          
class TGo4MonitoredListStatus
          
class TGo4ParaEditStatus
          
class TGo4PreviewPanelStatus
          
class TGo4RemoteBrowserStatus
          This Object holds the Go4RemoteBrowser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened.
class TGo4ScriptStatus
          
class TGo4StartClientStatus
          
class TGo4TreeViewerStatus
          
class TGo4WindowEditStatus
          
 

Methods in Go4GUI that return TGo4Status
TGo4Status*TGo4AnalysisConfigurationSlots.GetStatus()
          
TGo4Status*TGo4AnalysisStatusMonitorSlots.GetStatus()
          
TGo4Status*TGo4BrowserSlots.GetStatus()
          
TGo4Status*TGo4ConditionInfoSlots.GetStatus()
          
TGo4Status*TGo4CreateNewHistogramSlots.GetStatus()
          
TGo4Status*TGo4DiskFileBrowserSlots.GetStatus()
          
TGo4Status*TGo4EditDynEntrySlots.GetStatus()
          
TGo4Status*TGo4EventInfoSlots.GetStatus()
          
TGo4Status*TGo4HistogramInfoSlots.GetStatus()
          
TGo4Status*TGo4MonitoredListSlots.GetStatus()
          
TGo4Status*TGo4ParaEditSlots.GetStatus()
          
TGo4Status*TGo4PreviewPanelSlots.GetStatus()
          
TGo4Status*TGo4RemoteBrowserSlots.GetStatus()
          
TGo4Status*TGo4ScriptSlots.GetStatus()
          
TGo4Status*TGo4StartClientSlots.GetStatus()
          
TGo4Status*TGo4TreeViewerSlots.GetStatus()
          
TGo4Status*TGo4WindowEditSlots.GetStatus()
          
 

Methods in Go4GUI with parameters of type TGo4Status
voidTGo4AnalysisConfigurationSlots.StatusChanged(TGo4Status* status)
          
voidTGo4AnalysisStatusMonitorSlots.StatusChanged(TGo4Status* status)
          
voidTGo4ConditionInfoSlots.StatusChanged(TGo4Status* status)
          
voidTGo4EditDynEntrySlots.StatusChanged(TGo4Status* status)
          
voidTGo4EventInfoSlots.StatusChanged(TGo4Status* status)
          
voidTGo4HistogramInfoSlots.StatusChanged(TGo4Status* status)
          
voidTGo4LogInfoSlots.StatusChanged(TGo4Status* Status)
          
voidTGo4MonitoredListSlots.StatusChanged(TGo4Status* s)
          
voidTGo4ParaEditSlots.StatusChanged(TGo4Status* status)
          
voidTGo4WindowEditSlots.StatusChanged(TGo4Status* status)
          
 

Uses of TGo4Status in Go4GUIBase
 

Methods in Go4GUIBase with parameters of type TGo4Status
virtual voidTGo4SlotsBaseClass.StatusChanged(TGo4Status* s)
          
 

Uses of TGo4Status in Go4GUIRegistry
 

Fields in Go4GUIRegistry declared as TGo4Status
private TGo4Status*TGo4DependentStatusList.fxRegisteredStatusClass
          
private TGo4Status*TGo4RegisteredSlotsList.fxRegisteredStatusClass
          
 

Constructors in Go4GUIRegistry with parameters of type TGo4Status
TGo4DependentStatusList.TGo4DependentStatusList(const char * iObjectName, TGo4SlotsBaseClass* p, TGo4Status* s)
          
TGo4RegisteredSlotsList.TGo4RegisteredSlotsList(const char * Name, TGo4SlotsBaseClass* p, TGo4Status* s, QWidget* GUI)
          
 

Methods in Go4GUIRegistry that return TGo4Status
const TGo4Status*TGo4DependentStatusList.StatusClass()
          
TGo4Status*TGo4GUIRegistry.GetStatus(const char * name)
          
const TGo4Status*TGo4RegisteredSlotsList.GetStatusClass()
          
 

Methods in Go4GUIRegistry with parameters of type TGo4Status
voidTGo4DependentStatusList.SetStatusClass(TGo4Status* s)
          
voidTGo4GUIRegistry.DisplayLog(TGo4Status* )
          
voidTGo4GUIRegistry.RegisterSlotClass(TGo4SlotsBaseClass* p, TGo4Status* s, QWidget* GUI)
          
voidTGo4GUIRegistry.UnRegisterClass(TGo4SlotsBaseClass* p, TGo4Status* s)
          
voidTGo4GUIRegistry.UpdateDependents(TGo4Status* s)
          
 

Uses of TGo4Status in Go4QtBaseWidgets
 

Methods in Go4QtBaseWidgets with parameters of type TGo4Status
virtual voidTGo4QConItem.SetStatus(TGo4Status* status)
          
virtual voidTGo4QItem.SetStatus(TGo4Status* )
          Sets Go4 status object, which is correspond to this item
 

Uses of TGo4Status in Go4StatusAnalysis
 

Subclasses of TGo4Status in Go4StatusAnalysis
class TGo4AnalysisObjectNames
          Contains the name (key) list of all objects in the analysis scope.
class TGo4AnalysisStatus
          Status of the analysis instance.
class TGo4AnalysisStepStatus
          Status object of one analysis step.
class TGo4TreeStructure
          Contains the branchelement structure of a certain TTree on the
analysis side.
 

Uses of TGo4Status in Go4StatusBase
 

Subclasses of TGo4Status in Go4StatusBase
class TGo4ObjectStatus
          One entry of the object names folder.
 

Uses of TGo4Status in Go4TaskHandler
 

Subclasses of TGo4Status in Go4TaskHandler
class TGo4TaskHandlerStatus
          
class TGo4TaskStatus
          
 

Methods in Go4TaskHandler that return TGo4Status
TGo4Status*TGo4Task.NextStatus(Bool_t wait)
          Delivers next status object from status queue.
 

Methods in Go4TaskHandler with parameters of type TGo4Status
virtual voidTGo4ServerTask.SendStatus(TGo4Status* stat, const char * receiver)
          Send status object via status channel to the master.
voidTGo4Slave.SendStatus(TGo4Status* stat, const char * receiver)
          Send status object via status channel to the server.
virtual voidTGo4Task.SendStatus(TGo4Status* stat, const char * receiver)
          Send status object via status channel to the master.
 

Uses of TGo4Status in Go4TaskHandlerExample
 

Methods in Go4TaskHandlerExample with parameters of type TGo4Status
voidTGo4ExampleController.DisplayLog(TGo4Status* )
          
 

Uses of TGo4Status in Go4UserGUI
 

Subclasses of TGo4Status in Go4UserGUI
class TGo4AdvancedUserWidgetStatus
          
 

Methods in Go4UserGUI that return TGo4Status
TGo4Status*TGo4AdvancedUserWidgetSlots.GetStatus()
          
 

Methods in Go4UserGUI with parameters of type TGo4Status
voidTGo4AdvancedUserWidgetSlots.StatusChanged(TGo4Status* status)
          
 


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005