![]() |
Qt 6.x
The Qt SDK
|
#include "ddsheader.h"
Include dependency graph for ddsheader.cpp:Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE 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) |
| 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:| QT_BEGIN_NAMESPACE 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.