Skip to content

Commit ecdb6de

Browse files
committedMay 30, 2014
[layertree] Add note about used custom properties
1 parent 17d9849 commit ecdb6de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/core/layertree/qgslayertreenode.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ class QDomElement;
5050
* used by third party plugins. Custom properties are stored also in the project
5151
* file. The storage is not efficient for large amount of data.
5252
*
53+
* Custom properties that have already been used within QGIS:
54+
* - "overview" - whether to show a layer in overview
55+
* - "showFeatureCount" - whether to show feature counts in layer tree (vector only)
56+
* - "embedded" - whether the node comes from an external project
57+
* - "embedded_project" - path to the external project (embedded root node only)
58+
*
5359
* @see also QgsLayerTree, QgsLayerTreeLayer, QgsLayerTreeGroup
5460
* @note added in 2.4
5561
*/

0 commit comments

Comments
 (0)
Please sign in to comment.