QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
This is the complete list of members for QgsMapToPixel, including all inherited members.
mapHeight() const | QgsMapToPixel | |
mapRotation() const | QgsMapToPixel | |
mapUnitsPerPixel() const | QgsMapToPixel | |
mapWidth() const | QgsMapToPixel | |
QgsMapToPixel(double mapUnitsPerPixel, double height, double ymin=0, double xmin=0) | QgsMapToPixel | |
QgsMapToPixel(double mapUnitsPerPixel, double xc, double yc, int width, int height, double rotation) | QgsMapToPixel | |
QgsMapToPixel(double mapUnitsPerPixel) | QgsMapToPixel | |
QgsMapToPixel() | QgsMapToPixel | |
setMapRotation(double degrees, double cx, double cy) | QgsMapToPixel | |
setMapUnitsPerPixel(double mapUnitsPerPixel) | QgsMapToPixel | |
setParameters(double mapUnitsPerPixel, double xmin, double ymin, double height) | QgsMapToPixel | |
setParameters(double mapUnitsPerPixel, double xc, double yc, int width, int height, double rotation) | QgsMapToPixel | |
setXMinimum(double xmin) | QgsMapToPixel | |
setYMaximum(double yMax) | QgsMapToPixel | inline |
setYMinimum(double ymin) | QgsMapToPixel | |
showParameters() const | QgsMapToPixel | |
toMapCoordinates(int x, int y) const | QgsMapToPixel | |
toMapCoordinates(QPoint p) const | QgsMapToPixel | |
toMapCoordinatesF(double x, double y) const | QgsMapToPixel | |
toMapPoint(double x, double y) const | QgsMapToPixel | |
transform(const QgsPoint &p) const | QgsMapToPixel | |
transform(QgsPoint *p) const | QgsMapToPixel | |
transform(qreal x, qreal y) const | QgsMapToPixel | |
transform() const | QgsMapToPixel | |
transformInPlace(double &x, double &y) const | QgsMapToPixel | |
transformInPlace(float &x, float &y) const | QgsMapToPixel | |
transformInPlace(QVector< T > &x, QVector< T > &y) const | QgsMapToPixel | inline |