Qt 4.8
|
#include "qscreenvnc_qws.h"
#include "qscreenvnc_p.h"
#include "qwindowsystem_qws.h"
#include "qwsdisplay_qws.h"
#include "qscreendriverfactory_qws.h"
#include <QtCore/qtimer.h>
#include <QtCore/qregexp.h>
#include <QtGui/qwidget.h>
#include <QtGui/qpolygon.h>
#include <QtGui/qpainter.h>
#include <qdebug.h>
#include <private/qwindowsurface_qws_p.h>
#include <private/qwssignalhandler_p.h>
#include <private/qwidget_p.h>
#include <private/qdrawhelper_p.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static void | blendCursor (QImage &image, const QRect &imageRect) |
static int | getDisplayId (const QString &spec) |
QString | qws_qtePipeFilename () |
Variables | |
struct { | |
int keycode | |
int keysym | |
} | keyMap [] |
Definition at line 1651 of file qscreenvnc_qws.cpp.
Referenced by QRfbRawEncoder::write(), and QRfbHextileEncoder< SRC >::write().
|
static |
Definition at line 2129 of file qscreenvnc_qws.cpp.
Referenced by QVNCScreen::connect().
QString qws_qtePipeFilename | ( | ) |
Definition at line 220 of file qapplication_qws.cpp.
Referenced by QVNCScreenPrivate::configure(), QWSDisplay::Data::connectToPipe(), QWSDisplay::Data::init(), and QWSDisplay::Data::reinit().
int keycode |
Definition at line 292 of file qscreenvnc_qws.cpp.
Referenced by QWSIntKbPrivate::dataReady(), QAxWidget::qObject(), QRfbKeyEvent::read(), QDirectFBKeyboardHandlerPrivate::readKeyboardData(), QWSServerPrivate::sendKeyEventUnfiltered(), QRfbServerInit::size(), translateKeySym(), and QWSServer::KeyboardFilter::~KeyboardFilter().
const { ... } keyMap[] |
Referenced by QRfbKeyEvent::read().
int keysym |
Definition at line 291 of file qscreenvnc_qws.cpp.
Referenced by qt_keyrelease_scanner(), QRfbKeyEvent::read(), and translateKeySym().