GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4DabcProxy.h>
Public Member Functions | |
TGo4DabcProxy () | |
virtual | ~TGo4DabcProxy () |
ClassDefOverride (TGo4DabcProxy, 1) | |
Bool_t | Connect (const char *nodename) |
void | Finalize (TGo4Slot *slot) override |
const char * | GetContainedClassName () const override |
const char * | GetContainedObjectInfo () override |
Int_t | GetObjectKind () const override |
Int_t | GetObjectSizeInfo () const override |
const char * | GetServerName () const override |
Bool_t | HasSublevels () const override |
void | Initialize (TGo4Slot *slot) override |
TGo4LevelIter * | MakeIter () override |
std::unique_ptr< TGo4Access > | ProvideAccess (const char *name) override |
void | ReadData (TGo4Slot *slot, TDirectory *dir) override |
Bool_t | RefreshNamesList () override |
Bool_t | ReplyCommand (void *cmd) |
void | Update (TGo4Slot *slot, Bool_t strong) override |
Bool_t | UpdateHierarchy (Bool_t sync=kTRUE) |
void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) override |
![]() | |
TGo4ServerProxy () | |
contained object info | |
virtual | ~TGo4ServerProxy () |
virtual Bool_t | CanSubmitObjects () const |
virtual void | ChageObjectProtection (const char *fullpath, const char *flags) |
ClassDefOverride (TGo4ServerProxy, 0) | |
virtual void | ClearAllAnalysisObjects () |
virtual void | ClearAnalysisObject (const char *fullpath) |
virtual void | CloseAnalysisSettings () |
TGo4Slot * | DebugOutputSlot () |
virtual Bool_t | DelayedRefreshNamesList (Int_t delay_sec) |
virtual void | DisconnectAnalysis (Int_t waittime=30, Bool_t servershutdown=kFALSE) |
Close connection to analysis and destroys proxy with correspondent slot. | |
virtual void | ExecuteLine (const char *line) |
virtual TString | FindCommand (const char *name) |
const char * | GetContainedObjectInfo () override |
virtual const char * | GetUserName () const |
void | Initialize (TGo4Slot *slot) override |
virtual Bool_t | IsAdministrator () const |
Int_t | IsAnalysisLaunched () const |
Bool_t | IsAnalysisReady () const |
virtual Bool_t | IsAnalysisRunning () const |
virtual Bool_t | IsAnalysisServer () const |
Bool_t | IsAnalysisSettingsReady () const |
virtual Bool_t | IsConnected () const |
virtual Bool_t | IsController () const |
virtual Bool_t | IsGo4Analysis () const |
virtual Bool_t | IsViewer () const |
virtual void | LoadConfigFile (const char *fname) |
TGo4Slot * | LoginfoSlot () |
virtual Bool_t | NamesListReceived () const |
virtual Int_t | NumberOfWaitingProxyes () |
virtual Int_t | NumCommandArgs (const char *name) |
TGo4Slot * | ParentSlot () |
virtual void | PrintDynListEntry (const char *fullpath) |
TGo4Slot * | RatemeterSlot () |
virtual void | RemotePrintEvent (const char *evname, Int_t evnumber, Int_t subid, Bool_t ishex, Bool_t islong) |
virtual void | RemoteTreeDraw (const char *treename, const char *varexp, const char *cutcond, const char *hname) |
virtual void | RemoveObjectFromAnalysis (const char *fullpath) |
virtual void | RequestAnalysisSettings () |
virtual void | RequestEventStatus (const char *evname, Bool_t astree, TGo4Slot *tgtslot) |
virtual Bool_t | RequestObjectStatus (const char *objectname, TGo4Slot *tgtslot) |
virtual void | ResetDebugOutputRequests () |
virtual void | SaveConfigFile (const char *fname) |
void | SetAnalysisLaunched (Int_t on=1) |
void | SetAnalysisReady (Bool_t on=kTRUE) |
void | SetAnalysisSettingsReady (Bool_t on=kTRUE) |
TGo4Slot * | SettingsSlot () |
virtual void | StartAnalysis () |
virtual void | StopAnalysis () |
virtual void | SubmitAnalysisSettings () |
virtual Bool_t | SubmitCommand (const char *name, Int_t waitres=-1, const char *arg1=nullptr, const char *arg2=nullptr, const char *arg3=nullptr) |
virtual Bool_t | UpdateAnalysisObject (const char *objectname, TObject *obj) |
virtual void | WriteAutoSave (const char *fname, Int_t complevel, Bool_t overwrite) |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | AssignObject (TGo4Slot *, TObject *, Bool_t) |
ClassDefOverride (TGo4Proxy, 0) | |
virtual TObject * | GetAssignedObject () |
virtual Bool_t | IsAcceptObject (TClass *) const |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
virtual Bool_t | RemoveRegisteredObject (TObject *) |
virtual Bool_t | Use () const |
Static Public Member Functions | |
static const char * | GetDabcVersion () |
![]() | |
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=nullptr) |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Attributes | |
TString | fNodeName |
void * | fxHierarchy {nullptr} |
TGo4Slot * | fxParentSlot {nullptr} |
pointer on dabc::Hierarchy class | |
![]() | |
Int_t | fAnalysisLaunched {0} |
true when settings are specified | |
Bool_t | fbAnalysisReady {kFALSE} |
Bool_t | fbAnalysisSettingsReady {kFALSE} |
true if analysis is connected and get first info | |
TString | fInfoStr |
name of remote node | |
TString | fNodeName |
0 - not launched, 1 - external shell, 2 - in qt shell | |
TGo4Slot * | fxParentSlot {nullptr} |
Definition at line 22 of file TGo4DabcProxy.h.
TGo4DabcProxy::TGo4DabcProxy | ( | ) |
Definition at line 573 of file TGo4DabcProxy.cxx.
References TGo4ServerProxy::TGo4ServerProxy(), fNodeName, fxHierarchy, and fxParentSlot.
Referenced by ClassDefOverride().
|
virtual |
Definition at line 581 of file TGo4DabcProxy.cxx.
References fxHierarchy.
TGo4DabcProxy::ClassDefOverride | ( | TGo4DabcProxy | , |
1 | ) |
References TGo4DabcProxy().
Bool_t TGo4DabcProxy::Connect | ( | const char * | nodename | ) |
Definition at line 594 of file TGo4DabcProxy.cxx.
References fNodeName, and UpdateHierarchy().
Referenced by TGo4BrowserProxy::ConnectDabc().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 678 of file TGo4DabcProxy.cxx.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 46 of file TGo4DabcProxy.h.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 47 of file TGo4DabcProxy.h.
|
static |
Definition at line 589 of file TGo4DabcProxy.cxx.
Referenced by TGo4MainWindow::TGo4MainWindow(), TGo4MainWindow::aboutDABC(), TGo4MainWindow::AddFileMenu(), TGo4MainWindow::AddFileToolBar(), go4_usage(), and print_go4_version().
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 45 of file TGo4DabcProxy.h.
References TGo4Access::kndFolder.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 48 of file TGo4DabcProxy.h.
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 36 of file TGo4DabcProxy.h.
References fNodeName.
Referenced by TGo4Script::ProduceScript().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 682 of file TGo4DabcProxy.cxx.
References fxHierarchy, and TGo4Slot::NumChilds().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 673 of file TGo4DabcProxy.cxx.
References fxParentSlot.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 709 of file TGo4DabcProxy.cxx.
References fxHierarchy.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 691 of file TGo4DabcProxy.cxx.
References fNodeName, and fxHierarchy.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 722 of file TGo4DabcProxy.cxx.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 734 of file TGo4DabcProxy.cxx.
References UpdateHierarchy().
Referenced by TGo4BrowserOptions::RefreshBtn_clicked().
Bool_t TGo4DabcProxy::ReplyCommand | ( | void * | cmd | ) |
Definition at line 619 of file TGo4DabcProxy.cxx.
References TGo4Slot::evObjUpdated, fxHierarchy, and fxParentSlot.
Referenced by TReplyTimer::Notify(), and UpdateHierarchy().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 726 of file TGo4DabcProxy.cxx.
References UpdateHierarchy().
Bool_t TGo4DabcProxy::UpdateHierarchy | ( | Bool_t | sync = kTRUE | ) |
Definition at line 647 of file TGo4DabcProxy.cxx.
References TGo4Log::Error(), fNodeName, and ReplyCommand().
Referenced by Connect(), RefreshNamesList(), and Update().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 718 of file TGo4DabcProxy.cxx.
|
protected |
Definition at line 24 of file TGo4DabcProxy.h.
Referenced by TGo4DabcProxy(), Connect(), GetServerName(), ProvideAccess(), and UpdateHierarchy().
|
protected |
Definition at line 25 of file TGo4DabcProxy.h.
Referenced by TGo4DabcProxy(), ~TGo4DabcProxy(), HasSublevels(), MakeIter(), ProvideAccess(), and ReplyCommand().
|
protected |
pointer on dabc::Hierarchy class
Definition at line 26 of file TGo4DabcProxy.h.
Referenced by TGo4DabcProxy(), Initialize(), and ReplyCommand().