#include <QtGui/qpaintdevice.h>
#include <QtCore/qstringlist.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... | |
| 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 100 of file qpicture.h.
| Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const QPicture & | ||||
| ) |
| Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| QPicture & | ||||
| ) |
1.5.1