Skip to content

Commit

Permalink
Added notes that the new stuff was added in v1.5.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12835 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jan 26, 2010
1 parent 8f32f25 commit 748f9e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/qgsmaplayer.h
Expand Up @@ -49,7 +49,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
{
VectorLayer,
RasterLayer,
PluginLayer
PluginLayer // added in 1.5
};

/** Constructor
Expand Down Expand Up @@ -344,7 +344,8 @@ class CORE_EXPORT QgsMapLayer : public QObject

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
Expand Down
2 changes: 2 additions & 0 deletions src/core/qgspluginlayer.h
Expand Up @@ -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
{
Expand Down
4 changes: 4 additions & 0 deletions src/core/qgspluginlayerregistry.h
Expand Up @@ -27,6 +27,8 @@ class QgsPluginLayer;

/** \ingroup core
class for creating plugin specific layers
\note added in v1.5
*/
class CORE_EXPORT QgsPluginLayerType
{
Expand All @@ -51,6 +53,8 @@ class CORE_EXPORT QgsPluginLayerType

/** \ingroup core
a registry of plugin layers types
\note added in v1.5
*/
class CORE_EXPORT QgsPluginLayerRegistry
{
Expand Down

0 comments on commit 748f9e0

Please sign in to comment.