42 QgsMapToPixel(
double mapUnitsPerPixel = 0,
double ymax = 0,
double ymin = 0,
58 QgsPoint transform(
double x,
double y )
const;
68 void transformInPlace(
double& x,
double& y )
const;
75 void transformInPlace( QVector<double>& x, QVector<double>& y )
const;
78 void transformInPlace(
float& x,
float& y )
const;
79 void transformInPlace( QVector<float>& x, QVector<float>& y )
const;
82 QgsPoint toMapCoordinates(
int x,
int y )
const;
86 QgsPoint toMapCoordinatesF(
double x,
double y )
const;
92 QgsPoint toMapCoordinates( QPoint p )
const;
94 QgsPoint toMapPoint(
double x,
double y )
const;
98 void setMapUnitsPerPixel(
double mapUnitsPerPixel );
101 double mapUnitsPerPixel()
const;
104 void setYMaximum(
double ymax );
106 void setYMinimum(
double ymin );
108 void setXMinimum(
double xmin );
115 void setParameters(
double mapUnitsPerPixel,
double xmin,
double ymin,
double ymax );
117 QString showParameters();
127 #endif // QGSMAPTOPIXEL