Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
ddsheader.cpp File Reference
#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, DDSHeader::ReservedCount, and QString::size().

+ 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, DDSHeader::ReservedCount, and QString::size().

+ 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]