mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Update sip files
This commit is contained in:
parent
561690c9ee
commit
193e9d7818
@ -89,6 +89,7 @@ class QgsMapSettings
|
|||||||
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
|
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
|
||||||
DrawSelection, //!< Whether vector selections should be shown in the rendered map
|
DrawSelection, //!< Whether vector selections should be shown in the rendered map
|
||||||
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
|
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
|
||||||
|
RenderMapTile,
|
||||||
// TODO: ignore scale-based visibility (overview)
|
// TODO: ignore scale-based visibility (overview)
|
||||||
};
|
};
|
||||||
typedef QFlags<QgsMapSettings::Flag> Flags;
|
typedef QFlags<QgsMapSettings::Flag> Flags;
|
||||||
|
@ -276,6 +276,9 @@ class QgsMapCanvas : QGraphicsView
|
|||||||
//! true if antialising is enabled
|
//! true if antialising is enabled
|
||||||
bool antiAliasingEnabled() const;
|
bool antiAliasingEnabled() const;
|
||||||
|
|
||||||
|
//! sets map tile rendering flag
|
||||||
|
void enableMapTileRendering( bool theFlag );
|
||||||
|
|
||||||
//! Select which Qt class to render with
|
//! Select which Qt class to render with
|
||||||
//! @deprecated since 2.4 - does nothing because now we always render to QImage
|
//! @deprecated since 2.4 - does nothing because now we always render to QImage
|
||||||
void useImageToRender( bool theFlag ) /Deprecated/;
|
void useImageToRender( bool theFlag ) /Deprecated/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user