#include <TGo4ComSetCondition.h>
Inheritance diagram for TGo4ComSetCondition:
Public Methods | |
TGo4ComSetCondition () | |
TGo4ComSetCondition (const char *obname) | |
virtual | ~TGo4ComSetCondition () |
Int_t | ExeCom () |
Do the command action. More... | |
void | SetCondition (TGo4Condition *cond) |
Private Attributes | |
TGo4Condition * | fxCondition |
Condition containing the properties which shall be set. More... |
If a condition of that name exists in the conditions folder, the new settings are applied on it. If the type of the condition and the condition status object do not match, an error message is sent. Practically, the condition status is a condition itself, the status setting is done by means of the assignment operator.
Definition at line 31 of file TGo4ComSetCondition.h.
|
Definition at line 32 of file TGo4ComSetCondition.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 22 of file TGo4ComSetCondition.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 42 of file TGo4ComSetCondition.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 49 of file TGo4ComSetCondition.cxx. References TGo4Log::Debug(), fxCondition, TGo4AnalysisObjectCommand::GetObjectName(), TGo4Analysis::Instance(), TGo4Slave::SendStatusMessage(), TGo4Analysis::SetAnalysisCondition(), TGo4AnalysisObjectCommand::SetObjectName(), and TRACE. |
|
Definition at line 42 of file TGo4ComSetCondition.h. References fxCondition. Referenced by TGo4EditDynEntrySlots::SendNewConditionCommand(), and TGo4WindowEditSlots::SendUpdateCommand(). |
|
Condition containing the properties which shall be set. This condition is assigned to the existing condition in the analysis conditions folder. Definition at line 50 of file TGo4ComSetCondition.h. Referenced by ExeCom(), and SetCondition(). |