#include <TGo4AnalysisObjectCommand.h>
Inheritance diagram for TGo4AnalysisObjectCommand:
Public Methods | |
TGo4AnalysisObjectCommand () | |
TGo4AnalysisObjectCommand (const Text_t *comname, const Text_t *description, const Text_t *obname) | |
virtual | ~TGo4AnalysisObjectCommand () |
const char * | GetObjectName () const |
access to the object name under command. More... | |
void | SetObjectName (const char *name) |
set the object name under command. More... | |
const char * | GetFolderName () const |
void | SetFolderName (const char *name) |
Private Attributes | |
TString | fxObjectName |
Name of the object under command. More... | |
TString | fxFolderName |
Optional subfolder name where the object is located. More... |
Definition at line 27 of file TGo4AnalysisObjectCommand.h.
|
Definition at line 32 of file TGo4AnalysisObjectCommand.cxx. References TGo4AnalysisObjectManager::fgcTOPFOLDER, SetFolderName(), and TRACE. |
|
Definition at line 21 of file TGo4AnalysisObjectCommand.cxx. References TGo4AnalysisObjectManager::fgcTOPFOLDER, SetFolderName(), SetObjectName(), and TRACE. |
|
Definition at line 40 of file TGo4AnalysisObjectCommand.cxx. References TRACE. |
|
access to the object name under command.
Definition at line 40 of file TGo4AnalysisObjectCommand.h. References fxObjectName. Referenced by TGo4ComCreateObject::CreateObject(), TGo4ComSetProtections::ExeCom(), TGo4ComSetPrintEvent::ExeCom(), TGo4ComSetPicture::ExeCom(), TGo4ComSetParameter::ExeCom(), TGo4ComSetCondition::ExeCom(), TGo4ComSetCanvas::ExeCom(), TGo4ComGetTreeStructure::ExeCom(), TGo4ComGetPicture::ExeCom(), TGo4ComGetParameter::ExeCom(), TGo4ComGetObjectStatus::ExeCom(), TGo4ComGetObject::ExeCom(), TGo4ComGetEnvelope::ExeCom(), TGo4ComGetCurrentEvent::ExeCom(), TGo4ComGetCondition::ExeCom(), TGo4ComGetCanvas::ExeCom(), TGo4ComDeleteObject::ExeCom(), TGo4ComCreateObject::ExeCom(), TGo4ComCreateHistogram::ExeCom(), TGo4ComCopyObject::ExeCom(), and TGo4ComClearObject::ExeCom(). |
|
set the object name under command.
Definition at line 43 of file TGo4AnalysisObjectCommand.h. References fxObjectName. Referenced by TGo4ComSetPicture::ExeCom(), TGo4ComSetParameter::ExeCom(), TGo4ComSetCondition::ExeCom(), TGo4ComSetCanvas::ExeCom(), TGo4ComCreateHistogram::SetHistogramName(), and TGo4AnalysisObjectCommand(). |
|
Definition at line 45 of file TGo4AnalysisObjectCommand.h. References fxFolderName. Referenced by TGo4ComGetObjectStatus::ExeCom(), TGo4ComGetObject::ExeCom(), and TGo4ComGetEnvelope::ExeCom(). |
|
Definition at line 47 of file TGo4AnalysisObjectCommand.h. References fxFolderName. Referenced by TGo4HistogramInfoSlots::SendHistogramInfoCommand(), TGo4AnalysisObjectCommand(), and TGo4ComGetEnvelope::TGo4ComGetEnvelope(). |
|
Name of the object under command.
Definition at line 52 of file TGo4AnalysisObjectCommand.h. Referenced by GetObjectName(), and SetObjectName(). |
|
Optional subfolder name where the object is located.
Definition at line 55 of file TGo4AnalysisObjectCommand.h. Referenced by GetFolderName(), and SetFolderName(). |