Skip to content

Commit

Permalink
[layertree] Add note about used custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 30, 2014
1 parent 17d9849 commit ecdb6de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/layertree/qgslayertreenode.h
Expand Up @@ -50,6 +50,12 @@ class QDomElement;
* used by third party plugins. Custom properties are stored also in the project
* file. The storage is not efficient for large amount of data.
*
* Custom properties that have already been used within QGIS:
* - "overview" - whether to show a layer in overview
* - "showFeatureCount" - whether to show feature counts in layer tree (vector only)
* - "embedded" - whether the node comes from an external project
* - "embedded_project" - path to the external project (embedded root node only)
*
* @see also QgsLayerTree, QgsLayerTreeLayer, QgsLayerTreeGroup
* @note added in 2.4
*/
Expand Down

0 comments on commit ecdb6de

Please sign in to comment.