Qt 4.8
|
#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) |
#define QT_QWS_TEMP_DIR QLatin1String("/tmp") |
#define QT_VFB_DATADIR | ( | DISPLAY | ) |
Definition at line 74 of file qvfbhdr.h.
Referenced by qws_dataDir().
#define QT_VFB_KEYBOARD_PIPE | ( | DISPLAY | ) |
Definition at line 78 of file qvfbhdr.h.
Referenced by QVFbScreen::initDevice(), and QVFbScreenKeyboardHandler::QVFbScreenKeyboardHandler().
#define QT_VFB_MAP | ( | DISPLAY | ) |
#define QT_VFB_MOUSE_PIPE | ( | DISPLAY | ) |
Definition at line 76 of file qvfbhdr.h.
Referenced by QVFbScreen::connect(), QVFbScreenPrivate::connect(), QVFbScreen::initDevice(), and QVFbScreenMouseHandler::QVFbScreenMouseHandler().
#define QT_VFB_SOUND_PIPE | ( | DISPLAY | ) |
Definition at line 82 of file qvfbhdr.h.
Referenced by QWSSoundServerPrivate::feedDevice().
#define QTE_PIPE | ( | DISPLAY | ) |
Definition at line 84 of file qvfbhdr.h.
Referenced by qws_qtePipeFilename().