![]() |
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>
Public Member Functions | |
| void | read (QTcpSocket *s) |
| void | write (QTcpSocket *s) |
Static Public Member Functions | |
| static int | size () |
Public Attributes | |
| int | bitsPerPixel |
| int | depth |
| bool | bigEndian |
| bool | trueColor |
| int | redBits |
| int | greenBits |
| int | blueBits |
| int | redShift |
| int | greenShift |
| int | blueShift |
| void QRfbPixelFormat::read | ( | QTcpSocket * | s | ) |
Definition at line 229 of file qvnc.cpp.
References bigEndian, bitsPerPixel, blueBits, blueShift, depth, greenBits, greenShift, redBits, redShift, and trueColor.
Referenced by QRfbServerInit::read().
|
inlinestatic |
Definition at line 86 of file qvnc_p.h.
Referenced by QRfbServerInit::size().
| void QRfbPixelFormat::write | ( | QTcpSocket * | s | ) |
Definition at line 255 of file qvnc.cpp.
References bigEndian, bitsPerPixel, blueBits, blueShift, depth, greenBits, greenShift, redBits, redShift, and trueColor.
Referenced by QRfbServerInit::write().
| bool QRfbPixelFormat::bigEndian |
| int QRfbPixelFormat::bitsPerPixel |
Definition at line 91 of file qvnc_p.h.
Referenced by QVncClient::clientBytesPerPixel(), QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::blueBits |
Definition at line 97 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::blueShift |
Definition at line 100 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::depth |
| int QRfbPixelFormat::greenBits |
Definition at line 96 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::greenShift |
Definition at line 99 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::redBits |
Definition at line 95 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| int QRfbPixelFormat::redShift |
Definition at line 98 of file qvnc_p.h.
Referenced by QVncClient::convertPixels(), read(), and write().
| bool QRfbPixelFormat::trueColor |