mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Update sip binding
This commit is contained in:
parent
438ffd2e88
commit
c85cf23344
@ -460,6 +460,7 @@ Convenience function to query topological editing status
|
||||
:rtype: QgsAnnotationManager
|
||||
%End
|
||||
|
||||
|
||||
void setNonIdentifiableLayers( const QList<QgsMapLayer *> &layers );
|
||||
%Docstring
|
||||
Set a list of layers which should not be taken into account on map identification
|
||||
|
@ -84,11 +84,18 @@ class QgsServerProjectParser
|
||||
|
||||
/** Returns the text of the <layername> element for a layer element
|
||||
@return name or a null string in case of error*/
|
||||
QString layerName( const QDomElement &layerElem ) const;
|
||||
// QString layerName( const QDomElement &layerElem ) const;
|
||||
|
||||
QStringList wfsLayers() const;
|
||||
QStringList wcsLayers() const;
|
||||
|
||||
/** Gets a list containing names of layers. If a layer has a short name,
|
||||
* then it's used instead of it's name.
|
||||
* \returns A list of layers' names or short name if defined
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
QStringList layersNames() const;
|
||||
|
||||
//! Add layers for vector joins
|
||||
void addJoinLayersForElement( const QDomElement &layerElem ) const;
|
||||
|
||||
@ -101,10 +108,6 @@ class QgsServerProjectParser
|
||||
@return id or a null string in case of error*/
|
||||
QString layerId( const QDomElement &layerElem ) const;
|
||||
|
||||
/** Returns the text of the <id> element for a layer element
|
||||
@return id or a null string in case of error*/
|
||||
QString layerShortName( const QDomElement &layerElem ) const;
|
||||
|
||||
QgsRectangle projectExtent() const;
|
||||
|
||||
int numberOfLayers() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user