Quantum GIS API Documentation
1.7.5-Wroclaw
|
Interface class for renderer plugins. More...
#include <qgsrendererplugin.h>
Public Member Functions | |
QgsRendererPlugin (const QString &name, const QString &description, const QString &version) | |
virtual | ~QgsRendererPlugin () |
virtual QDialog * | rendererDialog ()=0 |
virtual QgsRenderer * | renderer ()=0 |
![]() | |
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. More... | |
QString & | name () |
QString const & | version () const |
Version of the plugin. More... | |
QString & | version () |
Version of the plugin. More... | |
QString const & | description () const |
A brief description of the plugin. More... | |
QString & | description () |
A brief description of the plugin. More... | |
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 | initGui ()=0 |
function to initialize connection to GUI More... | |
virtual void | unload ()=0 |
Unload the plugin and cleanup the GUI. More... | |
Additional Inherited Members | |
![]() | |
enum | PLUGINTYPE { UI = 1, MAPLAYER, RENDERER, VECTOR_OVERLAY } |
Interface to gui element collection object. More... | |
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.
|
inline |
Definition at line 33 of file qgsrendererplugin.h.
|
inlinevirtual |
Definition at line 34 of file qgsrendererplugin.h.
|
pure virtual |
|
pure virtual |