| GSI Object Oriented Online Offline (Go4)
    GO4-5.3.2
    | 
#include <TGo4AnalysisObjectResult.h>
 Inheritance diagram for TGo4AnalysisObjectResult:
 Inheritance diagram for TGo4AnalysisObjectResult:| Public Member Functions | |
| TGo4AnalysisObjectResult () | |
| TGo4AnalysisObjectResult (const char *name) | |
| virtual | ~TGo4AnalysisObjectResult () | 
| void | SetNamesList (TGo4AnalysisObjectNames *n) | 
| TGo4AnalysisObjectNames * | GetNamesList (Bool_t chown=kTRUE) | 
| 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) | 
|  Public Member Functions inherited from TGo4Status | |
| TGo4Status () | |
| TGo4Status (const char *name) | |
| TGo4Status (const char *name, const char *title) | |
| virtual | ~TGo4Status () | 
| virtual void | Print (Option_t *dummy="") const | 
| Private Attributes | |
| TGo4AnalysisObjectNames * | fxNamesList | 
| TString | fxFullName | 
| not streamed, valid only inside analysis  More... | |
| Go4ResultAction_t | fiAction | 
| TString | fxMessage | 
| Additional Inherited Members | |
|  Public Types inherited from TGo4Status | |
| enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } | 
|  Static Public Member Functions inherited from TGo4Status | |
| static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) | 
| static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) | 
Definition at line 42 of file TGo4AnalysisObjectResult.h.
| TGo4AnalysisObjectResult::TGo4AnalysisObjectResult | ( | ) | 
Definition at line 24 of file TGo4AnalysisObjectResult.cxx.
| TGo4AnalysisObjectResult::TGo4AnalysisObjectResult | ( | const char * | name | ) | 
Definition at line 33 of file TGo4AnalysisObjectResult.cxx.
| 
 | virtual | 
Definition at line 42 of file TGo4AnalysisObjectResult.cxx.
| 
 | inline | 
Definition at line 68 of file TGo4AnalysisObjectResult.h.
References fiAction.
Referenced by TGo4ComSetObject::ExeCom(), and PrintStatus().
| 
 | inline | 
Definition at line 62 of file TGo4AnalysisObjectResult.h.
References fxMessage.
Referenced by PrintStatus().
| TGo4AnalysisObjectNames * TGo4AnalysisObjectResult::GetNamesList | ( | Bool_t | chown = kTRUE | ) | 
Take out the nameslist.
Definition at line 49 of file TGo4AnalysisObjectResult.cxx.
References fxNamesList.
Referenced by TGo4AnalysisProxy::ReceiveStatus().
| 
 | inline | 
Definition at line 58 of file TGo4AnalysisObjectResult.h.
References fxFullName.
Referenced by TGo4AnalysisWindow::linkedObjectUpdated(), PrintStatus(), and TGo4AnalysisProxy::ReceiveStatus().
| 
 | virtual | 
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4Status.
Definition at line 56 of file TGo4AnalysisObjectResult.cxx.
References Action(), fxNamesList, GetMessage(), GetObjectFullName(), TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4AnalysisObjectNames::PrintStatus().
| 
 | inline | 
Definition at line 66 of file TGo4AnalysisObjectResult.h.
References fiAction.
Referenced by TGo4ComSetObject::ExeSetCon(), TGo4ComSetObject::ExeSetDyn(), TGo4ComSetObject::ExeSetHis(), TGo4ComSetObject::ExeSetObj(), TGo4ComSetObject::ExeSetPar(), TGo4ComSetObject::ExeSetParStatus(), and TGo4ComSetObject::ExeSetPic().
| 
 | inline | 
Definition at line 64 of file TGo4AnalysisObjectResult.h.
References fxMessage.
Referenced by TGo4ComSetObject::ExeSetCon(), TGo4ComSetObject::ExeSetDyn(), TGo4ComSetObject::ExeSetHis(), TGo4ComSetObject::ExeSetObj(), TGo4ComSetObject::ExeSetPar(), TGo4ComSetObject::ExeSetParStatus(), and TGo4ComSetObject::ExeSetPic().
| 
 | inline | 
Definition at line 53 of file TGo4AnalysisObjectResult.h.
References fxNamesList.
Referenced by TGo4ComSetObject::ExeCom().
| 
 | inline | 
Definition at line 60 of file TGo4AnalysisObjectResult.h.
References fxFullName.
Referenced by TGo4ComSetObject::ExeCom(), and TGo4AnalysisProxy::ReceiveStatus().
| 
 | private | 
This contains an action token to execute on gui side
Definition at line 83 of file TGo4AnalysisObjectResult.h.
Referenced by Action(), and SetAction().
| 
 | private | 
not streamed, valid only inside analysis
Full name and path of the object last modified
Definition at line 80 of file TGo4AnalysisObjectResult.h.
Referenced by GetObjectFullName(), and SetObjectFullName().
| 
 | private | 
Optional error or info message
Definition at line 86 of file TGo4AnalysisObjectResult.h.
Referenced by GetMessage(), and SetMessage().
| 
 | private | 
Last state of the objects in analysis after modification
Definition at line 77 of file TGo4AnalysisObjectResult.h.
Referenced by GetNamesList(), PrintStatus(), and SetNamesList().
 1.8.8
 1.8.8