GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ServerProxy.h>
Public Member Functions | |
TGo4ServerProxy () | |
virtual | ~TGo4ServerProxy () |
virtual void | Initialize (TGo4Slot *slot) |
TGo4Slot * | ParentSlot () |
TGo4Slot * | SettingsSlot () |
TGo4Slot * | RatemeterSlot () |
TGo4Slot * | LoginfoSlot () |
TGo4Slot * | DebugOutputSlot () |
virtual const char * | GetServerName () const |
virtual const char * | GetUserName () const |
virtual const char * | GetContainedObjectInfo () |
virtual TString | FindCommand (const char *name) |
virtual Int_t | NumCommandArgs (const char *name) |
virtual Bool_t | SubmitCommand (const char *name, Int_t waitres=-1, const char *arg1=0, const char *arg2=0, const char *arg3=0) |
virtual Bool_t | IsGo4Analysis () const |
virtual Bool_t | IsAnalysisServer () const |
virtual Bool_t | IsConnected () |
virtual Bool_t | IsViewer () |
virtual Bool_t | IsController () |
virtual Bool_t | IsAdministrator () |
virtual Bool_t | NamesListReceived () |
virtual Bool_t | RefreshNamesList () |
virtual Bool_t | DelayedRefreshNamesList (Int_t delay_sec) |
void | SetAnalysisLaunched (Int_t on=1) |
Int_t | IsAnalysisLaunched () const |
void | SetAnalysisReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisReady () const |
void | SetAnalysisSettingsReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisSettingsReady () const |
virtual Bool_t | CanSubmitObjects () |
virtual void | RequestAnalysisSettings () |
virtual void | SubmitAnalysisSettings () |
virtual void | CloseAnalysisSettings () |
virtual Bool_t | IsAnalysisRunning () const |
virtual void | StartAnalysis () |
virtual void | StopAnalysis () |
virtual Bool_t | RequestObjectStatus (const char *objectname, TGo4Slot *tgtslot) |
virtual Bool_t | UpdateAnalysisObject (const char *objectname, TObject *obj) |
virtual void | ClearAllAnalysisObjects () |
virtual void | ClearAnalysisObject (const char *fullpath) |
virtual void | RemoteTreeDraw (const char *treename, const char *varexp, const char *cutcond, const char *hname) |
virtual void | RequestEventStatus (const char *evname, Bool_t astree, TGo4Slot *tgtslot) |
virtual void | RemotePrintEvent (const char *evname, Int_t evnumber, Int_t subid, Bool_t ishex, Bool_t islong) |
virtual void | ChageObjectProtection (const char *fullpath, const char *flags) |
virtual void | RemoveObjectFromAnalysis (const char *fullpath) |
virtual void | ExecuteLine (const char *line) |
virtual void | PrintDynListEntry (const char *fullpath) |
virtual void | LoadConfigFile (const char *fname) |
virtual void | SaveConfigFile (const char *fname) |
virtual void | WriteAutoSave (const char *fname, Int_t complevel, Bool_t overwrite) |
virtual Int_t | NumberOfWaitingProxyes () |
virtual void | ResetDebugOutputRequests () |
virtual void | DisconnectAnalysis (Int_t waittime=30, Bool_t servershutdown=kFALSE) |
ClassDef (TGo4ServerProxy, 1) | |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual Bool_t | Use () const |
virtual Bool_t | HasSublevels () const |
virtual TGo4Access * | ProvideAccess (const char *) |
virtual TGo4LevelIter * | MakeIter () |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual Int_t | GetObjectSizeInfo () |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual Bool_t | IsAcceptObject (TClass *cl) |
virtual Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) |
virtual TObject * | GetAssignedObject () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
ClassDef (TGo4Proxy, 1) | |
Static Public Member Functions | |
static Bool_t | GetLaunchString (TString &launchcmd, TString &killcmd, Int_t serverkind, Int_t shellkind, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe, Int_t guiport, Int_t exe_kind=0, const char *exeargs=0) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Attributes | |
TGo4Slot * | fxParentSlot |
Bool_t | fbAnalysisReady |
Bool_t | fbAnalysisSettingsReady |
Int_t | fAnalysisLaunched |
TString | fNodeName |
0 - not launched, 1 - external shell, 2 - in qt shell More... | |
TString | fInfoStr |
special base class for remote data servers like DABC, HTTP, hist server
Definition at line 22 of file TGo4ServerProxy.h.
TGo4ServerProxy::TGo4ServerProxy | ( | ) |
Definition at line 376 of file TGo4ServerProxy.cxx.
|
virtual |
Definition at line 387 of file TGo4ServerProxy.cxx.
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 72 of file TGo4ServerProxy.h.
Referenced by TGo4ConditionEditor::RefreshWidget(), TGo4AnalysisConfiguration::RefreshWidget(), TGo4ParaEdit::RefreshWidget(), TGo4MainWindow::SubmitAnalysisSettings(), and TGo4MainWindow::UpdateCaptionButtons().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 101 of file TGo4ServerProxy.h.
Referenced by TGo4Browser::ContextMenuActivated().
TGo4ServerProxy::ClassDef | ( | TGo4ServerProxy | , |
1 | |||
) |
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 85 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserOptions::ClearBtn_clicked().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 86 of file TGo4ServerProxy.h.
Referenced by TGo4ConditionEditor::ClearCounters(), TGo4EditDynEntry::ClearHistogramClicked(), and TGo4Browser::ContextMenuActivated().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 75 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::editorServiceSlot().
TGo4Slot * TGo4ServerProxy::DebugOutputSlot | ( | ) |
Definition at line 406 of file TGo4ServerProxy.cxx.
References TGo4Slot::FindChild(), and fxParentSlot.
Referenced by TGo4MainWindow::EstablishAnalysisWindowForHttp(), TGo4HttpProxy::ProcessRegularMultiRequest(), TGo4HttpProxy::ProcessUpdateTimer(), and TGo4HttpProxy::ResetDebugOutputRequests().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 61 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserProxy::PerformTreeDraw(), TGo4Interface::StartAnalysis(), and TGo4MainWindow::StartAnalysisSlot().
|
inlinevirtual |
Close connection to analysis and destroys proxy with correspondent slot. Wait waittime (in sec) for safe disconnection of the analysis. if servershutdown = kTRUE, shutdown command will be sent to analysis
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 124 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::RemoveAnalysisProxy().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 105 of file TGo4ServerProxy.h.
Referenced by TGo4EditDynEntry::ClearHistogramClicked(), TGo4AnalysisWindow::CommandSlot(), TGo4UserCommands::ExecuteAnalysisMacro(), and TGo4AbstractInterface::ExecuteLine().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy.
Definition at line 47 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserOptions::ClearBtn_clicked(), TGo4MainWindow::StartAnalysisSlot(), TGo4MainWindow::StopAnalysisSlot(), and TGo4MainWindow::UpdateCaptionButtons().
|
virtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4HttpProxy, TGo4AnalysisProxy, and TGo4DabcProxy.
Definition at line 411 of file TGo4ServerProxy.cxx.
References fInfoStr, IsAdministrator(), IsConnected(), IsController(), and IsViewer().
Referenced by TGo4AnalysisProxy::GetContainedObjectInfo(), TGo4HttpProxy::GetContainedObjectInfo(), and TGo4MainWindow::UpdateCaptionButtons().
|
static |
Definition at line 185 of file TGo4ServerProxy.cxx.
References TGo4Prefs::AddFile(), TGo4Log::Debug(), TGo4ServerTask::Get_fgcLAUNCHPREFSFILE(), TGo4Prefs::GetOpt(), TGo4Log::GO4SYS(), TGo4Prefs::IsOk(), TGo4Prefs::SetPar(), and TGo4Log::subGO4SYS().
Referenced by TGo4AnalysisProxy::LaunchAsClient(), TGo4AnalysisProxy::LaunchAsServer(), and TGo4MainWindow::LaunchClientSlot().
|
inlinevirtual |
Reimplemented in TGo4HServProxy, and TGo4DabcProxy.
Definition at line 43 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisProxy::GetContainedObjectInfo(), TGo4HttpProxy::GetContainedObjectInfo(), TGo4BrowserProxy::MakeHttpList(), and TGo4Script::ProduceScript().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy.
Definition at line 44 of file TGo4ServerProxy.h.
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4HttpProxy, TGo4AnalysisProxy, TGo4HServProxy, and TGo4DabcProxy.
Definition at line 35 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisProxy::Initialize(), and TGo4HttpProxy::Initialize().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 57 of file TGo4ServerProxy.h.
Referenced by GetContainedObjectInfo(), TGo4MainWindow::SubmitAnalysisSettings(), and TGo4MainWindow::UpdateCaptionButtons().
|
inline |
Definition at line 64 of file TGo4ServerProxy.h.
References fAnalysisLaunched.
Referenced by TGo4Script::CanConfigureAnalysis(), TGo4MainWindow::DisconnectAnalysisSlot(), and TGo4Script::ProduceScript().
|
inline |
Definition at line 67 of file TGo4ServerProxy.h.
References fbAnalysisReady.
Referenced by TGo4Script::execGUICommands(), TGo4Interface::HandleTimer(), TGo4Script::ProduceScript(), and TGo4Interface::WaitAnalysis().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 77 of file TGo4ServerProxy.h.
Referenced by TGo4Script::ProduceScript().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 52 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::UpdateCaptionButtons().
|
inline |
Definition at line 70 of file TGo4ServerProxy.h.
References fbAnalysisSettingsReady.
Referenced by TGo4MainWindow::CreateNewConditionSlot(), TGo4MainWindow::CreateNewDynEntrySlot(), TGo4MainWindow::CreateNewHistSlot(), TGo4Script::execGUICommands(), TGo4Script::ProduceScript(), and TGo4Interface::SubmitAnalysisConfig().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 54 of file TGo4ServerProxy.h.
Referenced by GetContainedObjectInfo(), TGo4BrowserProxy::HandleTimer(), TGo4AbstractInterface::IsAnalysisConnected(), TGo4MainWindow::SubmitAnalysisSettings(), and TGo4MainWindow::UpdateCaptionButtons().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 56 of file TGo4ServerProxy.h.
Referenced by GetContainedObjectInfo(), TGo4MainWindow::SubmitAnalysisSettings(), and TGo4MainWindow::UpdateCaptionButtons().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 51 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::ConnectHttpSlot(), TGo4BrowserProxy::DefineServerObject(), TGo4BrowserProxy::FindServerSlot(), TGo4BrowserProxy::ProcessEvent(), and TGo4BrowserProxy::UpdateBrowserContent().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 55 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::ConnectHttpSlot(), and GetContainedObjectInfo().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 109 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisConfiguration::LoadConfiguration().
TGo4Slot * TGo4ServerProxy::LoginfoSlot | ( | ) |
Definition at line 401 of file TGo4ServerProxy.cxx.
References TGo4Slot::FindChild(), and fxParentSlot.
Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::AddAnalysisProxy(), TGo4MainWindow::ConnectHttpSlot(), TGo4HttpProxy::ProcessRegularMultiRequest(), TGo4HttpProxy::ProcessUpdateTimer(), and TGo4AnalysisProxy::ReceiveStatus().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 59 of file TGo4ServerProxy.h.
Referenced by TGo4Script::execGUICommands(), TGo4Interface::RefreshNamesList(), and TGo4Interface::SubmitAnalysisConfig().
|
inlinevirtual |
Reimplemented in TGo4AnalysisProxy.
Definition at line 116 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserProxy::HandleTimer().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy.
Definition at line 48 of file TGo4ServerProxy.h.
Referenced by TGo4Browser::ExecuteItem().
|
inline |
Definition at line 37 of file TGo4ServerProxy.h.
References fxParentSlot.
Referenced by TGo4AnalysisConfiguration::WorkWithAnalysis(), and TGo4Display::~TGo4Display().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 107 of file TGo4ServerProxy.h.
Referenced by TGo4EditDynEntry::PrintDynList().
TGo4Slot * TGo4ServerProxy::RatemeterSlot | ( | ) |
Definition at line 396 of file TGo4ServerProxy.cxx.
References TGo4Slot::FindChild(), and fxParentSlot.
Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::EstablishRatemeter(), TGo4HttpProxy::ProcessRegularMultiRequest(), TGo4HttpProxy::ProcessUpdateTimer(), and TGo4AnalysisProxy::ReceiveStatus().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, TGo4AnalysisProxy, TGo4HServProxy, and TGo4DabcProxy.
Definition at line 60 of file TGo4ServerProxy.h.
Referenced by TGo4Browser::ContextMenuActivated(), TGo4MainWindow::CreateNewConditionSlot(), TGo4MainWindow::CreateNewDynEntrySlot(), TGo4MainWindow::CreateNewHistSlot(), TGo4MainWindow::editorServiceSlot(), TGo4AnalysisConfiguration::linkedObjectUpdated(), TGo4BrowserOptions::RefreshBtn_clicked(), TGo4Interface::RefreshNamesList(), TGo4Script::RefreshNamesList(), TGo4Interface::StartAnalysis(), TGo4MainWindow::StartAnalysisSlot(), TGo4Interface::SubmitAnalysisConfig(), and TGo4MainWindow::SubmitAnalysisSettings().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 95 of file TGo4ServerProxy.h.
Referenced by TGo4EventInfo::PrintEventClicked().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 88 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserProxy::PerformTreeDraw().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 103 of file TGo4ServerProxy.h.
Referenced by TGo4Browser::ContextMenuActivated().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 73 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::EstablishAnalysisConfiguration(), TGo4AbstractInterface::RequestAnalysisConfig(), TGo4AnalysisConfiguration::RequestAnalysisStatus(), and TGo4MainWindow::ToggleAnalysisConfiguration().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 93 of file TGo4ServerProxy.h.
Referenced by TGo4EventInfo::RefreshClicked().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 81 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserProxy::RequestObjectStatus().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy.
Definition at line 118 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::EstablishAnalysisWindowForHttp().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 110 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisConfiguration::SaveConfiguration().
|
inline |
Definition at line 63 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::CheckConnectingCounterSlot(), and TGo4MainWindow::LaunchClientSlot().
|
inline |
Definition at line 66 of file TGo4ServerProxy.h.
Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::AddAnalysisProxy(), TGo4AnalysisProxy::AssignNewNamesList(), TGo4HttpAccess::httpFinished(), and TGo4AnalysisProxy::ReceiveStatus().
|
inline |
Definition at line 69 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisProxy::CloseAnalysisSettings(), TGo4HttpProxy::CloseAnalysisSettings(), TGo4AnalysisProxy::ReceiveStatus(), TGo4HttpProxy::RequestAnalysisSettings(), and TGo4AnalysisProxy::SubmitAnalysisSettings().
TGo4Slot * TGo4ServerProxy::SettingsSlot | ( | ) |
Definition at line 391 of file TGo4ServerProxy.cxx.
References TGo4Slot::FindChild(), and fxParentSlot.
Referenced by TGo4Interface::GetAnalStatus(), TGo4AnalysisProxy::ReceiveStatus(), TGo4HttpProxy::RequestAnalysisSettings(), TGo4AnalysisProxy::SubmitAnalysisSettings(), TGo4HttpProxy::SubmitAnalysisSettings(), and TGo4AnalysisConfiguration::WorkWithAnalysis().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 78 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserItem::StartAnalysis(), TGo4Interface::StartAnalysis(), and TGo4MainWindow::StartAnalysisSlot().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 79 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserItem::StopAnalysis(), TGo4Interface::StopAnalysis(), and TGo4MainWindow::StopAnalysisSlot().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 74 of file TGo4ServerProxy.h.
Referenced by TGo4Interface::SubmitAnalysisConfig(), and TGo4MainWindow::SubmitAnalysisSettings().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy.
Definition at line 49 of file TGo4ServerProxy.h.
Referenced by TGo4BrowserOptions::ClearBtn_clicked(), TGo4Browser::ExecuteItem(), TGo4MainWindow::StartAnalysisSlot(), and TGo4MainWindow::StopAnalysisSlot().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 83 of file TGo4ServerProxy.h.
Referenced by TGo4MainWindow::CreateNewConditionSlot(), TGo4MainWindow::CreateNewDynEntrySlot(), TGo4MainWindow::CreateNewHistSlot(), and TGo4BrowserProxy::UpdateAnalysisItem().
|
inlinevirtual |
Reimplemented in TGo4HttpProxy, and TGo4AnalysisProxy.
Definition at line 112 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisConfiguration::WriteAutoSave().
|
protected |
Definition at line 27 of file TGo4ServerProxy.h.
Referenced by IsAnalysisLaunched().
|
protected |
Definition at line 25 of file TGo4ServerProxy.h.
Referenced by IsAnalysisReady().
|
protected |
Definition at line 26 of file TGo4ServerProxy.h.
Referenced by IsAnalysisSettingsReady().
|
protected |
Definition at line 30 of file TGo4ServerProxy.h.
Referenced by GetContainedObjectInfo(), TGo4AnalysisProxy::GetContainedObjectInfo(), and TGo4HttpProxy::GetContainedObjectInfo().
|
protected |
0 - not launched, 1 - external shell, 2 - in qt shell
Definition at line 29 of file TGo4ServerProxy.h.
Referenced by TGo4HttpAccess::AssignObjectTo(), TGo4HttpProxy::Connect(), TGo4AnalysisProxy::ConnectToServer(), TGo4AnalysisProxy::LaunchAsClient(), TGo4HttpProxy::PostObject(), TGo4HttpProxy::ProcessRegularMultiRequest(), TGo4HttpProxy::SubmitURL(), and TGo4HttpProxy::UpdateHierarchy().
|
protected |
Definition at line 24 of file TGo4ServerProxy.h.
Referenced by TGo4AnalysisProxy::AssignNewNamesList(), TGo4AnalysisProxy::CallSlotUpdate(), TGo4HttpProxy::CheckShutdown(), DebugOutputSlot(), TGo4AnalysisProxy::Finalize(), TGo4HttpProxy::FindCommand(), TGo4HttpProxy::GetHReply(), TGo4AnalysisProxy::HandleTimer(), TGo4HttpAccess::httpFinished(), TGo4AnalysisProxy::Initialize(), TGo4HttpProxy::Initialize(), LoginfoSlot(), ParentSlot(), RatemeterSlot(), TGo4AnalysisProxy::ReceiveStatus(), SettingsSlot(), and TGo4AnalysisProxy::UpdateObjectSlot().