#include "QRootApplication.h"
#include <stdlib.h>
#include "TTimer.h"
#include "TSystem.h"
#include "Riostream.h"
#include <QtCore/QObject>
#include <QtCore/QTimer>
#include <X11/Xlib.h>
Go to the source code of this file.
Functions | |
static int | qt_x11_errhandler (Display *dpy, XErrorEvent *err) |
void | qMessageOutput (QtMsgType type, const char *msg) |
void qMessageOutput | ( | QtMsgType | type, | |
const char * | msg | |||
) |
Definition at line 68 of file QRootApplication.cpp.
References QRootApplication::fDebug, and QRootApplication::fWarning.
Referenced by QRootApplication::QRootApplication().
static int qt_x11_errhandler | ( | Display * | dpy, | |
XErrorEvent * | err | |||
) | [static] |
Definition at line 42 of file QRootApplication.cpp.
Referenced by QRootApplication::QRootApplication().