29 fprintf( stderr,
"QtRoot-Debug: \n %s\n", msg );
33 fprintf( stderr,
"QtRoot-Warning: \n %s\n", msg );
36 fprintf( stderr,
"QtRoot-Fatal: \n %s\n", msg );
40 fprintf( stderr,
"QtRoot-Fatal: \n %s\n", msg );
50 QApplication(argc,argv), fQTimer(0), fRTimer(0)
54 QObject::connect(
fQTimer, SIGNAL(timeout()),
this, SLOT(
Execute()) );
void Execute()
Call the inner loop of ROOT.
void qMessageOutput(QtMsgType type, const char *msg)
void Quit()
Set a Qt-Specific error handler.
virtual void Start(Long_t milliSec=-1, Bool_t singleShot=kFALSE)
Starts the timer with a milliSec timeout.
R__EXTERN TSystem * gSystem
Handles synchronous and a-synchronous timer events.
virtual void InnerLoop()
Inner event loop.
TQRootApplication(const TQRootApplication &)
typedef void((*Func_t)())
virtual void Exit(int code, Bool_t mode=kTRUE)
Exit the application.