Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ddsheader.cpp File Reference

(8a62fb36a8c456fb4e1229cca8bfca88f6e57890)

#include "ddsheader.h"
+ Include dependency graph for ddsheader.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE QDataStreamoperator>> (QDataStream &s, DDSPixelFormat &pixelFormat)
 
QDataStreamoperator<< (QDataStream &s, const DDSPixelFormat &pixelFormat)
 
QDataStreamoperator>> (QDataStream &s, DDSHeader &header)
 
QDataStreamoperator<< (QDataStream &s, const DDSHeader &header)
 
QDataStreamoperator>> (QDataStream &s, DDSHeaderDX10 &header)
 
QDataStreamoperator<< (QDataStream &s, const DDSHeaderDX10 &header)
 

Function Documentation

◆ operator<<() [1/3]

QDataStream & operator<< ( QDataStream & s,
const DDSHeader & header )

Definition at line 58 of file ddsheader.cpp.

References header(), i, and DDSHeader::ReservedCount.

+ Here is the call graph for this function:

◆ operator<<() [2/3]

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:

◆ operator<<() [3/3]

◆ operator>>() [1/3]

QDataStream & operator>> ( QDataStream & s,
DDSHeader & header )

Definition at line 37 of file ddsheader.cpp.

References header(), i, and DDSHeader::ReservedCount.

+ Here is the call graph for this function:

◆ operator>>() [2/3]

QDataStream & operator>> ( QDataStream & s,
DDSHeaderDX10 & header )

Definition at line 79 of file ddsheader.cpp.

References header().

+ Here is the call graph for this function:

◆ operator>>() [3/3]