Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TQApplication Class Reference

TQApplication Root application interfaced with Qt. More...

#include <tqapplication.h>

List of all members.

Public Methods

 TQApplication ()
virtual void LoadGraphicsLibs ()
 Here we overload the LoadGraphicsLibs() function. More...

 TQApplication (const char *appClassName, int *argc, char **argv, void *options=0, int numOptions=0)
virtual ~TQApplication ()
void setCustomized ()

Private Attributes

Bool_t customized


Detailed Description

TQApplication Root 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 51 of file tqapplication.h.


Constructor & Destructor Documentation

TQApplication::TQApplication   [inline]
 

Definition at line 58 of file tqapplication.h.

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

TQApplication::~TQApplication   [virtual]
 

Definition at line 63 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 72 of file tqapplication.cpp.

void TQApplication::setCustomized   [inline]
 

Definition at line 78 of file tqapplication.h.

References customized.


Member Data Documentation

Bool_t TQApplication::customized [private]
 

Definition at line 54 of file tqapplication.h.

Referenced by setCustomized().


The documentation for this class was generated from the following files:
Generated on Tue Nov 8 10:56:58 2005 for Go4-v2.10-5 by doxygen1.2.15