Public Member Functions | Private Attributes

TGo4AnalysisObjectCommand Class Reference

#include <TGo4AnalysisObjectCommand.h>

Inheritance diagram for TGo4AnalysisObjectCommand:
TGo4AnalysisCommand TGo4Command TGo4ComClearObject TGo4ComDeleteObject TGo4ComGetCurrentEvent TGo4ComGetEnvelope TGo4ComGetObjectStatus TGo4ComSetObject TGo4ComSetPrintEvent TGo4ComSetProtections

List of all members.

Public Member Functions

 TGo4AnalysisObjectCommand ()
 TGo4AnalysisObjectCommand (const char *comname, const char *description, const char *obname)
virtual ~TGo4AnalysisObjectCommand ()
const char * GetObjectName () const
void SetObjectName (const char *name)
const char * GetFolderName () const
void SetFolderName (const char *name)
virtual void Set (TGo4RemoteCommand *remcon)

Private Attributes

TString fxObjectName
TString fxFolderName

Detailed Description

Intermediate class for all commands accessing an analysis object by name.

Author:
J. Adamczewski
Since:
06-Jun-2001, added folder name 08-Apr-2003

Definition at line 25 of file TGo4AnalysisObjectCommand.h.


Constructor & Destructor Documentation

TGo4AnalysisObjectCommand::TGo4AnalysisObjectCommand (  ) 
TGo4AnalysisObjectCommand::TGo4AnalysisObjectCommand ( const char *  comname,
const char *  description,
const char *  obname 
)
TGo4AnalysisObjectCommand::~TGo4AnalysisObjectCommand (  )  [virtual]

Definition at line 37 of file TGo4AnalysisObjectCommand.cxx.

References GO4TRACE.


Member Function Documentation

const char* TGo4AnalysisObjectCommand::GetFolderName (  )  const [inline]
void TGo4AnalysisObjectCommand::Set ( TGo4RemoteCommand remcon  )  [virtual]

Set internals of this command from specification of external remote command (command container). Must be overloaded for each specific command!

Reimplemented from TGo4Command.

Reimplemented in TGo4ComGetCurrentEvent, TGo4ComSetObject, TGo4ComSetPrintEvent, and TGo4ComSetProtections.

Definition at line 42 of file TGo4AnalysisObjectCommand.cxx.

References TGo4RemoteCommand::Get_fgxREMCOMEMPTYSTRING(), TGo4RemoteCommand::GetString(), SetFolderName(), and SetObjectName().

void TGo4AnalysisObjectCommand::SetFolderName ( const char *  name  )  [inline]
void TGo4AnalysisObjectCommand::SetObjectName ( const char *  name  )  [inline]

set the object name under command.

Definition at line 41 of file TGo4AnalysisObjectCommand.h.

References fxObjectName.

Referenced by TGo4ComSetObject::ExeCom(), Set(), and TGo4AnalysisObjectCommand().


Member Data Documentation

Optional subfolder name where the object is located.

Definition at line 59 of file TGo4AnalysisObjectCommand.h.

Referenced by GetFolderName(), and SetFolderName().

Name of the object under command.

Definition at line 56 of file TGo4AnalysisObjectCommand.h.

Referenced by GetObjectName(), and SetObjectName().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines