![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QOpenGLPixelTransferOptionsData () | |
QOpenGLPixelTransferOptionsData () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
int | alignment |
int | skipImages |
int | skipRows |
int | skipPixels |
int | imageHeight |
int | rowLength |
bool | lsbFirst |
bool | swapBytes |
![]() | |
QAtomicInt | ref |
Definition at line 27 of file qopenglpixeltransferoptions.cpp.
|
inline |
Definition at line 30 of file qopenglpixeltransferoptions.cpp.
|
inline |
Definition at line 30 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::alignment |
Definition at line 41 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::imageHeight |
Definition at line 45 of file qopenglpixeltransferoptions.cpp.
bool QOpenGLPixelTransferOptionsData::lsbFirst |
Definition at line 47 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::rowLength |
Definition at line 46 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::skipImages |
Definition at line 42 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::skipPixels |
Definition at line 44 of file qopenglpixeltransferoptions.cpp.
int QOpenGLPixelTransferOptionsData::skipRows |
Definition at line 43 of file qopenglpixeltransferoptions.cpp.
bool QOpenGLPixelTransferOptionsData::swapBytes |
Definition at line 48 of file qopenglpixeltransferoptions.cpp.