library: libQtGSI #include "TQApplication.h" |
TQApplication
class description - header file - source file - inheritance tree (.pdf)
public:
TQApplication()
TQApplication(const char* appClassName, int* argc, char** argv, void* options = 0, int numOptions = 0)
TQApplication(const TQApplication&)
virtual ~TQApplication()
static TClass* Class()
virtual TClass* IsA() const
virtual void LoadGraphicsLibs()
void SetCustomized()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Bool_t fCustomized flag for customized canvas implimentation
TQApplication
This class create the ROOT native GUI version of the ROOT
application environment. This in contrast to the Win32 version.
Once the native widgets work on Win32 this class can be folded into
the TApplication class (since all graphic will go via TVirtualX).
TQApplication(const char *appClassName, Int_t *argc, char **argv, void *options, Int_t numOptions)
Create the root application and load the graphic libraries
void LoadGraphicsLibs()
Here we overload the LoadGraphicsLibs() function.
This function now just instantiates a QRootGuiFactory
object and redirect the global pointer gGuiFactory to point
to it.
Author: Denis Bertini, M. Al-Turany 01/11/2000
Last update: root/qtgsi:$Name: $:$Id: TQApplication.cxx,v 1.2 2006/04/12 10:07:21 brun Exp $
Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
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.