QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Abstract base class from which all plugins must inherit. More...
#include <qgisplugin.h>
Public Types | |
enum | PluginType { UI = 1, MapLayer, Renderer } |
Interface to gui element collection object. More... | |
Public Member Functions | |
QgisPlugin (QString const &name="", QString const &description="", QString const &category="", QString const &version="", PluginType type=MapLayer) | |
Constructor for QgisPlugin. More... | |
virtual | ~QgisPlugin ()=default |
QString const & | category () const |
Plugin category. More... | |
QString & | category () |
Plugin category. More... | |
QString const & | description () const |
A brief description of the plugin. More... | |
QString & | description () |
A brief description of the plugin. More... | |
virtual void | initGui ()=0 |
function to initialize connection to GUI More... | |
QString const & | name () const |
Gets the name of the plugin. More... | |
QString & | name () |
QgisPlugin::PluginType const & | type () const |
Plugin type, either UI or map layer. More... | |
QgisPlugin::PluginType & | type () |
Plugin type, either UI or map layer. More... | |
virtual void | unload ()=0 |
Unload the plugin and cleanup the GUI. More... | |
QString const & | version () const |
Version of the plugin. More... | |
QString & | version () |
Version of the plugin. More... | |
Abstract base class from which all plugins must inherit.
Definition at line 53 of file qgisplugin.h.
Interface to gui element collection object.
Element types that can be added to the interface
Enumerator | |
---|---|
UI | User interface plug-in. |
MapLayer | Map layer plug-in. |
Renderer | A plugin for a new renderer class. |
Definition at line 72 of file qgisplugin.h.
|
inline |
Constructor for QgisPlugin.
Definition at line 83 of file qgisplugin.h.
|
virtualdefault |
|
inline |
Plugin category.
Definition at line 133 of file qgisplugin.h.
|
inline |
Plugin category.
Definition at line 139 of file qgisplugin.h.
|
inline |
A brief description of the plugin.
Definition at line 121 of file qgisplugin.h.
|
inline |
A brief description of the plugin.
Definition at line 127 of file qgisplugin.h.
|
pure virtual |
function to initialize connection to GUI
|
inline |
Gets the name of the plugin.
Definition at line 98 of file qgisplugin.h.
|
inline |
Definition at line 103 of file qgisplugin.h.
|
inline |
Plugin type, either UI or map layer.
Definition at line 145 of file qgisplugin.h.
|
inline |
Plugin type, either UI or map layer.
Definition at line 152 of file qgisplugin.h.
|
pure virtual |
Unload the plugin and cleanup the GUI.
|
inline |
Version of the plugin.
Definition at line 109 of file qgisplugin.h.
|
inline |
Version of the plugin.
Definition at line 115 of file qgisplugin.h.