QGIS API Documentation
2.8.2-Wien
|
Dialog allowing the user to choose the minimum and maximum scale of an object in map units. More...
#include <qgsunitselectionwidget.h>
Public Member Functions | |
QgsMapUnitScaleDialog (QWidget *parent) | |
QgsMapUnitScale | getMapUnitScale () const |
Returns the map unit scale. | |
void | setMapUnitScale (const QgsMapUnitScale &scale) |
Sets the map unit scale. |
Dialog allowing the user to choose the minimum and maximum scale of an object in map units.
Definition at line 28 of file qgsunitselectionwidget.h.
QgsMapUnitScaleDialog::QgsMapUnitScaleDialog | ( | QWidget * | parent | ) |
Definition at line 21 of file qgsunitselectionwidget.cpp.
QgsMapUnitScale QgsMapUnitScaleDialog::getMapUnitScale | ( | ) | const |
Returns the map unit scale.
Definition at line 61 of file qgsunitselectionwidget.cpp.
void QgsMapUnitScaleDialog::setMapUnitScale | ( | const QgsMapUnitScale & | scale | ) |
Sets the map unit scale.
Definition at line 33 of file qgsunitselectionwidget.cpp.