![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/QDataStream>
Include dependency graph for ddsheader.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | DDSPixelFormat |
| struct | DDSHeader |
| struct | DDSHeaderDX10 |
Functions | |
| QDataStream & | operator>> (QDataStream &s, DDSPixelFormat &pixelFormat) |
| QDataStream & | operator<< (QDataStream &s, const DDSPixelFormat &pixelFormat) |
| QDataStream & | operator>> (QDataStream &s, DDSHeader &header) |
| QDataStream & | operator<< (QDataStream &s, const DDSHeader &header) |
| QDataStream & | operator>> (QDataStream &s, DDSHeaderDX10 &header) |
| QDataStream & | operator<< (QDataStream &s, const DDSHeaderDX10 &header) |
| enum Format |
Definition at line 14 of file ddsheader.h.
| QDataStream & operator<< | ( | QDataStream & | s, |
| const DDSHeader & | header | ||
| ) |
Definition at line 58 of file ddsheader.cpp.
References header(), i, DDSHeader::ReservedCount, and QString::size().
Here is the call graph for this function:| QDataStream & operator<< | ( | QDataStream & | s, |
| const DDSHeaderDX10 & | header | ||
| ) |
Definition at line 89 of file ddsheader.cpp.
References header().
Here is the call graph for this function:| QDataStream & operator<< | ( | QDataStream & | s, |
| const DDSPixelFormat & | pixelFormat | ||
| ) |
Definition at line 24 of file ddsheader.cpp.
References DDSPixelFormat::aBitMask, DDSPixelFormat::bBitMask, DDSPixelFormat::flags, DDSPixelFormat::fourCC, DDSPixelFormat::gBitMask, DDSPixelFormat::rBitMask, DDSPixelFormat::rgbBitCount, and DDSPixelFormat::size.
| QDataStream & operator>> | ( | QDataStream & | s, |
| DDSHeader & | header | ||
| ) |
Definition at line 37 of file ddsheader.cpp.
References header(), i, DDSHeader::ReservedCount, and QString::size().
Here is the call graph for this function:| QDataStream & operator>> | ( | QDataStream & | s, |
| DDSHeaderDX10 & | header | ||
| ) |
Definition at line 79 of file ddsheader.cpp.
References header().
Here is the call graph for this function:| QDataStream & operator>> | ( | QDataStream & | s, |
| DDSPixelFormat & | pixelFormat | ||
| ) |
Definition at line 11 of file ddsheader.cpp.
References DDSPixelFormat::aBitMask, DDSPixelFormat::bBitMask, DDSPixelFormat::flags, DDSPixelFormat::fourCC, DDSPixelFormat::gBitMask, DDSPixelFormat::rBitMask, DDSPixelFormat::rgbBitCount, and DDSPixelFormat::size.