We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2762f4f commit 276a80fCopy full SHA for 276a80f
src/core/qgsmaplayer.h
@@ -79,6 +79,12 @@ class CORE_EXPORT QgsMapLayer : public QObject
79
*/
80
QString const & name() const;
81
82
+ /** This is the method that does the actual work of
83
+ * drawing the layer onto a paint device.
84
+ * @param QgsRenderContext - describes the extents,
85
+ * resolution etc. that should be used when rendering the
86
+ * layer.
87
+ */
88
virtual bool draw( QgsRenderContext& rendererContext );
89
90
/** Draw labels
0 commit comments