|
Quantum GIS API Documentation
1.7.4
|
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. | |
Interface class for vector overlay plugins.
Definition at line 28 of file qgsvectoroverlayplugin.h.
| QgsVectorOverlayPlugin::QgsVectorOverlayPlugin | ( | const QString & | name, |
| const QString & | description, | ||
| const QString & | version | ||
| ) | [inline] |
Definition at line 31 of file qgsvectoroverlayplugin.h.
| virtual QgsVectorOverlayPlugin::~QgsVectorOverlayPlugin | ( | ) | [inline, virtual] |
Definition at line 33 of file qgsvectoroverlayplugin.h.
| virtual QgsApplyDialog* QgsVectorOverlayPlugin::dialog | ( | QgsVectorLayer * | vl | ) | const [pure virtual] |
Returns a dialog which can be embedded into the vector layer properties.
1.7.6.1