GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ParameterStatus.h>
Public Member Functions | |
TGo4ParameterStatus () | |
TGo4ParameterStatus (TGo4Parameter *par, Bool_t membervalues=kFALSE) | |
TGo4ParameterStatus (const char *parname, const char *parclass, TObjArray *items) | |
virtual | ~TGo4ParameterStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
TObjArray * | GetMemberValues (Bool_t takeit=kFALSE) |
Bool_t | UpdateParameterValues (TGo4Parameter *par) |
TGo4Parameter * | CreateParameter () |
Public Member Functions inherited from TGo4ObjectStatus | |
TGo4ObjectStatus () | |
TGo4ObjectStatus (TObject *object, Bool_t withtime=kTRUE) | |
virtual | ~TGo4ObjectStatus () |
const char * | GetObjectClass () const |
Int_t | GetObjectSize () const |
Bool_t | IsResetProtect () const |
Bool_t | IsDeleteProtect () const |
const char * | GetTimeString () const |
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 |
Protected Attributes | |
TObjArray * | fxMemberValues |
Protected Attributes inherited from TGo4ObjectStatus | |
UInt_t | fiObjectSize |
Bool_t | fbResetProtect |
Bool_t | fbDeleteProtect |
TString | fxObjectClass |
TString | fxStatusTime |
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,...) |
Status object for an analysis parameter. GUI will decide from this the type of the remote object baseclass
Definition at line 28 of file TGo4ParameterStatus.h.
TGo4ParameterStatus::TGo4ParameterStatus | ( | ) |
Definition at line 24 of file TGo4ParameterStatus.cxx.
TGo4ParameterStatus::TGo4ParameterStatus | ( | TGo4Parameter * | par, |
Bool_t | membervalues = kFALSE |
||
) |
Definition at line 30 of file TGo4ParameterStatus.cxx.
References fxMemberValues, and TGo4Parameter::GetMemberValues().
TGo4ParameterStatus::TGo4ParameterStatus | ( | const char * | parname, |
const char * | parclass, | ||
TObjArray * | items | ||
) |
Definition at line 41 of file TGo4ParameterStatus.cxx.
References TGo4ObjectStatus::fxObjectClass.
|
virtual |
Definition at line 51 of file TGo4ParameterStatus.cxx.
References fxMemberValues.
TGo4Parameter * TGo4ParameterStatus::CreateParameter | ( | ) |
Definition at line 80 of file TGo4ParameterStatus.cxx.
References fxMemberValues, TGo4ObjectStatus::GetObjectClass(), and TGo4Parameter::SetMemberValues().
Referenced by TGo4AnalysisObjectManager::SetParameterStatus(), and UpdateParameterValues().
TObjArray * TGo4ParameterStatus::GetMemberValues | ( | Bool_t | takeit = kFALSE | ) |
Definition at line 56 of file TGo4ParameterStatus.cxx.
References fxMemberValues.
Referenced by TGo4ParaEdit::RefreshWidget().
|
virtual |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4ObjectStatus.
Definition at line 95 of file TGo4ParameterStatus.cxx.
References GO4TRACE, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4ObjectStatus::PrintStatus().
Bool_t TGo4ParameterStatus::UpdateParameterValues | ( | TGo4Parameter * | par | ) |
Definition at line 63 of file TGo4ParameterStatus.cxx.
References CreateParameter(), TGo4Parameter::CustomUpdateFrom(), fxMemberValues, TGo4ObjectStatus::GetObjectClass(), TGo4Parameter::SetMemberValues(), and TGo4Parameter::UpdateFrom().
Referenced by TGo4AnalysisObjectManager::SetParameterStatus(), and TGo4Parameter::SetStatus().
|
protected |
Definition at line 51 of file TGo4ParameterStatus.h.
Referenced by CreateParameter(), GetMemberValues(), TGo4ParameterStatus(), UpdateParameterValues(), and ~TGo4ParameterStatus().