#include <TGo4ComExecLine.h>
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 24 of file TGo4ComExecLine.h.
TGo4ComExecLine::TGo4ComExecLine | ( | ) |
Definition at line 19 of file TGo4ComExecLine.cxx.
TGo4ComExecLine::TGo4ComExecLine | ( | const char * | macro | ) |
Definition at line 26 of file TGo4ComExecLine.cxx.
TGo4ComExecLine::~TGo4ComExecLine | ( | ) | [virtual] |
Definition at line 34 of file TGo4ComExecLine.cxx.
Int_t TGo4ComExecLine::ExeCom | ( | ) | [virtual] |
Do the command action.
Reimplemented from TGo4Command.
Definition at line 38 of file TGo4ComExecLine.cxx.
const char* TGo4ComExecLine::GetLine | ( | ) | const [inline] |
void TGo4ComExecLine::SetLine | ( | const char * | name | ) | [inline] |
TString TGo4ComExecLine::fxLine [private] |