QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A custom combo box for selecting units for layout settings. More...
#include <qgslayoutunitscombobox.h>
Signals | |
void | changed (QgsUnitTypes::LayoutUnit unit) |
Emitted when the unit is changed. More... | |
Public Member Functions | |
QgsLayoutUnitsComboBox (QWidget *parent=nullptr) | |
Constructor for QgsLayoutUnitsComboBox. More... | |
QgsLayoutMeasurementConverter * | converter () const |
Returns the converter used when automatically converting units for linked widgets. More... | |
void | linkToWidget (QDoubleSpinBox *widget) |
Registers a spin box widget as linked with the combo box. More... | |
void | setConverter (QgsLayoutMeasurementConverter *converter) |
Sets a converter to use when automatically converting units for linked widgets. More... | |
void | setUnit (QgsUnitTypes::LayoutUnit unit) |
Sets the unit currently selected in the combo box. More... | |
QgsUnitTypes::LayoutUnit | unit () const |
Returns the unit currently selected in the combo box. More... | |
Properties | |
QgsUnitTypes::LayoutUnit | unit |
A custom combo box for selecting units for layout settings.
Definition at line 33 of file qgslayoutunitscombobox.h.
QgsLayoutUnitsComboBox::QgsLayoutUnitsComboBox | ( | QWidget * | parent = nullptr | ) |
Constructor for QgsLayoutUnitsComboBox.
Definition at line 20 of file qgslayoutunitscombobox.cpp.
|
signal |
Emitted when the unit is changed.
QgsLayoutMeasurementConverter * QgsLayoutUnitsComboBox::converter | ( | ) | const |
Returns the converter used when automatically converting units for linked widgets.
Definition at line 73 of file qgslayoutunitscombobox.cpp.
void QgsLayoutUnitsComboBox::linkToWidget | ( | QDoubleSpinBox * | widget | ) |
Registers a spin box widget as linked with the combo box.
Registered spin boxes will automatically be upodated whenever the unit is changed. I.e. a spin box with a value of 100 will be set to 1 when the unit is changed from centimeters to meters.
A measurement converter() must be set in order for the automatic unit conversion to occur.
Definition at line 52 of file qgslayoutunitscombobox.cpp.
void QgsLayoutUnitsComboBox::setConverter | ( | QgsLayoutMeasurementConverter * | converter | ) |
Sets a converter to use when automatically converting units for linked widgets.
The ownership of converter is not transferred, and converter must exist for the life of the combo box.
Definition at line 78 of file qgslayoutunitscombobox.cpp.
void QgsLayoutUnitsComboBox::setUnit | ( | QgsUnitTypes::LayoutUnit | unit | ) |
Sets the unit currently selected in the combo box.
Definition at line 47 of file qgslayoutunitscombobox.cpp.
QgsUnitTypes::LayoutUnit QgsLayoutUnitsComboBox::unit | ( | ) | const |
Returns the unit currently selected in the combo box.
Definition at line 42 of file qgslayoutunitscombobox.cpp.
|
readwrite |
Definition at line 1 of file qgslayoutunitscombobox.h.