mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/layout/qgslayouteffect.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsLayoutEffect : QGraphicsEffect
|
|
{
|
|
%Docstring(signature="appended")
|
|
|
|
A QGraphicsEffect subclass used for rendering layout items
|
|
onto a scene with custom composition modes.
|
|
|
|
.. deprecated:: 3.34
|
|
|
|
This class should not be used, it is non-stable and results in crashes. See https://bugreports.qt.io/browse/QTBUG-58501.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgslayouteffect.h"
|
|
%End
|
|
public:
|
|
|
|
QgsLayoutEffect();
|
|
|
|
void setCompositionMode( QPainter::CompositionMode mode ) /Deprecated/;
|
|
%Docstring
|
|
Sets the composition (blending) ``mode`` used for rendering
|
|
the item.
|
|
|
|
.. seealso:: :py:func:`compositionMode`
|
|
|
|
.. deprecated:: 3.34
|
|
|
|
This class should not be used, it is non-stable and results in crashes. See https://bugreports.qt.io/browse/QTBUG-58501.
|
|
%End
|
|
|
|
QPainter::CompositionMode compositionMode() const /Deprecated/;
|
|
%Docstring
|
|
Returns the composition (blending) mode used for rendering
|
|
the item.
|
|
|
|
.. seealso:: :py:func:`setCompositionMode`
|
|
|
|
.. deprecated:: 3.34
|
|
|
|
This class should not be used, it is non-stable and results in crashes. See https://bugreports.qt.io/browse/QTBUG-58501.
|
|
%End
|
|
|
|
protected:
|
|
|
|
virtual void draw( QPainter *painter );
|
|
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/layout/qgslayouteffect.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|