mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Dox++
This commit is contained in:
parent
5cfa18ee9f
commit
981c6686c0
@ -434,7 +434,7 @@ returned formats.
|
|||||||
|
|
||||||
static QStringList supportedFormatExtensions( VectorFormatOptions options = SortRecommended );
|
static QStringList supportedFormatExtensions( VectorFormatOptions options = SortRecommended );
|
||||||
%Docstring
|
%Docstring
|
||||||
Returns a list of file extensions for supported formats.
|
Returns a list of file extensions for supported formats, e.g "shp", "gpkg".
|
||||||
|
|
||||||
The ``options`` argument can be used to control the sorting and filtering of
|
The ``options`` argument can be used to control the sorting and filtering of
|
||||||
returned formats.
|
returned formats.
|
||||||
|
@ -536,7 +536,7 @@ class CORE_EXPORT QgsVectorFileWriter : public QgsFeatureSink
|
|||||||
static QList< QgsVectorFileWriter::FilterFormatDetails > supportedFiltersAndFormats( VectorFormatOptions options = SortRecommended );
|
static QList< QgsVectorFileWriter::FilterFormatDetails > supportedFiltersAndFormats( VectorFormatOptions options = SortRecommended );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a list of file extensions for supported formats.
|
* Returns a list of file extensions for supported formats, e.g "shp", "gpkg".
|
||||||
*
|
*
|
||||||
* The \a options argument can be used to control the sorting and filtering of
|
* The \a options argument can be used to control the sorting and filtering of
|
||||||
* returned formats.
|
* returned formats.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user