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

#include <TGo4ParameterStatus.h>

+ Inheritance diagram for TGo4ParameterStatus:

Public Member Functions

 TGo4ParameterStatus ()
 
 TGo4ParameterStatus (TGo4Parameter *par, Bool_t membervalues=kFALSE)
 
 TGo4ParameterStatus (const char *parname, const char *parclass, TObjArray *items)
 
virtual ~TGo4ParameterStatus ()
 
void Print (Option_t *opt="") const override
 
TObjArray * GetMemberValues (Bool_t takeit=kFALSE)
 
Bool_t UpdateParameterValues (TGo4Parameter *par)
 
TGo4ParameterCreateParameter ()
 
- 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
 
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
 

Protected Attributes

TObjArray * fxMemberValues {nullptr}
 
- Protected Attributes inherited from TGo4ObjectStatus
UInt_t fiObjectSize {0}
 
Bool_t fbResetProtect {kFALSE}
 
Bool_t fbDeleteProtect {kTRUE}
 
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,...)
 
static void PrintLine (const char *text,...)
 

Detailed Description

Status object for an analysis parameter. GUI will decide from this the type of the remote object baseclass

Author
J. Adamczewski
Since
26-FEB-2003

Definition at line 28 of file TGo4ParameterStatus.h.

Constructor & Destructor Documentation

◆ TGo4ParameterStatus() [1/3]

TGo4ParameterStatus::TGo4ParameterStatus ( )

Definition at line 23 of file TGo4ParameterStatus.cxx.

◆ TGo4ParameterStatus() [2/3]

TGo4ParameterStatus::TGo4ParameterStatus ( TGo4Parameter par,
Bool_t  membervalues = kFALSE 
)

Definition at line 28 of file TGo4ParameterStatus.cxx.

References fxMemberValues, and TGo4Parameter::GetMemberValues().

◆ TGo4ParameterStatus() [3/3]

TGo4ParameterStatus::TGo4ParameterStatus ( const char *  parname,
const char *  parclass,
TObjArray *  items 
)

Definition at line 38 of file TGo4ParameterStatus.cxx.

References fxMemberValues, and TGo4ObjectStatus::fxObjectClass.

◆ ~TGo4ParameterStatus()

TGo4ParameterStatus::~TGo4ParameterStatus ( )
virtual

Definition at line 48 of file TGo4ParameterStatus.cxx.

References fxMemberValues.

Member Function Documentation

◆ CreateParameter()

TGo4Parameter * TGo4ParameterStatus::CreateParameter ( )

◆ GetMemberValues()

TObjArray * TGo4ParameterStatus::GetMemberValues ( Bool_t  takeit = kFALSE)

Definition at line 56 of file TGo4ParameterStatus.cxx.

References fxMemberValues.

Referenced by TGo4ParaEdit::RefreshWidget().

◆ Print()

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

Definition at line 95 of file TGo4ParameterStatus.cxx.

References TGo4ObjectStatus::Print(), and TGo4Status::PrintLine().

◆ UpdateParameterValues()

Bool_t TGo4ParameterStatus::UpdateParameterValues ( TGo4Parameter par)

Member Data Documentation

◆ fxMemberValues

TObjArray* TGo4ParameterStatus::fxMemberValues {nullptr}
protected

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