Qt 4.8
Classes | Macros
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
 

Macros

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

Macro Definition Documentation

◆ QT_QWS_TEMP_DIR

#define QT_QWS_TEMP_DIR   QLatin1String("/tmp")

Definition at line 56 of file qvfbhdr.h.

◆ QT_VFB_DATADIR

#define QT_VFB_DATADIR (   DISPLAY)
Value:
QString::fromLatin1("%1/qtembedded-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
Definition: qstring.cpp:7186
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
Definition: qstring.cpp:4188

Definition at line 74 of file qvfbhdr.h.

Referenced by qws_dataDir().

◆ QT_VFB_KEYBOARD_PIPE

#define QT_VFB_KEYBOARD_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_keyboard-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
Definition: qstring.cpp:7186
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
Definition: qstring.cpp:4188

Definition at line 78 of file qvfbhdr.h.

Referenced by QVFbScreen::initDevice(), and QVFbScreenKeyboardHandler::QVFbScreenKeyboardHandler().

◆ QT_VFB_MAP

#define QT_VFB_MAP (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_map-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
Definition: qstring.cpp:7186
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
Definition: qstring.cpp:4188

Definition at line 80 of file qvfbhdr.h.

◆ QT_VFB_MOUSE_PIPE

#define QT_VFB_MOUSE_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qtvfb_mouse-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
Definition: qstring.cpp:7186
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
Definition: qstring.cpp:4188

Definition at line 76 of file qvfbhdr.h.

Referenced by QVFbScreen::connect(), QVFbScreenPrivate::connect(), QVFbScreen::initDevice(), and QVFbScreenMouseHandler::QVFbScreenMouseHandler().

◆ QT_VFB_SOUND_PIPE

#define QT_VFB_SOUND_PIPE (   DISPLAY)
Value:
QString::fromLatin1("%1/.qt_soundserver-%2") \
.arg(QT_QWS_TEMP_DIR).arg(DISPLAY)
#define QT_QWS_TEMP_DIR
Definition: qvfbhdr.h:56
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
Definition: qstring.cpp:7186
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
Definition: qstring.cpp:4188

Definition at line 82 of file qvfbhdr.h.

Referenced by QWSSoundServerPrivate::feedDevice().

◆ QTE_PIPE

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

Definition at line 84 of file qvfbhdr.h.

Referenced by qws_qtePipeFilename().

◆ QTE_PIPE_QVFB

#define QTE_PIPE_QVFB (   DISPLAY)    QTE_PIPE(DISPLAY)

Definition at line 86 of file qvfbhdr.h.