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
QRfbPixelFormat Class Reference

#include <qvnc_p.h>

+ Collaboration diagram for QRfbPixelFormat:

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
 

Detailed Description

Definition at line 83 of file qvnc_p.h.

Member Function Documentation

◆ read()

void QRfbPixelFormat::read ( QTcpSocket * s)

Definition at line 229 of file qvnc.cpp.

References bitsPerPixel(), blueShift(), greenShift(), and redShift().

+ Here is the call graph for this function:

◆ size()

static int QRfbPixelFormat::size ( )
inlinestatic

Definition at line 86 of file qvnc_p.h.

Referenced by QRfbServerInit::size().

+ Here is the caller graph for this function:

◆ write()

void QRfbPixelFormat::write ( QTcpSocket * s)

Definition at line 255 of file qvnc.cpp.

References bitsPerPixel(), blueShift(), greenShift(), i, and redShift().

+ Here is the call graph for this function:

Member Data Documentation

◆ bigEndian

bool QRfbPixelFormat::bigEndian

Definition at line 93 of file qvnc_p.h.

◆ bitsPerPixel

int QRfbPixelFormat::bitsPerPixel

Definition at line 91 of file qvnc_p.h.

Referenced by QVncClient::clientBytesPerPixel(), and QVncClient::convertPixels().

◆ blueBits

int QRfbPixelFormat::blueBits

Definition at line 97 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ blueShift

int QRfbPixelFormat::blueShift

Definition at line 100 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ depth

int QRfbPixelFormat::depth

Definition at line 92 of file qvnc_p.h.

◆ greenBits

int QRfbPixelFormat::greenBits

Definition at line 96 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ greenShift

int QRfbPixelFormat::greenShift

Definition at line 99 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ redBits

int QRfbPixelFormat::redBits

Definition at line 95 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ redShift

int QRfbPixelFormat::redShift

Definition at line 98 of file qvnc_p.h.

Referenced by QVncClient::convertPixels().

◆ trueColor

bool QRfbPixelFormat::trueColor

Definition at line 94 of file qvnc_p.h.


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