Qt 4.8
|
#include "qbbvirtualkeyboardpps.h"
#include <QDebug>
#include <QSocketNotifier>
#include <QtCore/private/qcore_unix_p.h>
#include <QtGui/QApplication>
#include <QtGui/QPlatformScreen>
#include <QtGui/QPlatformWindow>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <sys/iomsg.h>
#include <sys/pps.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | KEYBOARD_SHADOW_HEIGHT 8 |
#define KEYBOARD_SHADOW_HEIGHT 8 |
Definition at line 70 of file qbbvirtualkeyboardpps.cpp.
Referenced by QBBVirtualKeyboardPps::handleKeyboardInfoMessage().