[QGIS-trac] [Quantum GIS] #3611: Wrong QgsRectangle Class Reference
description
Quantum GIS
qgis at qgis.org
Mon Mar 14 08:41:28 EDT 2011
#3611: Wrong QgsRectangle Class Reference description
---------------------------------------------+------------------------------
Reporter: mykolas | Owner: dassau
Type: bug | Status: new
Priority: minor: annoyance | Milestone: Version 1.7.0
Component: Documentation and Help | Version: 1.6.0
Keywords: Class Reference, QgsRectangle | Platform_version:
Platform: All | Must_fix: No
Status_info: 0 |
---------------------------------------------+------------------------------
Something is not right in QgsRectangle Class Reference.
xMinimum should be ''Get the x minimum value (left side of rectangle)''
yMaximum should be ''Get the y maximum value (top side of rectangle).''
yMinimum should be ''Get the y minimum value (bottom side of rectangle).''
----
Here are current descriptions with incorrect statements in bold:
double xMaximum () const
Get the x maximum value (right side of rectangle).
double xMinimum () const
Get the x '''maximum''' value ('''right side of rectangle''').
double yMaximum () const
Get the '''x minimum''' value ('''left side of rectangle''').
double yMinimum () const
Get the y '''maximum''' value ('''top side''' of rectangle).
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3611>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list