[QGIS Commit] r12835 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jan 26 10:54:28 EST 2010


Author: wonder
Date: 2010-01-26 10:54:28 -0500 (Tue, 26 Jan 2010)
New Revision: 12835

Modified:
   trunk/qgis/src/core/qgsmaplayer.h
   trunk/qgis/src/core/qgspluginlayer.h
   trunk/qgis/src/core/qgspluginlayerregistry.h
Log:
Added notes that the new stuff was added in v1.5.


Modified: trunk/qgis/src/core/qgsmaplayer.h
===================================================================
--- trunk/qgis/src/core/qgsmaplayer.h	2010-01-26 15:43:54 UTC (rev 12834)
+++ trunk/qgis/src/core/qgsmaplayer.h	2010-01-26 15:54:28 UTC (rev 12835)
@@ -49,7 +49,7 @@
     {
       VectorLayer,
       RasterLayer,
-      PluginLayer
+      PluginLayer // added in 1.5
     };
 
     /** Constructor
@@ -344,7 +344,8 @@
 
   protected:
 
-    /** set whether layer is valid or not - should be used in constructor */
+    /** set whether layer is valid or not - should be used in constructor.
+        \note added in v1.5 */
     void setValid( bool valid );
 
     /** called by readXML(), used by children to read state specific to them from

Modified: trunk/qgis/src/core/qgspluginlayer.h
===================================================================
--- trunk/qgis/src/core/qgspluginlayer.h	2010-01-26 15:43:54 UTC (rev 12834)
+++ trunk/qgis/src/core/qgspluginlayer.h	2010-01-26 15:54:28 UTC (rev 12835)
@@ -10,6 +10,8 @@
   In order to be readable from project files, they should set these attributes in layer DOM node:
    "type" = "plugin"
    "name" = "your_layer_type"
+
+  \note added in v1.5
  */
 class CORE_EXPORT QgsPluginLayer : public QgsMapLayer
 {

Modified: trunk/qgis/src/core/qgspluginlayerregistry.h
===================================================================
--- trunk/qgis/src/core/qgspluginlayerregistry.h	2010-01-26 15:43:54 UTC (rev 12834)
+++ trunk/qgis/src/core/qgspluginlayerregistry.h	2010-01-26 15:54:28 UTC (rev 12835)
@@ -27,6 +27,8 @@
 
 /** \ingroup core
     class for creating plugin specific layers
+
+  \note added in v1.5
 */
 class CORE_EXPORT QgsPluginLayerType
 {
@@ -51,6 +53,8 @@
 
 /** \ingroup core
     a registry of plugin layers types
+
+  \note added in v1.5
 */
 class CORE_EXPORT QgsPluginLayerRegistry
 {



More information about the QGIS-commit mailing list