![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qvnc_p.h"#include "qvncscreen.h"#include "qvncclient.h"#include "QtNetwork/qtcpserver.h"#include "QtNetwork/qtcpsocket.h"#include <qendian.h>#include <qthread.h>#include <QtGui/qguiapplication.h>#include <QtGui/QWindow>#include <arpa/inet.h>#include <QtCore/QDebug>#include "moc_qvnc_p.cpp"Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcVnc, "qt.qpa.vnc") |
Variables | |
| struct { | |
| int keysym | |
| int keycode | |
| } | keyMap [] |
| QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcVnc | , |
| "qt.qpa.vnc" | ) |
| int keycode |
Definition at line 140 of file qvnc.cpp.
Referenced by QRfbKeyEvent::read().
| const struct { ... } keyMap |
| int keysym |
Definition at line 139 of file qvnc.cpp.
Referenced by QRfbKeyEvent::read().