[QGIS Commit] r11857 - trunk/qgis/src/core
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Oct 27 15:34:17 EDT 2009
Author: timlinux
Date: 2009-10-27 15:34:16 -0400 (Tue, 27 Oct 2009)
New Revision: 11857
Modified:
trunk/qgis/src/core/qgsmaplayer.h
Log:
Added missing api doc for render method
Modified: trunk/qgis/src/core/qgsmaplayer.h
===================================================================
--- trunk/qgis/src/core/qgsmaplayer.h 2009-10-27 16:09:34 UTC (rev 11856)
+++ trunk/qgis/src/core/qgsmaplayer.h 2009-10-27 19:34:16 UTC (rev 11857)
@@ -79,6 +79,12 @@
*/
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
More information about the QGIS-commit
mailing list