Quantum GIS API Documentation
1.7.5-Wroclaw
|
Interface class for vector overlay plugins. More...
#include <qgsvectoroverlayplugin.h>
Public Member Functions | |
QgsVectorOverlayPlugin (const QString &name, const QString &description, const QString &version) | |
virtual | ~QgsVectorOverlayPlugin () |
virtual QgsApplyDialog * | dialog (QgsVectorLayer *vl) const =0 |
Returns a dialog which can be embedded into the vector layer properties. | |
![]() | |
QgisPlugin (QString const &name="", QString const &description="", QString const &version="", PLUGINTYPE const &type=MAPLAYER) | |
virtual | ~QgisPlugin () |
QString const & | name () const |
Get the name of the plugin. | |
QString & | name () |
QString const & | version () const |
Version of the plugin. | |
QString & | version () |
Version of the plugin. | |
QString const & | description () const |
A brief description of the plugin. | |
QString & | description () |
A brief description of the plugin. | |
QgisPlugin::PLUGINTYPE const & | type () const |
Plugin type, either UI or map layer. | |
QgisPlugin::PLUGINTYPE & | type () |
Plugin type, either UI or map layer. | |
virtual void | initGui ()=0 |
function to initialize connection to GUI | |
virtual void | unload ()=0 |
Unload the plugin and cleanup the GUI. |
Additional Inherited Members | |
![]() | |
enum | PLUGINTYPE { UI = 1, MAPLAYER, RENDERER, VECTOR_OVERLAY } |
Interface to gui element collection object. More... |
Interface class for vector overlay plugins.
Definition at line 28 of file qgsvectoroverlayplugin.h.
|
inline |
Definition at line 31 of file qgsvectoroverlayplugin.h.
|
inlinevirtual |
Definition at line 33 of file qgsvectoroverlayplugin.h.
|
pure virtual |
Returns a dialog which can be embedded into the vector layer properties.