QGIS/python/core/auto_generated/layout/qgslayouteffect.sip.in
Nyall Dawson f02841dd5d Remove Q_DECL_DEPRECATED from constructor
Even though this class is deprecated, this breaks the qt 6 on qt 6.7+
2024-05-01 13:45:55 +10:00

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.pl again *
************************************************************************/
class QgsLayoutEffect : QGraphicsEffect
{
%Docstring(signature="appended")
A QGraphicsEffect subclass used for rendering layout items
onto a scene with custom composition modes.
.. deprecated:: QGIS 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();
%Docstring
Constructor for QgsLayoutEffect.
%End
void setCompositionMode( QPainter::CompositionMode mode ) /Deprecated/;
%Docstring
Sets the composition (blending) ``mode`` used for rendering
the item.
.. seealso:: :py:func:`compositionMode`
.. deprecated:: QGIS 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:: QGIS 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.pl again *
************************************************************************/