Qt 4.8
|
#include <qpicture_p.h>
Public Functions | |
bool | checkFormat () |
Checks data integrity and format version number. More... | |
QPicturePrivate () | |
QPicturePrivate (const QPicturePrivate &other) | |
Copy-Constructs a QPicturePrivate. More... | |
void | resetFormat () |
Public Variables | |
QRect | brect |
QList< QBrush > | brush_list |
int | formatMajor |
int | formatMinor |
bool | formatOk |
QList< QImage > | image_list |
bool | in_memory_only |
QRect | override_rect |
QScopedPointer< QPaintEngine > | paintEngine |
QList< QPen > | pen_list |
QBuffer | pictb |
QList< QPixmap > | pixmap_list |
QAtomicInt | ref |
int | trecs |
Friends | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &s, const QPicture &r) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &s, QPicture &r) |
class | QPicturePaintEngine |
Definition at line 72 of file qpicture_p.h.
Definition at line 79 of file qpicture_p.h.
QPicturePrivate::QPicturePrivate | ( | ) |
Constructs a QPicturePrivate
Definition at line 1065 of file qpicture.cpp.
QPicturePrivate::QPicturePrivate | ( | const QPicturePrivate & | other | ) |
Copy-Constructs a QPicturePrivate.
Needed when detaching.
Definition at line 1078 of file qpicture.cpp.
bool QPicturePrivate::checkFormat | ( | ) |
Checks data integrity and format version number.
Set formatOk to true on success, to false otherwise. Returns the resulting formatOk value.
Definition at line 1117 of file qpicture.cpp.
Referenced by QPicture::boundingRect().
void QPicturePrivate::resetFormat | ( | ) |
Sets formatOk to false and resets the format version numbers to default
Definition at line 1099 of file qpicture.cpp.
Referenced by checkFormat().
|
friend |
|
friend |
|
friend |
Definition at line 74 of file qpicture_p.h.
QRect QPicturePrivate::brect |
Definition at line 157 of file qpicture_p.h.
Referenced by checkFormat().
Definition at line 163 of file qpicture_p.h.
int QPicturePrivate::formatMajor |
Definition at line 155 of file qpicture_p.h.
Referenced by checkFormat(), and resetFormat().
int QPicturePrivate::formatMinor |
Definition at line 156 of file qpicture_p.h.
Referenced by checkFormat(), and resetFormat().
bool QPicturePrivate::formatOk |
Definition at line 154 of file qpicture_p.h.
Referenced by checkFormat(), and resetFormat().
Definition at line 161 of file qpicture_p.h.
bool QPicturePrivate::in_memory_only |
Definition at line 160 of file qpicture_p.h.
QRect QPicturePrivate::override_rect |
Definition at line 158 of file qpicture_p.h.
QScopedPointer<QPaintEngine> QPicturePrivate::paintEngine |
Definition at line 159 of file qpicture_p.h.
Referenced by QPicture::paintEngine().
Definition at line 164 of file qpicture_p.h.
QBuffer QPicturePrivate::pictb |
Definition at line 152 of file qpicture_p.h.
Referenced by checkFormat(), and QPicturePrivate().
Definition at line 162 of file qpicture_p.h.
QAtomicInt QPicturePrivate::ref |
Definition at line 147 of file qpicture_p.h.
int QPicturePrivate::trecs |
Definition at line 153 of file qpicture_p.h.