Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing api doc for render method
git-svn-id: http://svn.osgeo.org/qgis/trunk@11857 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 27, 2009
1 parent 2762f4f commit 276a80f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/qgsmaplayer.h
Expand Up @@ -79,6 +79,12 @@ class CORE_EXPORT QgsMapLayer : public QObject
*/
QString const & name() const;

/** This is the method that does the actual work of
* drawing the layer onto a paint device.
* @param QgsRenderContext - describes the extents,
* resolution etc. that should be used when rendering the
* layer.
*/
virtual bool draw( QgsRenderContext& rendererContext );

/** Draw labels
Expand Down

0 comments on commit 276a80f

Please sign in to comment.