![]() |
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 | |
QRfbServerInit () | |
~QRfbServerInit () | |
int | size () const |
void | setName (const char *n) |
void | read (QTcpSocket *s) |
void | write (QTcpSocket *s) |
Public Attributes | |
quint16 | width |
quint16 | height |
QRfbPixelFormat | format |
char * | name |
|
inline |
void QRfbServerInit::read | ( | QTcpSocket * | s | ) |
Definition at line 289 of file qvnc.cpp.
References format, name, and QRfbPixelFormat::read().
void QRfbServerInit::setName | ( | const char * | n | ) |
|
inline |
Definition at line 109 of file qvnc_p.h.
References name, and QRfbPixelFormat::size().
void QRfbServerInit::write | ( | QTcpSocket * | s | ) |
Definition at line 306 of file qvnc.cpp.
References format, and QRfbPixelFormat::write().
QRfbPixelFormat QRfbServerInit::format |
char* QRfbServerInit::name |
Definition at line 118 of file qvnc_p.h.
Referenced by QRfbServerInit(), ~QRfbServerInit(), read(), testing.tools.encode_pdf_filter._PdfStream::RegisterByName(), setName(), and size().