mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add missing SIP bits
This commit is contained in:
parent
04b2239dde
commit
b025e3a336
@ -116,7 +116,8 @@ class QgsMapSettings
|
||||
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
|
||||
DrawSelection, //!< Whether vector selections should be shown in the rendered map
|
||||
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
|
||||
RenderMapTile //!< Draw map such that there are no problems between adjacent tiles
|
||||
RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles
|
||||
RenderPartialOutput, //!< Whether to make extra effort to update map image with partially rendered layers (better for interactive map canvas). Added in QGIS 3.0
|
||||
};
|
||||
typedef QFlags<QgsMapSettings::Flag> Flags;
|
||||
|
||||
|
@ -23,6 +23,7 @@ class QgsRenderContext
|
||||
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
|
||||
RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles
|
||||
Antialiasing, //!< Use antialiasing while drawing
|
||||
RenderPartialOutput, //!< Whether to make extra effort to update map image with partially rendered layers (better for interactive map canvas). Added in QGIS 3.0
|
||||
};
|
||||
typedef QFlags<QgsRenderContext::Flag> Flags;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user