File tree 1 file changed +5
-5
lines changed
src/plugins/plugin_template
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ Documentation:
9
9
10
10
You really need to read the QGIS API Documentation now at:
11
11
12
- http://doc. qgis.org/
12
+ http://qgis.org/api /
13
13
14
14
In particular look at the following classes:
15
15
16
- QGisInterface : http://doc. qgis.org/classQgisInterface.html
17
- QgsMapCanvas : http://doc. qgis.org/classQgsMapCanvas.html
18
- QgsMapTool : http://doc. qgis.org/classQgsMapTool.html
19
- QgisPlugin : http://doc. qgis.org/classQgisPlugin.html
16
+ QGisInterface : http://qgis.org/api /classQgisInterface.html
17
+ QgsMapCanvas : http://qgis.org/api /classQgsMapCanvas.html
18
+ QgsMapTool : http://qgis.org/api /classQgsMapTool.html
19
+ QgisPlugin : http://qgis.org/api /classQgisPlugin.html
20
20
21
21
QGisInterface is an abstract base class (ABC) that specifies what publicly
22
22
available features of QGIS are exposed to third party code and plugins. An
You can’t perform that action at this time.
0 commit comments