mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Update sip
This commit is contained in:
parent
005d0fa3da
commit
89bc84395e
@ -393,6 +393,7 @@ class QgsDataDefinedSizeLegendNode : QgsLayerTreeModelLegendNode
|
||||
%Docstring
|
||||
Construct the node using QgsDataDefinedSizeLegend as definition of the node's appearance
|
||||
%End
|
||||
~QgsDataDefinedSizeLegendNode();
|
||||
|
||||
virtual QVariant data( int role ) const;
|
||||
|
||||
|
@ -650,6 +650,7 @@ class QgsLinearlyInterpolatedDiagramRenderer : QgsDiagramRenderer
|
||||
%End
|
||||
public:
|
||||
QgsLinearlyInterpolatedDiagramRenderer();
|
||||
~QgsLinearlyInterpolatedDiagramRenderer();
|
||||
|
||||
virtual QgsLinearlyInterpolatedDiagramRenderer *clone() const /Factory/;
|
||||
|
||||
|
@ -30,6 +30,7 @@ class QgsLegendSymbolItem
|
||||
.. versionadded:: 2.8
|
||||
%End
|
||||
~QgsLegendSymbolItem();
|
||||
|
||||
QgsLegendSymbolItem( const QgsLegendSymbolItem &other );
|
||||
|
||||
QgsSymbol *symbol() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user