Plugins provide a pluggable mechnism to extend QGIS functionality. QGIS plugins are
always written in C++ and each plugin is compiled into a dynamic library. This
workshop explains, how plugins technically work and shortly shows some existing
plugins. The main part of the workshop will be the development of a simple example
plugin. |