#ifndef ROOT_TGApplication
#define ROOT_TGApplication
#ifndef ROOT_TApplication
#include "TApplication.h"
#endif
class TGClient;
class TGApplication : public TApplication {
private:
char *fDisplay;
TGClient *fClient;
protected:
TGApplication() : fDisplay(0), fClient(0) { }
virtual void LoadGraphicsLibs();
public:
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);
ClassDef(TGApplication,0)
};
#endif
Last change: Wed Jun 25 08:39:26 2008
Last generated: 2008-06-25 08:39
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.