mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
-Sorry, missed one setYmin/setYmax in a python file
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
68f7f4812e
commit
07eef18d5d
@ -69,9 +69,9 @@ class QgsMapToPixel
|
||||
double mapUnitsPerPixel();
|
||||
|
||||
//! Set maximum y value
|
||||
void setYmax(double ymax);
|
||||
void setYMaximum(double ymax);
|
||||
//! Set minimum y value
|
||||
void setYmin(double ymin);
|
||||
void setYMinimum(double ymin);
|
||||
//! set minimum x value
|
||||
void setXMinimum(double xmin);
|
||||
/*! Set parameters for use in tranfsorming coordinates
|
||||
|
Loading…
x
Reference in New Issue
Block a user