#include <ImageBig.h>
Public Types | |
enum | { Type = UserType + 1 } |
Public Member Functions | |
QRectF | boundingRect () const |
ImageBig () | |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
void | saveImage () |
void | setImage (QImage &image) |
int | type () const |
Private Attributes | |
QImage | image |
Definition at line 8 of file ImageBig.h.
anonymous enum |
Definition at line 14 of file ImageBig.h.
Definition at line 9 of file ImageBig.cpp.
QRectF ImageBig::boundingRect | ( | ) | const |
Definition at line 16 of file ImageBig.cpp.
void ImageBig::paint | ( | QPainter * | painter, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | widget | ||
) |
Definition at line 23 of file ImageBig.cpp.
void ImageBig::saveImage | ( | ) |
Definition at line 36 of file ImageBig.cpp.
void ImageBig::setImage | ( | QImage & | image | ) |
Definition at line 29 of file ImageBig.cpp.
int ImageBig::type | ( | ) | const [inline] |
Definition at line 15 of file ImageBig.h.
QImage ImageBig::image [private] |
Definition at line 27 of file ImageBig.h.