Skip to content

Commit 37e56ba

Browse files
author
timlinux
committedOct 27, 2009
Added missing api doc for render method
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11857 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/core/qgsmaplayer.h

Lines changed: 6 additions & 0 deletions
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)
Please sign in to comment.