qvfbhdr.h File Reference

#include <QtGui/qcolor.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qrect.h>

Go to the source code of this file.

Classes

struct   QVFbHeader
struct   QVFbKeyData

Defines

#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)

Define Documentation

#define QT_QWS_TEMP_DIR   "/tmp"

Definition at line 56 of file qvfbhdr.h.

#define QT_VFB_DATADIR (   DISPLAY )
Value:
QString("%1/qtembedded-%2") \
                                .arg(QT_QWS_TEMP_DIR).arg(DISPLAY)

Definition at line 75 of file qvfbhdr.h.

#define QT_VFB_MOUSE_PIPE (   DISPLAY )    QString("/tmp/.qtvfb_mouse-%1").arg(DISPLAY)

Definition at line 77 of file qvfbhdr.h.

#define QT_VFB_KEYBOARD_PIPE (   DISPLAY )    QString("/tmp/.qtvfb_keyboard-%1").arg(DISPLAY)

Definition at line 78 of file qvfbhdr.h.

#define QT_VFB_MAP (   DISPLAY )    QString("/tmp/.qtvfb_map-%1").arg(DISPLAY)

Definition at line 79 of file qvfbhdr.h.

#define QT_VFB_SOUND_PIPE (   DISPLAY )    QString("/tmp/.qt_soundserver-%1").arg(DISPLAY)

Definition at line 80 of file qvfbhdr.h.

#define QTE_PIPE (   DISPLAY )
Value:
QT_VFB_DATADIR(DISPLAY)   \
                                      .append("/QtEmbedded-%1") \
                                      .arg(DISPLAY)

Definition at line 81 of file qvfbhdr.h.

#define QTE_PIPE_QVFB (   DISPLAY )
Value:
QString("/tmp/qtembedded-%1/QtEmbedded-%1") \
                                      .arg(DISPLAY)

Definition at line 84 of file qvfbhdr.h.