mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Update sip bindings
This commit is contained in:
parent
9621f38330
commit
1d3a4e421e
@ -101,9 +101,11 @@ style followed by restoration of the original style (for example, when rendering
|
|||||||
#include "qgsmaplayerstylemanager.h"
|
#include "qgsmaplayerstylemanager.h"
|
||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
QgsMapLayerStyleManager( QgsMapLayer *layer );
|
|
||||||
|
QgsMapLayerStyleManager( QgsMapLayer *layer /TransferThis/ );
|
||||||
%Docstring
|
%Docstring
|
||||||
Construct a style manager associated with a map layer (must not be null)
|
Construct a style manager associated with a map layer (must not be null).
|
||||||
|
The style manager will be parented to ``layer``.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
QgsMapLayer *layer() const;
|
QgsMapLayer *layer() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user