File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
python/core/auto_generated/layertree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Entry point called from QgsLegendRenderer to do the rendering in a
102
102
JSON object.
103
103
104
104
:param settings: Legend layout configuration
105
+ :param context: Rendering context
105
106
:param json: The json object to update
106
107
107
108
.. versionadded:: 3.8
@@ -123,6 +124,7 @@ Draws symbol on the left side of the item
123
124
Adds a symbol in base64 string within a JSON object with the key "icon".
124
125
125
126
:param settings: Legend layout configuration
127
+ :param context: Rendering context
126
128
:param json: The json object to update
127
129
128
130
.. versionadded:: 3.8
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
114
114
* Entry point called from QgsLegendRenderer to do the rendering in a
115
115
* JSON object.
116
116
* \param settings Legend layout configuration
117
+ * \param context Rendering context
117
118
* \param json The json object to update
118
119
* \since QGIS 3.8
119
120
*/
@@ -131,6 +132,7 @@ class CORE_EXPORT QgsLayerTreeModelLegendNode : public QObject
131
132
/* *
132
133
* Adds a symbol in base64 string within a JSON object with the key "icon".
133
134
* \param settings Legend layout configuration
135
+ * \param context Rendering context
134
136
* \param json The json object to update
135
137
* \since QGIS 3.8
136
138
*/
You can’t perform that action at this time.
0 commit comments