mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Spelling, sip
This commit is contained in:
parent
c48f29a8b9
commit
762ee09e81
@ -553,7 +553,7 @@ Constructor for QgsRasterSymbolLegendNode.
|
||||
:param color: color
|
||||
:param label: label
|
||||
:param parent: attach a parent QObject to the legend node.
|
||||
:param isCheckable: set to ``True`` to enable the check box for the node (since QGIS 3.18)
|
||||
:param isCheckable: set to ``True`` to enable the checkbox for the node (since QGIS 3.18)
|
||||
:param ruleKey: optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.18)
|
||||
%End
|
||||
|
||||
|
@ -0,0 +1,21 @@
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/gui/pointcloud/qgspointcloudclassifiedrendererwidget.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/gui/pointcloud/qgspointcloudclassifiedrendererwidget.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
@ -335,6 +335,7 @@
|
||||
%Include auto_generated/numericformats/qgsnumericformatselectorwidget.sip
|
||||
%Include auto_generated/numericformats/qgsnumericformatwidget.sip
|
||||
%Include auto_generated/numericformats/qgsnumericformatguiregistry.sip
|
||||
%Include auto_generated/pointcloud/qgspointcloudclassifiedrendererwidget.sip
|
||||
%Include auto_generated/pointcloud/qgspointcloudrendererwidget.sip
|
||||
%Include auto_generated/pointcloud/qgspointcloudrendererpropertieswidget.sip
|
||||
%Include auto_generated/processing/qgsprocessingaggregatewidgets.sip
|
||||
|
@ -597,7 +597,7 @@ class CORE_EXPORT QgsRasterSymbolLegendNode : public QgsLayerTreeModelLegendNode
|
||||
* \param color color
|
||||
* \param label label
|
||||
* \param parent attach a parent QObject to the legend node.
|
||||
* \param isCheckable set to TRUE to enable the check box for the node (since QGIS 3.18)
|
||||
* \param isCheckable set to TRUE to enable the checkbox for the node (since QGIS 3.18)
|
||||
* \param ruleKey optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.18)
|
||||
*/
|
||||
QgsRasterSymbolLegendNode( QgsLayerTreeLayer *nodeLayer, const QColor &color, const QString &label, QObject *parent SIP_TRANSFERTHIS = nullptr, bool isCheckable = false, const QString &ruleKey = QString() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user