18#ifndef QGSUNITSELECTIONWIDGET_H 
   19#define QGSUNITSELECTIONWIDGET_H 
   28#include "ui_qgsunitselectionwidget.h" 
   29#include "ui_qgsmapunitscalewidgetbase.h" 
   46    Q_PROPERTY( 
QgsMapUnitScale mapUnitScale READ mapUnitScale WRITE setMapUnitScale NOTIFY mapUnitScaleChanged )
 
   88    void configureMinComboBox();
 
   89    void configureMaxComboBox();
 
   90    void settingsChanged();
 
   93    bool mBlockSignals = 
true;
 
 
  175    void setUnits( 
const QStringList &units, 
int mapUnitIdx );
 
  184    int getUnit()
 const { 
return mUnitCombo->currentIndex(); }
 
  197    void setUnit( 
int unitIndex ) 
SIP_PYNAME( setUnitIndex );
 
  224    bool showMapScaleButton() 
const;
 
  232    void setShowMapScaleButton( 
bool show );
 
  243    void toggleUnitRangeButton();
 
  250    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.