Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
QgsRendererPlugin Class Reference

Interface class for renderer plugins. More...

#include <qgsrendererplugin.h>

Inheritance diagram for QgsRendererPlugin:
Inheritance graph
[legend]
Collaboration diagram for QgsRendererPlugin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QgsRendererPlugin (const QString &name, const QString &description, const QString &version)
virtual ~QgsRendererPlugin ()
virtual QDialog * rendererDialog ()=0
virtual QgsRendererrenderer ()=0
- Public Member Functions inherited from QgisPlugin
 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::PLUGINTYPEtype ()
 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

- Public Types inherited from QgisPlugin
enum  PLUGINTYPE { UI = 1, MAPLAYER, RENDERER, VECTOR_OVERLAY }
 Interface to gui element collection object. More...

Detailed Description

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.


Constructor & Destructor Documentation

QgsRendererPlugin::QgsRendererPlugin ( const QString &  name,
const QString &  description,
const QString &  version 
)
inline

Definition at line 33 of file qgsrendererplugin.h.

virtual QgsRendererPlugin::~QgsRendererPlugin ( )
inlinevirtual

Definition at line 34 of file qgsrendererplugin.h.


Member Function Documentation

virtual QgsRenderer* QgsRendererPlugin::renderer ( )
pure virtual
virtual QDialog* QgsRendererPlugin::rendererDialog ( )
pure virtual

The documentation for this class was generated from the following file: