#include <TGo4ComExecLine.h>
Inheritance diagram for TGo4ComExecLine:
Public Member Functions | |
TGo4ComExecLine () | |
TGo4ComExecLine (const char *macro) | |
virtual | ~TGo4ComExecLine () |
Int_t | ExeCom () |
Do the command action. | |
const char * | GetLine () const |
access to the passwd. | |
void | SetLine (const char *name) |
set the object name under command. | |
Private Attributes | |
TString | fxLine |
Contains text of macro. |
Definition at line 26 of file TGo4ComExecLine.h.
|
Definition at line 21 of file TGo4ComExecLine.cxx. References TGo4Command::fbIsSynchron, and TGo4Command::SetDescription(). |
|
Definition at line 28 of file TGo4ComExecLine.cxx. References TGo4Command::fbIsSynchron, TGo4Command::SetDescription(), and SetLine(). |
|
Definition at line 36 of file TGo4ComExecLine.cxx. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 40 of file TGo4ComExecLine.cxx. References TGo4Log::Debug(), TGo4Task::ExecuteString(), TGo4Command::fxReceiverBase, GetLine(), and TGo4Task::SendStatusMessage(). |
|
access to the passwd.
Definition at line 38 of file TGo4ComExecLine.h. References fxLine. Referenced by ExeCom(). |
|
set the object name under command.
Definition at line 41 of file TGo4ComExecLine.h. References fxLine. Referenced by TGo4AnalysisProxy::ExecuteLine(), and TGo4ComExecLine(). |
|
Contains text of macro.
Definition at line 45 of file TGo4ComExecLine.h. |