| Quantum GIS API Documentation
    1.8
    | 
Interface class for renderer plugins. More...
#include <qgsrendererplugin.h>


| Public Member Functions | |
| QgsRendererPlugin (const QString &name, const QString &description, const QString &category, const QString &version) | |
| virtual | ~QgsRendererPlugin () | 
| virtual QDialog * | rendererDialog ()=0 | 
| virtual QgsRenderer * | renderer ()=0 | 
Interface class for renderer plugins.
This kind of plugins is of plugin type QgisPlugin::RENDERER and is capable to return a pointer to a concrete renderer and a dialog which can be embedded into the vector layer properties dialog in the main qgis application
Definition at line 30 of file qgsrendererplugin.h.
| QgsRendererPlugin::QgsRendererPlugin | ( | const QString & | name, | 
| const QString & | description, | ||
| const QString & | category, | ||
| const QString & | version | ||
| ) |  [inline] | 
Definition at line 33 of file qgsrendererplugin.h.
| virtual QgsRendererPlugin::~QgsRendererPlugin | ( | ) |  [inline, virtual] | 
Definition at line 34 of file qgsrendererplugin.h.
| virtual QgsRenderer* QgsRendererPlugin::renderer | ( | ) |  [pure virtual] | 
| virtual QDialog* QgsRendererPlugin::rendererDialog | ( | ) |  [pure virtual] | 
 1.7.6.1
 1.7.6.1