Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRfbServerInit Class Reference

#include <qvnc_p.h>

Collaboration diagram for QRfbServerInit:

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

Detailed Description

Definition at line 103 of file qvnc_p.h.

Constructor & Destructor Documentation

◆ QRfbServerInit()

QRfbServerInit::QRfbServerInit ( )
inline

Definition at line 106 of file qvnc_p.h.

References name.

◆ ~QRfbServerInit()

QRfbServerInit::~QRfbServerInit ( )
inline

Definition at line 107 of file qvnc_p.h.

References name.

Member Function Documentation

◆ read()

void QRfbServerInit::read ( QTcpSocket * s)

Definition at line 289 of file qvnc.cpp.

References format, name, and QRfbPixelFormat::read().

Here is the call graph for this function:

◆ setName()

void QRfbServerInit::setName ( const char * n)

Definition at line 282 of file qvnc.cpp.

References name.

◆ size()

int QRfbServerInit::size ( ) const
inline

Definition at line 109 of file qvnc_p.h.

References name, and QRfbPixelFormat::size().

Here is the call graph for this function:

◆ write()

void QRfbServerInit::write ( QTcpSocket * s)

Definition at line 306 of file qvnc.cpp.

References format, and QRfbPixelFormat::write().

Here is the call graph for this function:

Member Data Documentation

◆ format

QRfbPixelFormat QRfbServerInit::format

Definition at line 117 of file qvnc_p.h.

Referenced by read(), and write().

◆ height

quint16 QRfbServerInit::height

Definition at line 116 of file qvnc_p.h.

◆ name

char* QRfbServerInit::name

◆ width

quint16 QRfbServerInit::width

Definition at line 115 of file qvnc_p.h.


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