![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QOpenGLPixelTransferOptionsData:
Collaboration diagram for QOpenGLPixelTransferOptionsData:Public Member Functions | |
| 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. | |
| 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 |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 27 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.