#include <TQApplication.h>
Inheritance diagram for TQApplication:
Public Member Functions | |
TQApplication () | |
TQApplication (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0) | |
virtual | ~TQApplication () |
virtual void | LoadGraphicsLibs () |
void | SetCustomized () |
Private Attributes | |
Bool_t | fCustomized |
Definition at line 30 of file TQApplication.h.
TQApplication::TQApplication | ( | ) |
TQApplication::TQApplication | ( | const char * | appClassName, | |
int * | argc, | |||
char ** | argv, | |||
void * | options = 0 , |
|||
int | numOptions = 0 | |||
) |
Definition at line 38 of file TQApplication.cxx.
References fCustomized, kFALSE, and LoadGraphicsLibs().
TQApplication::~TQApplication | ( | ) | [virtual] |
Definition at line 49 of file TQApplication.cxx.
References gApplication, and TApplication::Terminate().
void TQApplication::LoadGraphicsLibs | ( | ) | [virtual] |
Reimplemented from TApplication.
Definition at line 57 of file TQApplication.cxx.
References gGuiFactory, gROOT, TROOT::IsBatch(), and TROOT::LoadClass().
Referenced by TQApplication().
void TQApplication::SetCustomized | ( | ) |
Bool_t TQApplication::fCustomized [private] |