Qt 4.8
Classes | Typedefs | Functions
qpicture.h File Reference
#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 QDataStreamoperator<< (QDataStream &, const QPicture &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QPicture &)
 

Typedef Documentation

◆ picture_io_handler

typedef void(* picture_io_handler) (QPictureIO *)

Definition at line 132 of file qpicture.h.

Function Documentation

◆ operator<<()

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

Referenced by QPicture::swap().

◆ operator>>()

Q_GUI_EXPORT QDataStream& operator>> ( QDataStream ,
QPicture  
)

Referenced by QPicture::swap().