Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Apr 9, 2019
1 parent 80d796a commit 911ef98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/core/auto_generated/layertree/qgslayertreelayer.sip.in
Expand Up @@ -78,6 +78,10 @@ Sets the layer's name.
.. versionadded:: 3.0
%End

void setUseLayerName( bool use = true );

bool useLayerName() const;

static QgsLayerTreeLayer *readXml( QDomElement &element, const QgsReadWriteContext &context ) /Factory/;
%Docstring
Read layer node from XML. Returns new instance.
Expand Down Expand Up @@ -127,6 +131,7 @@ Emitted when a previously available layer got unloaded (from layer registry).
void attachToLayer();



private:

QgsLayerTreeLayer( const QgsLayerTreeLayer &other );
Expand Down

0 comments on commit 911ef98

Please sign in to comment.