Go to the documentation of this file.
20 #ifndef IMAGE_COMPOSER_CUT_OPERATOR_HEADER
21 #define IMAGE_COMPOSER_CUT_OPERATOR_HEADER
36 static QString
Type() {
return "cut"; }
38 virtual QString
name()
const;
42 const QVariant& theObj2 )
const;
43 virtual void drawResult( QPainter& thePainter,
const QVariant& theObj1,
44 const QVariant& theObj2 )
const;