Widget displaying a combobox allowing the user to choose between millimeter and map units If the user chooses map units, a button appears allowing the specification of minimum and maximum scale.
More...
#include <qgsunitselectionwidget.h>
Detailed Description
Widget displaying a combobox allowing the user to choose between millimeter and map units If the user chooses map units, a button appears allowing the specification of minimum and maximum scale.
Constructor & Destructor Documentation
QgsUnitSelectionWidget::QgsUnitSelectionWidget |
( |
QWidget * |
parent = 0 | ) |
|
Member Function Documentation
void QgsUnitSelectionWidget::changed |
( |
| ) |
|
|
signal |
Returns the map unit scale.
int QgsUnitSelectionWidget::getUnit |
( |
| ) |
const |
|
inline |
Get the selected unit index.
void QgsUnitSelectionWidget::setMapUnitScale |
( |
const QgsMapUnitScale & |
scale | ) |
|
|
inline |
void QgsUnitSelectionWidget::setUnit |
( |
int |
unitIndex | ) |
|
Sets the selected unit index.
void QgsUnitSelectionWidget::setUnits |
( |
const QStringList & |
units, |
|
|
int |
mapUnitIdx |
|
) |
| |
Sets the units which the user can choose from in the combobox.
mapUnitIdx specifies which entry corresponds to the map units, or -1 if none
The documentation for this class was generated from the following files: