GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 ()
 
virtual Int_t PrintStatus (Text_t *buffer=0, Int_t buflen=0)
 
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
 
- 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,...)
 

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::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.

TGo4ParameterStatus::~TGo4ParameterStatus ( )
virtual

Definition at line 51 of file TGo4ParameterStatus.cxx.

References fxMemberValues.

Member Function Documentation

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

Definition at line 56 of file TGo4ParameterStatus.cxx.

References fxMemberValues.

Referenced by TGo4ParaEdit::RefreshWidget().

Int_t TGo4ParameterStatus::PrintStatus ( Text_t *  buffer = 0,
Int_t  buflen = 0 
)
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)

Member Data Documentation

TObjArray* TGo4ParameterStatus::fxMemberValues
protected

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