20 #ifndef IMAGE_COMPOSER_IMAGE_HEADER
21 #define IMAGE_COMPOSER_IMAGE_HEADER
42 void draw( QPainter& thePainter )
const;
44 QTransform transform()
const;
45 void setTransform(
const QTransform& );
46 void setLocalTransform( qreal theDx, qreal theDy, qreal theRotationDeg );
48 QRectF boundingRect()
const;
51 const QImage& operator = (
const QImage& theImage );
54 const QVariant& theOtherObj )
const;
56 static QColor defaultBackground();
57 static void setDefaultBackground(
const QColor& );
#define IMAGE_COMPOSER_API
Definition: ImageComposer.h:27
Implementation of image in the global coordinate system.
Definition: ImageComposer_Image.h:35
static QColor myDefaultBackground
the default background color to be used in operators
Definition: ImageComposer_Image.h:65
QTransform myTransform
the image transformation in the global CS
Definition: ImageComposer_Image.h:64
Implementation of the base abstract operation for image composing.
Definition: ImageComposer_Operator.h:41