Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRfbRect Class Reference

#include <qvnc_p.h>

+ Collaboration diagram for QRfbRect:

Public Member Functions

 QRfbRect ()
 
 QRfbRect (quint16 _x, quint16 _y, quint16 _w, quint16 _h)
 
void read (QTcpSocket *s)
 
void write (QTcpSocket *s) const
 

Public Attributes

quint16 x
 
quint16 y
 
quint16 w
 
quint16 h
 

Detailed Description

Definition at line 66 of file qvnc_p.h.

Constructor & Destructor Documentation

◆ QRfbRect() [1/2]

QRfbRect::QRfbRect ( )
inline

Definition at line 69 of file qvnc_p.h.

◆ QRfbRect() [2/2]

QRfbRect::QRfbRect ( quint16 _x,
quint16 _y,
quint16 _w,
quint16 _h )
inline

Definition at line 70 of file qvnc_p.h.

Member Function Documentation

◆ read()

void QRfbRect::read ( QTcpSocket * s)

Definition at line 209 of file qvnc.cpp.

◆ write()

void QRfbRect::write ( QTcpSocket * s) const

Definition at line 219 of file qvnc.cpp.

Member Data Documentation

◆ h

quint16 QRfbRect::h

Definition at line 80 of file qvnc_p.h.

◆ w

quint16 QRfbRect::w

Definition at line 79 of file qvnc_p.h.

◆ x

quint16 QRfbRect::x

Definition at line 77 of file qvnc_p.h.

◆ y

quint16 QRfbRect::y

Definition at line 78 of file qvnc_p.h.


The documentation for this class was generated from the following files: