Skip to content

Commit 276a80f

Browse files
author
timlinux
committed
Added missing api doc for render method
git-svn-id: http://svn.osgeo.org/qgis/trunk@11857 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2762f4f commit 276a80f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/qgsmaplayer.h

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ class CORE_EXPORT QgsMapLayer : public QObject
7979
*/
8080
QString const & name() const;
8181

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+
*/
8288
virtual bool draw( QgsRenderContext& rendererContext );
8389

8490
/** Draw labels

0 commit comments

Comments
 (0)