mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
-Sorry, missed one setYmin/setYmax in a python file
git-svn-id: http://svn.osgeo.org/qgis/trunk@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
dfcacb69a3
commit
5aef6843a1
@ -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