#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();
public:
   TPyROOTApplication(
      const char* acn, Int_t* argc, char** argv, Bool_t bLoadLibs = kTRUE );
   virtual ~TPyROOTApplication() { }
   ClassDef(TPyROOTApplication,0)   
};
} 
#endif
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.