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
QOpenGLPixelTransferOptionsData Class Reference
Inheritance diagram for QOpenGLPixelTransferOptionsData:
Collaboration diagram for QOpenGLPixelTransferOptionsData:

Public Member Functions

 QOpenGLPixelTransferOptionsData ()
 QOpenGLPixelTransferOptionsData ()
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (const QSharedData &)=delete
 ~QSharedData ()=default

Public Attributes

int alignment
int skipImages
int skipRows
int skipPixels
int imageHeight
int rowLength
bool lsbFirst
bool swapBytes
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 27 of file qopenglpixeltransferoptions.cpp.

Constructor & Destructor Documentation

◆ QOpenGLPixelTransferOptionsData() [1/2]

QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsData ( )
inline

Definition at line 30 of file qopenglpixeltransferoptions.cpp.

◆ QOpenGLPixelTransferOptionsData() [2/2]

QOpenGLPixelTransferOptionsData::QOpenGLPixelTransferOptionsData ( )
inline

Definition at line 30 of file qopenglpixeltransferoptions.cpp.

Member Data Documentation

◆ alignment

int QOpenGLPixelTransferOptionsData::alignment

Definition at line 41 of file qopenglpixeltransferoptions.cpp.

◆ imageHeight

int QOpenGLPixelTransferOptionsData::imageHeight

Definition at line 45 of file qopenglpixeltransferoptions.cpp.

◆ lsbFirst

bool QOpenGLPixelTransferOptionsData::lsbFirst

Definition at line 47 of file qopenglpixeltransferoptions.cpp.

◆ rowLength

int QOpenGLPixelTransferOptionsData::rowLength

Definition at line 46 of file qopenglpixeltransferoptions.cpp.

◆ skipImages

int QOpenGLPixelTransferOptionsData::skipImages

Definition at line 42 of file qopenglpixeltransferoptions.cpp.

◆ skipPixels

int QOpenGLPixelTransferOptionsData::skipPixels

Definition at line 44 of file qopenglpixeltransferoptions.cpp.

◆ skipRows

int QOpenGLPixelTransferOptionsData::skipRows

Definition at line 43 of file qopenglpixeltransferoptions.cpp.

◆ swapBytes

bool QOpenGLPixelTransferOptionsData::swapBytes

Definition at line 48 of file qopenglpixeltransferoptions.cpp.


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