43 Int_t *argc,
char **argv,
void *options,
Int_t numOptions)
44 :
TApplication(appClassName,argc,argv,options,numOptions)
66 if (
gROOT->IsBatch())
return;
67 gROOT->LoadClass(
"TCanvas",
"Gpad");
virtual void LoadGraphicsLibs()
Here we overload the LoadGraphicsLibs() function.
virtual ~TQApplication()
Delete ROOT application environment.
virtual void Terminate(Int_t status=0)
Terminate the application by call TSystem::Exit() unless application has been told to return from Run...
R__EXTERN TApplication * gApplication
TQApplication()
Used by Dictionary()
R__EXTERN TGuiFactory * gGuiFactory
void SetCustomized()
Set the custom flag.
This class creates the ROOT Application Environment that interfaces to the windowing system eventloop...