|
QGIS API Documentation
2.4.0-Chugiak
|
Fallback layer renderer implementation for layer that do not support map renderer yet. More...


Public Member Functions | |
| QgsPluginLayerRenderer (QgsPluginLayer *layer, QgsRenderContext &rendererContext) | |
| virtual bool | render () |
| Do the rendering (based on data stored in the class) More... | |
Public Member Functions inherited from QgsMapLayerRenderer | |
| QgsMapLayerRenderer (const QString &layerID) | |
| virtual | ~QgsMapLayerRenderer () |
| QStringList | errors () const |
| Return list of errors (problems) that happened during the rendering. More... | |
| QString | layerID () const |
| Get access to the ID of the layer rendered by this class. More... | |
Protected Attributes | |
| QgsPluginLayer * | mLayer |
| QgsRenderContext & | mRendererContext |
Protected Attributes inherited from QgsMapLayerRenderer | |
| QStringList | mErrors |
| QString | mLayerID |
Fallback layer renderer implementation for layer that do not support map renderer yet.
Definition at line 44 of file qgspluginlayer.cpp.
|
inline |
Definition at line 47 of file qgspluginlayer.cpp.
|
inlinevirtual |
Do the rendering (based on data stored in the class)
Implements QgsMapLayerRenderer.
Definition at line 53 of file qgspluginlayer.cpp.
References QgsMapLayer::draw(), mLayer, and mRendererContext.
|
protected |
Definition at line 59 of file qgspluginlayer.cpp.
Referenced by render().
|
protected |
Definition at line 60 of file qgspluginlayer.cpp.
Referenced by render().
1.8.7