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
qpicture.h File Reference

(6ff4c3d787ecc2e6d2740f22d0406b34346faede)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstringlist.h>
#include <QtGui/qpaintdevice.h>
+ Include dependency graph for qpicture.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPicture
 The QPicture class is a paint device that records and replays QPainter commands. More...
 

Function Documentation

◆ operator<<()

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & ,
const QPicture &  )
related

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & ,
QPicture &  )
related