mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Documentation
This commit is contained in:
parent
0b62e8bbeb
commit
953c7201d8
@ -341,7 +341,10 @@ class QgsVectorTileDataProvider : public QgsDataProvider
|
|||||||
QgsRectangle extent() const override;
|
QgsRectangle extent() const override;
|
||||||
bool renderInPreview( const QgsDataProvider::PreviewContext &context ) override;
|
bool renderInPreview( const QgsDataProvider::PreviewContext &context ) override;
|
||||||
|
|
||||||
|
//! Renders the source path for the data
|
||||||
virtual QString sourcePath() const = 0;
|
virtual QString sourcePath() const = 0;
|
||||||
|
|
||||||
|
//! Returns a clone of the data provider
|
||||||
virtual QgsVectorTileDataProvider *clone() const = 0 SIP_FACTORY;
|
virtual QgsVectorTileDataProvider *clone() const = 0 SIP_FACTORY;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user