#ifndef ROOT_TExec
#define ROOT_TExec
#ifndef ROOT_TNamed
#include "TNamed.h"
#endif
class TExec : public TNamed {
public:
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) {SetTitle(action);}
ClassDef(TExec,1);
};
#endif
Last change: Wed Jun 25 08:38:45 2008
Last generated: 2008-06-25 08:38
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.