| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
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 () override | 
| 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... | |
| virtual QgsFeedback * | feedback () const | 
| Access to feedback object of the layer renderer (may be null)  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 54 of file qgspluginlayer.cpp.
      
  | 
  inline | 
Definition at line 57 of file qgspluginlayer.cpp.
      
  | 
  inlineoverridevirtual | 
Do the rendering (based on data stored in the class)
Implements QgsMapLayerRenderer.
Definition at line 63 of file qgspluginlayer.cpp.
      
  | 
  protected | 
Definition at line 69 of file qgspluginlayer.cpp.
      
  | 
  protected | 
Definition at line 70 of file qgspluginlayer.cpp.
 1.8.13