mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
python/core/qgspaintenginehack.sip python/core/qgspainting.sip python/core/qgspallabeling.sip python/core/qgspathresolver.sip python/core/qgspluginlayer.sip python/core/qgspluginlayerregistry.sip python/core/qgspointlocator.sip python/core/qgsproject.sip python/core/qgsprojectbadlayerhandler.sip python/core/qgsprojectproperty.sip python/core/qgsprojectversion.sip python/core/qgssnappingconfig.sip
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgspaintenginehack.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsPaintEngineHack : QPaintEngine
|
|
{
|
|
%Docstring
|
|
Hack to workaround Qt #5114 by disabling PatternTransform
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgspaintenginehack.h"
|
|
%End
|
|
public:
|
|
void fixFlags();
|
|
static void fixEngineFlags( QPaintEngine *engine );
|
|
};
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgspaintenginehack.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|