#include <TGo4AnalysisObjectResult.h>
Inheritance diagram for TGo4AnalysisObjectResult:
Public Member Functions | |
TGo4AnalysisObjectResult () | |
TGo4AnalysisObjectResult (const char *name) | |
virtual | ~TGo4AnalysisObjectResult () |
void | SetNamesList (TGo4AnalysisObjectNames *n) |
TGo4AnalysisObjectNames * | GetNamesList (Bool_t chown=kTRUE) |
Take out the nameslist. | |
const char * | GetObjectFullName () const |
void | SetObjectFullName (const char *nam) |
const char * | GetMessage () const |
void | SetMessage (const char *nam) |
void | SetAction (Go4ResultAction_t com) |
Go4ResultAction_t | Action () const |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass | |
Private Attributes | |
TGo4AnalysisObjectNames * | fxNamesList |
Last state of the objects in analysis after modification. | |
TString | fxFullName |
Full name and path of the object last modified. | |
Go4ResultAction_t | fiAction |
This contains an action token to execute on gui side. | |
TString | fxMessage |
Optional error or info message. |
|
Definition at line 24 of file TGo4AnalysisObjectResult.cxx. |
|
Definition at line 33 of file TGo4AnalysisObjectResult.cxx. |
|
Definition at line 41 of file TGo4AnalysisObjectResult.cxx. |
|
Definition at line 57 of file TGo4AnalysisObjectResult.h. References fxNamesList. Referenced by TGo4ComSetObject::ExeCom(). |
|
Take out the nameslist.
Definition at line 47 of file TGo4AnalysisObjectResult.cxx. References fxNamesList. Referenced by TGo4AnalysisProxy::ReceiveStatus(). |
|
Definition at line 62 of file TGo4AnalysisObjectResult.h. References fxFullName. Referenced by TGo4AnalysisWindow::linkedObjectUpdated(), PrintStatus(), and TGo4AnalysisProxy::ReceiveStatus(). |
|
Definition at line 64 of file TGo4AnalysisObjectResult.h. References fxFullName. Referenced by TGo4ComSetObject::ExeCom(), and TGo4AnalysisProxy::ReceiveStatus(). |
|
Definition at line 66 of file TGo4AnalysisObjectResult.h. References fxMessage. Referenced by PrintStatus(). |
|
Definition at line 68 of file TGo4AnalysisObjectResult.h. References fxMessage. Referenced by TGo4ComSetObject::ExeSetCon(), TGo4ComSetObject::ExeSetDyn(), TGo4ComSetObject::ExeSetHis(), TGo4ComSetObject::ExeSetObj(), TGo4ComSetObject::ExeSetPar(), TGo4ComSetObject::ExeSetParStatus(), and TGo4ComSetObject::ExeSetPic(). |
|
Definition at line 70 of file TGo4AnalysisObjectResult.h. References fiAction. Referenced by TGo4ComSetObject::ExeSetCon(), TGo4ComSetObject::ExeSetDyn(), TGo4ComSetObject::ExeSetHis(), TGo4ComSetObject::ExeSetObj(), TGo4ComSetObject::ExeSetPar(), TGo4ComSetObject::ExeSetParStatus(), and TGo4ComSetObject::ExeSetPic(). |
|
Definition at line 72 of file TGo4AnalysisObjectResult.h. References fiAction. Referenced by TGo4ComSetObject::ExeCom(), and PrintStatus(). |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4Status. Definition at line 54 of file TGo4AnalysisObjectResult.cxx. References Action(), fxNamesList, GetMessage(), GetObjectFullName(), TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4AnalysisObjectNames::PrintStatus(). |
|
Last state of the objects in analysis after modification.
Definition at line 81 of file TGo4AnalysisObjectResult.h. Referenced by GetNamesList(), PrintStatus(), and SetNamesList(). |
|
Full name and path of the object last modified.
Definition at line 83 of file TGo4AnalysisObjectResult.h. Referenced by GetObjectFullName(), and SetObjectFullName(). |
|
This contains an action token to execute on gui side.
Definition at line 85 of file TGo4AnalysisObjectResult.h. Referenced by Action(), and SetAction(). |
|
Optional error or info message.
Definition at line 87 of file TGo4AnalysisObjectResult.h. Referenced by GetMessage(), and SetMessage(). |