#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) |
basic method to printout status information on stdout; to be overridden by specific subclass | |
TObjArray * | GetMemberValues (Bool_t takeit=kFALSE) |
Bool_t | UpdateParameterValues (TGo4Parameter *par) |
TGo4Parameter * | CreateParameter () |
Protected Attributes | |
TObjArray * | fxMemberValues |
GUI will decide from this the type of the remote object baseclass
Definition at line 30 of file TGo4ParameterStatus.h.
|
Definition at line 27 of file TGo4ParameterStatus.cxx. |
|
Definition at line 33 of file TGo4ParameterStatus.cxx. References fxMemberValues, and TGo4Parameter::GetMemberValues(). |
|
Definition at line 44 of file TGo4ParameterStatus.cxx. References TGo4ObjectStatus::fxObjectClass. |
|
Definition at line 54 of file TGo4ParameterStatus.cxx. References fxMemberValues. |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4ObjectStatus. Definition at line 100 of file TGo4ParameterStatus.cxx. References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4ObjectStatus::PrintStatus(), and TRACE. |
|
Definition at line 59 of file TGo4ParameterStatus.cxx. References fxMemberValues. |
|
Definition at line 66 of file TGo4ParameterStatus.cxx. References CreateParameter(), fxMemberValues, TGo4ObjectStatus::GetObjectClass(), and TGo4Parameter::SetMemberValues(). Referenced by TGo4AnalysisObjectManager::SetParameterStatus(). |
|
Definition at line 85 of file TGo4ParameterStatus.cxx. References TGo4ObjectStatus::GetObjectClass(), and TGo4Parameter::SetMemberValues(). Referenced by TGo4AnalysisObjectManager::SetParameterStatus(), and UpdateParameterValues(). |
|
Definition at line 53 of file TGo4ParameterStatus.h. Referenced by GetMemberValues(), TGo4ParameterStatus(), UpdateParameterValues(), and ~TGo4ParameterStatus(). |