File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
49
49
{
50
50
VectorLayer,
51
51
RasterLayer,
52
- PluginLayer
52
+ PluginLayer // added in 1.5
53
53
};
54
54
55
55
/* * Constructor
@@ -344,7 +344,8 @@ class CORE_EXPORT QgsMapLayer : public QObject
344
344
345
345
protected:
346
346
347
- /* * set whether layer is valid or not - should be used in constructor */
347
+ /* * set whether layer is valid or not - should be used in constructor.
348
+ \note added in v1.5 */
348
349
void setValid ( bool valid );
349
350
350
351
/* * called by readXML(), used by children to read state specific to them from
Original file line number Diff line number Diff line change 10
10
In order to be readable from project files, they should set these attributes in layer DOM node:
11
11
"type" = "plugin"
12
12
"name" = "your_layer_type"
13
+
14
+ \note added in v1.5
13
15
*/
14
16
class CORE_EXPORT QgsPluginLayer : public QgsMapLayer
15
17
{
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ class QgsPluginLayer;
27
27
28
28
/* * \ingroup core
29
29
class for creating plugin specific layers
30
+
31
+ \note added in v1.5
30
32
*/
31
33
class CORE_EXPORT QgsPluginLayerType
32
34
{
@@ -51,6 +53,8 @@ class CORE_EXPORT QgsPluginLayerType
51
53
52
54
/* * \ingroup core
53
55
a registry of plugin layers types
56
+
57
+ \note added in v1.5
54
58
*/
55
59
class CORE_EXPORT QgsPluginLayerRegistry
56
60
{
You can’t perform that action at this time.
0 commit comments