#include <TExec.h>
Inheritance diagram for TExec:

Public Member Functions | |
| TExec () | |
| TExec (const char *name, const char *command) | |
| TExec (const TExec &text) | |
| virtual | ~TExec () |
| virtual void | Exec (const char *command="") |
| virtual void | Paint (Option_t *option="") |
| virtual void | SavePrimitive (ostream &out, Option_t *option="") |
| virtual void | SetAction (const char *action) |
| ClassDef (TExec, 1) | |
| TExec () | |
| TExec (const char *name, const char *command) | |
| TExec (const TExec &text) | |
| virtual | ~TExec () |
| virtual void | Exec (const char *command="") |
| virtual void | Paint (Option_t *option="") |
| virtual void | SavePrimitive (ostream &out, Option_t *option="") |
| virtual void | SetAction (const char *action) |
| ClassDef (TExec, 1) | |
Definition at line 30 of file TExec.h.
| TExec::TExec | ( | ) |
| TExec::TExec | ( | const TExec & | text | ) |
| TExec::TExec | ( | ) |
| TExec::TExec | ( | const char * | name, | |
| const char * | command | |||
| ) |
| TExec::TExec | ( | const TExec & | text | ) |
| virtual TExec::~TExec | ( | ) | [virtual] |
| void TExec::Exec | ( | const char * | command = "" |
) | [virtual] |
Definition at line 123 of file TExec.cxx.
References TNamed::GetName(), TNamed::GetTitle(), gROOT, TROOT::ProcessLine(), and snprintf.
Referenced by TPad::AutoExec(), TRef::GetObject(), and Paint().
| void TExec::Paint | ( | Option_t * | option = "" |
) | [virtual] |
| void TExec::SavePrimitive | ( | ostream & | out, | |
| Option_t * | option = "" | |||
| ) | [virtual] |
Reimplemented from TObject.
Definition at line 159 of file TExec.cxx.
References xmlio::Class, TROOT::ClassSaved(), TNamed::GetName(), TNamed::GetTitle(), and gROOT.
| virtual void TExec::SetAction | ( | const char * | action | ) | [inline, virtual] |
| TExec::ClassDef | ( | TExec | , | |
| 1 | ||||
| ) |
| virtual void TExec::Exec | ( | const char * | command = "" |
) | [virtual] |
| virtual void TExec::SavePrimitive | ( | ostream & | out, | |
| Option_t * | option = "" | |||
| ) | [virtual] |
Reimplemented from TObject.
| virtual void TExec::SetAction | ( | const char * | action | ) | [inline, virtual] |
| TExec::ClassDef | ( | TExec | , | |
| 1 | ||||
| ) |
1.5.1