#ifndef ROOT_TPyROOTApplication
#define ROOT_TPyROOTApplication
#ifndef ROOT_TApplication
#include "TApplication.h"
#endif
namespace PyROOT {
class TPyROOTApplication : public TApplication {
public:
static Bool_t CreatePyROOTApplication( Bool_t bLoadLibs = kTRUE );
static Bool_t InitROOTGlobals();
static Bool_t InitCINTMessageCallback();
static Bool_t InitROOTMessageCallback();
public:
TPyROOTApplication(
const char* acn, Int_t* argc, char** argv, Bool_t bLoadLibs = kTRUE );
virtual ~TPyROOTApplication() { }
ClassDef(TPyROOTApplication,0)
};
}
#endif
Last change: Wed Jun 25 08:29:12 2008
Last generated: 2008-06-25 08:29
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.