GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | Private Attributes | List of all members
TGo4AnalysisObjectResult Class Reference

#include <TGo4AnalysisObjectResult.h>

+ Inheritance diagram for TGo4AnalysisObjectResult:

Public Member Functions

 TGo4AnalysisObjectResult ()
 
 TGo4AnalysisObjectResult (const char *name)
 
virtual ~TGo4AnalysisObjectResult ()
 
void SetNamesList (TGo4AnalysisObjectNames *n)
 
TGo4AnalysisObjectNamesGetNamesList (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
 
void Print (Option_t *opt="") const override
 
- Public Member Functions inherited from TGo4Status
 TGo4Status ()
 
 TGo4Status (const char *name)
 
 TGo4Status (const char *name, const char *title)
 
virtual ~TGo4Status ()
 
virtual Int_t PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0)
 
void Print (Option_t *opt="") const override
 

Private Attributes

TGo4AnalysisObjectNamesfxNamesList {nullptr}
 
TString fxFullName
 not streamed, valid only inside analysis More...
 
Go4ResultAction_t fiAction {kGo4ActionNul}
 
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,...)
 
static void PrintLine (const char *text,...)
 

Detailed Description

Definition at line 42 of file TGo4AnalysisObjectResult.h.

Constructor & Destructor Documentation

◆ TGo4AnalysisObjectResult() [1/2]

TGo4AnalysisObjectResult::TGo4AnalysisObjectResult ( )

Definition at line 21 of file TGo4AnalysisObjectResult.cxx.

◆ TGo4AnalysisObjectResult() [2/2]

TGo4AnalysisObjectResult::TGo4AnalysisObjectResult ( const char *  name)

Definition at line 26 of file TGo4AnalysisObjectResult.cxx.

◆ ~TGo4AnalysisObjectResult()

TGo4AnalysisObjectResult::~TGo4AnalysisObjectResult ( )
virtual

Definition at line 31 of file TGo4AnalysisObjectResult.cxx.

Member Function Documentation

◆ Action()

Go4ResultAction_t TGo4AnalysisObjectResult::Action ( ) const
inline

Definition at line 67 of file TGo4AnalysisObjectResult.h.

References fiAction, and Print().

Referenced by TGo4ComSetObject::ExeCom(), and Print().

◆ GetMessage()

const char* TGo4AnalysisObjectResult::GetMessage ( ) const
inline

Definition at line 61 of file TGo4AnalysisObjectResult.h.

References fxMessage.

Referenced by Print().

◆ GetNamesList()

TGo4AnalysisObjectNames * TGo4AnalysisObjectResult::GetNamesList ( Bool_t  chown = kTRUE)

Take out the nameslist.

Definition at line 38 of file TGo4AnalysisObjectResult.cxx.

References fxNamesList.

Referenced by TGo4AnalysisProxy::ReceiveStatus(), and SetNamesList().

◆ GetObjectFullName()

const char* TGo4AnalysisObjectResult::GetObjectFullName ( ) const
inline

◆ Print()

void TGo4AnalysisObjectResult::Print ( Option_t *  opt = "") const
override

◆ SetAction()

void TGo4AnalysisObjectResult::SetAction ( Go4ResultAction_t  com)
inline

◆ SetMessage()

void TGo4AnalysisObjectResult::SetMessage ( const char *  nam)
inline

◆ SetNamesList()

void TGo4AnalysisObjectResult::SetNamesList ( TGo4AnalysisObjectNames n)
inline

Definition at line 52 of file TGo4AnalysisObjectResult.h.

References fxNamesList, and GetNamesList().

Referenced by TGo4ComSetObject::ExeCom().

◆ SetObjectFullName()

void TGo4AnalysisObjectResult::SetObjectFullName ( const char *  nam)
inline

Definition at line 59 of file TGo4AnalysisObjectResult.h.

References fxFullName.

Referenced by TGo4ComSetObject::ExeCom(), and TGo4AnalysisProxy::ReceiveStatus().

Member Data Documentation

◆ fiAction

Go4ResultAction_t TGo4AnalysisObjectResult::fiAction {kGo4ActionNul}
private

This contains an action token to execute on gui side

Definition at line 80 of file TGo4AnalysisObjectResult.h.

Referenced by Action(), and SetAction().

◆ fxFullName

TString TGo4AnalysisObjectResult::fxFullName
private

not streamed, valid only inside analysis

Full name and path of the object last modified

Definition at line 77 of file TGo4AnalysisObjectResult.h.

Referenced by GetObjectFullName(), and SetObjectFullName().

◆ fxMessage

TString TGo4AnalysisObjectResult::fxMessage
private

Optional error or info message

Definition at line 83 of file TGo4AnalysisObjectResult.h.

Referenced by GetMessage(), and SetMessage().

◆ fxNamesList

TGo4AnalysisObjectNames* TGo4AnalysisObjectResult::fxNamesList {nullptr}
private

Last state of the objects in analysis after modification

Definition at line 74 of file TGo4AnalysisObjectResult.h.

Referenced by GetNamesList(), Print(), and SetNamesList().


The documentation for this class was generated from the following files: