![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstringlist.h>
#include <QtGui/qpaintdevice.h>
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... | |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &in, const QPicture &p) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &in, QPicture &p) |
Q_GUI_EXPORT QDataStream & operator<< | ( | QDataStream & | in, |
const QPicture & | p ) |
Q_GUI_EXPORT QDataStream & operator>> | ( | QDataStream & | in, |
QPicture & | p ) |