18#ifndef QGSUNITSELECTIONWIDGET_H 
   19#define QGSUNITSELECTIONWIDGET_H 
   28#include "ui_qgsunitselectionwidget.h" 
   29#include "ui_qgsmapunitscalewidgetbase.h" 
   47    Q_PROPERTY( 
QgsMapUnitScale mapUnitScale READ mapUnitScale WRITE setMapUnitScale NOTIFY mapUnitScaleChanged )
 
   89    void configureMinComboBox();
 
   90    void configureMaxComboBox();
 
   91    void settingsChanged();
 
   94    bool mBlockSignals = 
true;
 
 
  177    void setUnits( 
const QStringList &units, 
int mapUnitIdx );
 
  186    int getUnit()
 const { 
return mUnitCombo->currentIndex(); }
 
  199    void setUnit( 
int unitIndex ) 
SIP_PYNAME( setUnitIndex );
 
  226    bool showMapScaleButton() 
const;
 
  234    void setShowMapScaleButton( 
bool show );
 
  245    void toggleUnitRangeButton();
 
  252    bool mShowMapScaleButton = 
true;
 
 
RenderUnit
Rendering size units.
 
Map canvas is a class for displaying all GIS data types on a canvas.
 
A dialog which allows the user to choose the minimum and maximum scale of an object in map units and ...
 
Struct for storing maximum and minimum scales for measurements in map units.
 
QList< Qgis::RenderUnit > RenderUnitList
List of render units.