Qt 4.8
|
#include <QtCore/qstringlist.h>
#include <QtCore/qsharedpointer.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... | |
class | QPictureIO |
The QPictureIO class contains parameters for loading and saving pictures. More... | |
Typedefs | |
typedef void(* | picture_io_handler) (QPictureIO *) |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QPicture &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QPicture &) |
typedef void(* picture_io_handler) (QPictureIO *) |
Definition at line 132 of file qpicture.h.
Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QPicture & | |||
) |
Referenced by QPicture::swap().
Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QPicture & | |||
) |
Referenced by QPicture::swap().