Qt 4.8
|
#include <qscreenvnc_p.h>
Public Functions | |
QRfbRect () | |
QRfbRect (quint16 _x, quint16 _y, quint16 _w, quint16 _h) | |
QRfbRect () | |
QRfbRect (quint16 _x, quint16 _y, quint16 _w, quint16 _h) | |
void | read (QTcpSocket *s) |
void | read (QTcpSocket *s) |
void | write (QTcpSocket *s) const |
void | write (QTcpSocket *s) const |
Public Variables | |
quint16 | h |
quint16 | w |
quint16 | x |
quint16 | y |
Definition at line 141 of file qscreenvnc_p.h.
|
inline |
Definition at line 144 of file qscreenvnc_p.h.
Definition at line 145 of file qscreenvnc_p.h.
|
inline |
Definition at line 146 of file qvncserver.h.
Definition at line 147 of file qvncserver.h.
void QRfbRect::read | ( | QTcpSocket * | s | ) |
Definition at line 361 of file qscreenvnc_qws.cpp.
void QRfbRect::read | ( | QTcpSocket * | s | ) |
void QRfbRect::write | ( | QTcpSocket * | s | ) | const |
Definition at line 371 of file qscreenvnc_qws.cpp.
Referenced by QVNCDirtyMap::QVNCDirtyMap(), QRfbRawEncoder::write(), and QRfbHextileEncoder< SRC >::write().
void QRfbRect::write | ( | QTcpSocket * | s | ) | const |
quint16 QRfbRect::h |
Definition at line 155 of file qscreenvnc_p.h.
Referenced by QVNCServer::frameBufferUpdateRequest(), QVNCDirtyMap::QVNCDirtyMap(), and QRfbHextileEncoder< SRC >::write().
quint16 QRfbRect::w |
Definition at line 154 of file qscreenvnc_p.h.
Referenced by QVNCServer::frameBufferUpdateRequest(), QVNCDirtyMap::QVNCDirtyMap(), and QRfbHextileEncoder< SRC >::write().
quint16 QRfbRect::x |
Definition at line 152 of file qscreenvnc_p.h.
Referenced by buttonChange(), QVNCServer::frameBufferUpdateRequest(), QVNCDirtyMap::QVNCDirtyMap(), and QRfbHextileEncoder< SRC >::write().
quint16 QRfbRect::y |
Definition at line 153 of file qscreenvnc_p.h.
Referenced by buttonChange(), QVNCServer::frameBufferUpdateRequest(), QVNCDirtyMap::QVNCDirtyMap(), and QRfbHextileEncoder< SRC >::write().