From ecdb6debb3acdb68ab98a66b796a0f85c6dad38e Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Fri, 30 May 2014 11:25:54 +0700 Subject: [PATCH] [layertree] Add note about used custom properties --- src/core/layertree/qgslayertreenode.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/layertree/qgslayertreenode.h b/src/core/layertree/qgslayertreenode.h index f9fe5e3e29f..eb60ba776ee 100644 --- a/src/core/layertree/qgslayertreenode.h +++ b/src/core/layertree/qgslayertreenode.h @@ -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 */