QGIS/python/core/composer/qgscomposereffect.sip

44 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-06-20 11:14:25 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/composer/qgscomposereffect.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsComposerEffect : QGraphicsEffect
{
2017-06-20 11:14:25 +02:00
%TypeHeaderCode
2017-06-20 11:14:25 +02:00
#include "qgscomposereffect.h"
%End
public:
QgsComposerEffect();
%Docstring
Constructor for QgsComposerEffect.
%End
2017-06-20 11:14:25 +02:00
void setCompositionMode( QPainter::CompositionMode compositionMode );
protected:
virtual void draw( QPainter *painter );
2017-06-20 11:14:25 +02:00
%Docstring
Called whenever source needs to be drawn
%End
};
2017-06-20 11:14:25 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/composer/qgscomposereffect.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/