File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,20 @@ class QgsComposerItem: QObject, QGraphicsRectItem
304
304
@note this method was added in version 2.0
305
305
@note there is not setter since one can't manually set the id*/
306
306
QString uuid() const;
307
+
308
+ /* Returns the current blending mode for the composer item
309
+ @note added in version 1.9*/
310
+ const QPainter::CompositionMode blendMode() const;
311
+ /* Sets the composer item's blending mode
312
+ @note added in version 1.9*/
313
+ void setBlendMode( const QPainter::CompositionMode blendMode );
314
+
315
+ /** Returns the composer item's transparency
316
+ @note added in version 1.9*/
317
+ const int transparency() const;
318
+ /** Sets the composer item's transparency
319
+ @note added in version 1.9*/
320
+ void setTransparency( const int transparency );
307
321
308
322
public slots:
309
323
virtual void setRotation( double r );
You can’t perform that action at this time.
0 commit comments