QtGui/qvfbhdr.h File Reference

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

Classes

struct  QVFbHeader
 
struct  QVFbKeyData
 

Macros

#define QT_QWS_TEMP_DIR   QLatin1String("/tmp")
 
#define QT_VFB_DATADIR(DISPLAY)
 
#define QT_VFB_MOUSE_PIPE(DISPLAY)
 
#define QT_VFB_KEYBOARD_PIPE(DISPLAY)
 
#define QT_VFB_MAP(DISPLAY)
 
#define QT_VFB_SOUND_PIPE(DISPLAY)
 
#define QTE_PIPE(DISPLAY)
 
#define QTE_PIPE_QVFB(DISPLAY)    QTE_PIPE(DISPLAY)
 

Macro Definition Documentation

#define QT_QWS_TEMP_DIR   QLatin1String("/tmp")

Definition at line 56 of file qvfbhdr.h.

#define QT_VFB_DATADIR (   DISPLAY)
Value:
QString::fromLatin1("%1/qtembedded-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56

Definition at line 74 of file qvfbhdr.h.

#define QT_VFB_MOUSE_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_mouse-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56

Definition at line 76 of file qvfbhdr.h.

#define QT_VFB_KEYBOARD_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_keyboard-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56

Definition at line 78 of file qvfbhdr.h.

#define QT_VFB_MAP (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_map-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56

Definition at line 80 of file qvfbhdr.h.

#define QT_VFB_SOUND_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qt_soundserver-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
static QString fromLatin1(const char *, int size=-1)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56

Definition at line 82 of file qvfbhdr.h.

#define QTE_PIPE (   DISPLAY)
Value:
QT_VFB_DATADIR(DISPLAY) \
.append(QLatin1String("/QtEmbedded-%1")).arg(DISPLAY)
#define QT_VFB_DATADIR(DISPLAY)
Definition: qvfbhdr.h:74

Definition at line 84 of file qvfbhdr.h.

#define QTE_PIPE_QVFB (   DISPLAY)    QTE_PIPE(DISPLAY)

Definition at line 86 of file qvfbhdr.h.

Go to the source code of this file.