#include <TGApplication.h>
Inheritance diagram for TGApplication:
Public Member Functions | |
TGApplication (const char *appClassName, Int_t *argc, char **argv, void *options=0, Int_t numOptions=0) | |
virtual | ~TGApplication () |
virtual void | GetOptions (Int_t *argc, char **argv) |
TGApplication (const char *appClassName, Int_t *argc, char **argv, void *options=0, Int_t numOptions=0) | |
virtual | ~TGApplication () |
virtual void | GetOptions (Int_t *argc, char **argv) |
Protected Member Functions | |
TGApplication () | |
virtual void | LoadGraphicsLibs () |
TGApplication () | |
virtual void | LoadGraphicsLibs () |
Private Attributes | |
char * | fDisplay |
TGClient * | fClient |
char * | fDisplay |
TGClient * | fClient |
Definition at line 33 of file TGApplication.h.
TGApplication::TGApplication | ( | ) | [inline, protected] |
Definition at line 40 of file TGApplication.h.
TGApplication::TGApplication | ( | const char * | appClassName, | |
Int_t * | argc, | |||
char ** | argv, | |||
void * | options = 0 , |
|||
Int_t | numOptions = 0 | |||
) |
TGApplication::~TGApplication | ( | ) | [virtual] |
TGApplication::TGApplication | ( | ) | [inline, protected] |
Definition at line 40 of file TGApplication.h.
TGApplication::TGApplication | ( | const char * | appClassName, | |
Int_t * | argc, | |||
char ** | argv, | |||
void * | options = 0 , |
|||
Int_t | numOptions = 0 | |||
) |
virtual TGApplication::~TGApplication | ( | ) | [virtual] |
void TGApplication::LoadGraphicsLibs | ( | ) | [protected, virtual] |
Reimplemented from TApplication.
Definition at line 145 of file TGApplication.cxx.
References TPluginManager::FindHandler(), gEnv, TROOT::GetPluginManager(), TEnv::GetValue(), gROOT, gVirtualX, h, name, title, and TString::ToLower().
void TGApplication::GetOptions | ( | Int_t * | argc, | |
char ** | argv | |||
) | [virtual] |
virtual void TGApplication::LoadGraphicsLibs | ( | ) | [protected, virtual] |
Reimplemented from TApplication.
virtual void TGApplication::GetOptions | ( | Int_t * | argc, | |
char ** | argv | |||
) | [virtual] |
Reimplemented from TApplication.
char* TGApplication::fDisplay [private] |
TGClient* TGApplication::fClient [private] |
char* TGApplication::fDisplay [private] |
Definition at line 36 of file TGApplication.h.
TGClient* TGApplication::fClient [private] |
Definition at line 37 of file TGApplication.h.