Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TQApplication Class Reference

TQApplicationRoot application interfaced with Qt. More...

#include <tqapplication.h>

List of all members.

Public Member Functions

 TQApplication ()
 TQApplication (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0)
virtual ~TQApplication ()
virtual void LoadGraphicsLibs ()
 Here we overload the LoadGraphicsLibs() function.
void setCustomized ()

Private Attributes

Bool_t customized


Detailed Description

TQApplicationRoot application interfaced with Qt.

This class creates Root environement that will interface with the Qt windowing system eventloop and eventhandlers. This class will be instantiated ones (singleton) in a main() program.

See also:
TApplication
Authors:
Denis Bertini <d.bertini@gsi.de> , Manuel Sanchez <m.sanchez@gsi.de>
Version:
0.7b

Definition at line 49 of file tqapplication.h.


Constructor & Destructor Documentation

TQApplication::TQApplication  ) 
 

Definition at line 54 of file tqapplication.cpp.

TQApplication::TQApplication const char *  appClassName,
int *  argc,
char **  argv,
void *  options = 0,
int  numOptions = 0
 

TQApplication::~TQApplication  )  [virtual]
 

Definition at line 71 of file tqapplication.cpp.


Member Function Documentation

void TQApplication::LoadGraphicsLibs  )  [virtual]
 

Here we overload the LoadGraphicsLibs() function.

This function now just instantiates a QRootGuiFactory object and redirect the global pointer gGuiFactory to point to it.

Definition at line 81 of file tqapplication.cpp.

void TQApplication::setCustomized  ) 
 

Definition at line 93 of file tqapplication.cpp.

References customized.


Member Data Documentation

Bool_t TQApplication::customized [private]
 

Definition at line 68 of file tqapplication.h.

Referenced by setCustomized().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 13:01:25 2008 for Go4-v3.04-1 by  doxygen 1.4.2