45 #include <QtGui/qcolor.h> 46 #include <QtGui/qwindowdefs.h> 47 #include <QtCore/qrect.h> 55 #ifndef QT_QWS_TEMP_DIR 56 # define QT_QWS_TEMP_DIR QLatin1String("/tmp") 60 #define QT_VFB_DATADIR(DISPLAY) QString::fromLatin1("%1/qtembedded-%2-%3") \ 61 .arg(QT_QWS_TEMP_DIR).arg(getuid()).arg(DISPLAY) 62 #define QT_VFB_MOUSE_PIPE(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 63 .append(QLatin1String("/qtvfb_mouse")) 64 #define QT_VFB_KEYBOARD_PIPE(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 65 .append(QLatin1String("/qtvfb_keyboard")) 66 #define QT_VFB_MAP(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 67 .append(QLatin1String("/qtvfb_map")) 68 #define QT_VFB_SOUND_PIPE(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 69 .append(QLatin1String("/qt_soundserver")) 70 #define QTE_PIPE(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 71 .append(QLatin1String("/QtEmbedded")) 72 #define QTE_PIPE_QVFB(DISPLAY) QTE_PIPE(DISPLAY) 74 #define QT_VFB_DATADIR(DISPLAY) QString::fromLatin1("%1/qtembedded-%2") \ 75 .arg(QT_QWS_TEMP_DIR).arg(DISPLAY) 76 #define QT_VFB_MOUSE_PIPE(DISPLAY) QString::fromLatin1("%1/.qtvfb_mouse-%2") \ 77 .arg(QT_QWS_TEMP_DIR).arg(DISPLAY) 78 #define QT_VFB_KEYBOARD_PIPE(DISPLAY) QString::fromLatin1("%1/.qtvfb_keyboard-%2") \ 79 .arg(QT_QWS_TEMP_DIR).arg(DISPLAY) 80 #define QT_VFB_MAP(DISPLAY) QString::fromLatin1("%1/.qtvfb_map-%2") \ 81 .arg(QT_QWS_TEMP_DIR).arg(DISPLAY) 82 #define QT_VFB_SOUND_PIPE(DISPLAY) QString::fromLatin1("%1/.qt_soundserver-%2") \ 83 .arg(QT_QWS_TEMP_DIR).arg(DISPLAY) 84 #define QTE_PIPE(DISPLAY) QT_VFB_DATADIR(DISPLAY) \ 85 .append(QLatin1String("/QtEmbedded-%1")).arg(DISPLAY) 86 #define QTE_PIPE_QVFB(DISPLAY) QTE_PIPE(DISPLAY)
#define QT_END_NAMESPACE
This macro expands to.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRect class defines a rectangle in the plane using integer precision.
unsigned short int unicode
Qt::KeyboardModifiers modifiers