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
src_corelib_serialization_qdatastream.cpp File Reference

(ab5d3a2958f839589072a4ea4b89ce105637713d)

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &, const QXxx &)
 [0]
 
QDataStreamoperator>> (QDataStream &, QXxx &)
 
QDataStreamoperator<< (QDataStream &stream, const QImage &image)
 [0]
 
QDataStreamoperator>> (QDataStream &stream, QImage &image)
 

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & ,
const QXxx &  )

[0]

◆ operator<<() [2/2]

QDataStream & operator<< ( QDataStream & stream,
const QImage & image )
related

[0]

[1]

Definition at line 3947 of file qimage.cpp.

References QImageWriter::write().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

QDataStream & operator>> ( QDataStream & ,
QXxx &  )

◆ operator>>() [2/2]

QDataStream & operator>> ( QDataStream & stream,
QImage & image )
related

Definition at line 3973 of file qimage.cpp.

References read().

+ Here is the call graph for this function: