Skip to content

Commit

Permalink
Update version mentions to 3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrahl committed Jul 6, 2024
1 parent 3895d1f commit a0dd696
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Constructor for QgsColorRampLegendNode.
:param minimumLabel: label text to render for the minimum value in the ramp
:param maximumLabel: label text to render for the maximum value in the ramp
:param parent: attach a parent QObject to the legend node.
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
:param parentKey: rule key of parent (since QGIS 3.38)
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
:param parentKey: rule key of parent (since QGIS 3.40)
%End

QgsColorRampLegendNode( QgsLayerTreeLayer *nodeLayer, QgsColorRamp *ramp /Transfer/,
Expand All @@ -50,8 +50,8 @@ Constructor for QgsColorRampLegendNode.
:param minimumValue: value associated with minimum of ramp
:param maximumValue: value associated with maximum of ramp
:param parent: attach a parent QObject to the legend node.
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
:param parentKey: rule key of parent (since QGIS 3.38)
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
:param parentKey: rule key of parent (since QGIS 3.40)
%End


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Constructor for QgsRasterSymbolLegendNode.
:param parent: attach a parent QObject to the legend node.
: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)
:param parentRuleKey: rule key of parent (since QGIS 3.38)
:param parentRuleKey: rule key of parent (since QGIS 3.40)
%End

virtual Qt::ItemFlags flags() const;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Constructor for QgsColorRampLegendNode.
:param minimumLabel: label text to render for the minimum value in the ramp
:param maximumLabel: label text to render for the maximum value in the ramp
:param parent: attach a parent QObject to the legend node.
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
:param parentKey: rule key of parent (since QGIS 3.38)
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
:param parentKey: rule key of parent (since QGIS 3.40)
%End

QgsColorRampLegendNode( QgsLayerTreeLayer *nodeLayer, QgsColorRamp *ramp /Transfer/,
Expand All @@ -50,8 +50,8 @@ Constructor for QgsColorRampLegendNode.
:param minimumValue: value associated with minimum of ramp
:param maximumValue: value associated with maximum of ramp
:param parent: attach a parent QObject to the legend node.
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
:param parentKey: rule key of parent (since QGIS 3.38)
:param key: rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
:param parentKey: rule key of parent (since QGIS 3.40)
%End


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Constructor for QgsRasterSymbolLegendNode.
:param parent: attach a parent QObject to the legend node.
: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)
:param parentRuleKey: rule key of parent (since QGIS 3.38)
:param parentRuleKey: rule key of parent (since QGIS 3.40)
%End

virtual Qt::ItemFlags flags() const;
Expand Down
8 changes: 4 additions & 4 deletions src/core/layertree/qgscolorramplegendnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class CORE_EXPORT QgsColorRampLegendNode : public QgsLayerTreeModelLegendNode
* \param minimumLabel label text to render for the minimum value in the ramp
* \param maximumLabel label text to render for the maximum value in the ramp
* \param parent attach a parent QObject to the legend node.
* \param key rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
* \param parentKey rule key of parent (since QGIS 3.38)
* \param key rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
* \param parentKey rule key of parent (since QGIS 3.40)
*/
QgsColorRampLegendNode( QgsLayerTreeLayer *nodeLayer, QgsColorRamp *ramp SIP_TRANSFER,
const QString &minimumLabel, const QString &maximumLabel, QObject *parent SIP_TRANSFERTHIS = nullptr,
Expand All @@ -58,8 +58,8 @@ class CORE_EXPORT QgsColorRampLegendNode : public QgsLayerTreeModelLegendNode
* \param minimumValue value associated with minimum of ramp
* \param maximumValue value associated with maximum of ramp
* \param parent attach a parent QObject to the legend node.
* \param key rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.38)
* \param parentKey rule key of parent (since QGIS 3.38)
* \param key rule key. optional identifier to allow a unique ID to be assigned to the node by a renderer (since QGIS 3.40)
* \param parentKey rule key of parent (since QGIS 3.40)
*/
QgsColorRampLegendNode( QgsLayerTreeLayer *nodeLayer, QgsColorRamp *ramp SIP_TRANSFER,
const QgsColorRampLegendNodeSettings &settings, double minimumValue,
Expand Down
2 changes: 1 addition & 1 deletion src/core/layertree/qgslayertreemodellegendnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class CORE_EXPORT QgsRasterSymbolLegendNode : public QgsLayerTreeModelLegendNode
* \param parent attach a parent QObject to the legend node.
* \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)
* \param parentRuleKey rule key of parent (since QGIS 3.38)
* \param parentRuleKey rule key of parent (since QGIS 3.40)
*/
QgsRasterSymbolLegendNode( QgsLayerTreeLayer *nodeLayer, const QColor &color, const QString &label, QObject *parent SIP_TRANSFERTHIS = nullptr,
bool isCheckable = false, const QString &ruleKey = QString(), const QString &parentRuleKey = QString() );
Expand Down

0 comments on commit a0dd696

Please sign in to comment.