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 *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
class QgsComposerEffect : QGraphicsEffect
|
|
|
|
{
|
2017-06-20 11:14:25 +02:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-20 11:14:25 +02:00
|
|
|
#include "qgscomposereffect.h"
|
2013-06-22 19:37:41 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-09-28 08:17:06 +10:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
QgsComposerEffect();
|
2017-09-28 08:17:06 +10:00
|
|
|
%Docstring
|
|
|
|
Constructor for QgsComposerEffect.
|
|
|
|
%End
|
2013-06-22 19:37:41 +02:00
|
|
|
|
2017-06-20 11:14:25 +02:00
|
|
|
void setCompositionMode( QPainter::CompositionMode compositionMode );
|
2013-06-22 19:37:41 +02:00
|
|
|
|
|
|
|
protected:
|
|
|
|
virtual void draw( QPainter *painter );
|
2017-06-20 11:14:25 +02:00
|
|
|
%Docstring
|
|
|
|
Called whenever source needs to be drawn
|
|
|
|
%End
|
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
};
|
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 *
|
|
|
|
************************************************************************/
|