Qt 4.8
|
#include "qkbdtty_qws.h"
#include <QSocketNotifier>
#include <QStringList>
#include <qplatformdefs.h>
#include <private/qcore_unix_p.h>
#include <errno.h>
#include <termios.h>
#include <linux/kd.h>
#include <linux/vt.h>
#include "qscreen_qws.h"
#include "qwindowsystem_qws.h"
#include "qapplication.h"
#include "private/qwindowsurface_qws_p.h"
#include "private/qwssignalhandler_p.h"
#include "qkbdtty_qws.moc"
Go to the source code of this file.
Classes | |
class | QWSTtyKbPrivate |
Macros | |
#define | VTACQSIG SIGUSR1 |
#define | VTRELSIG SIGUSR2 |
#define VTACQSIG SIGUSR1 |
Definition at line 65 of file qkbdtty_qws.cpp.
Referenced by QWSTtyKbPrivate::handleConsoleSwitch(), and QWSTtyKbPrivate::QWSTtyKbPrivate().
#define VTRELSIG SIGUSR2 |
Definition at line 66 of file qkbdtty_qws.cpp.
Referenced by QWSTtyKbPrivate::handleConsoleSwitch(), and QWSTtyKbPrivate::QWSTtyKbPrivate().