Skip to content

Commit 90b46f6

Browse files
committedMar 20, 2019
Add context in doc
1 parent 2aeac0d commit 90b46f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎python/core/auto_generated/layertree/qgslayertreemodellegendnode.sip.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Entry point called from QgsLegendRenderer to do the rendering in a
102102
JSON object.
103103

104104
:param settings: Legend layout configuration
105+
:param context: Rendering context
105106
:param json: The json object to update
106107

107108
.. versionadded:: 3.8
@@ -123,6 +124,7 @@ Draws symbol on the left side of the item
123124
Adds a symbol in base64 string within a JSON object with the key "icon".
124125

125126
:param settings: Legend layout configuration
127+
:param context: Rendering context
126128
:param json: The json object to update
127129

128130
.. versionadded:: 3.8

‎src/core/layertree/qgslayertreemodellegendnode.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
114114
* Entry point called from QgsLegendRenderer to do the rendering in a
115115
* JSON object.
116116
* \param settings Legend layout configuration
117+
* \param context Rendering context
117118
* \param json The json object to update
118119
* \since QGIS 3.8
119120
*/
@@ -131,6 +132,7 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
131132
/**
132133
* Adds a symbol in base64 string within a JSON object with the key "icon".
133134
* \param settings Legend layout configuration
135+
* \param context Rendering context
134136
* \param json The json object to update
135137
* \since QGIS 3.8
136138
*/

0 commit comments

Comments
 (0)
Please sign in to comment.