#include
<QtGui/qcolor.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qrect.h>
Go to the source code of this
file.
Define Documentation
| #define
QT_QWS_TEMP_DIR "/tmp" |
| #define QT_VFB_DATADIR |
( |
|
DISPLAY |
) |
|
| #define QT_VFB_MOUSE_PIPE |
( |
|
DISPLAY |
) |
QString("/tmp/.qtvfb_mouse-%1").arg(DISPLAY) |
| #define QT_VFB_KEYBOARD_PIPE |
( |
|
DISPLAY |
) |
QString("/tmp/.qtvfb_keyboard-%1").arg(DISPLAY) |
| #define QT_VFB_MAP |
( |
|
DISPLAY |
) |
QString("/tmp/.qtvfb_map-%1").arg(DISPLAY) |
| #define QT_VFB_SOUND_PIPE |
( |
|
DISPLAY |
) |
QString("/tmp/.qt_soundserver-%1").arg(DISPLAY) |
| #define QTE_PIPE |
( |
|
DISPLAY |
) |
|
| #define QTE_PIPE_QVFB |
( |
|
DISPLAY |
) |
|
Value:
QString("/tmp/qtembedded-%1/QtEmbedded-%1") \
.arg(DISPLAY)
Definition at line 84 of file qvfbhdr.h.