Definition at line 21 of file KoZoomWidget.cpp.
◆ Private()
| KoZoomWidget::Private::Private |
( |
| ) |
|
|
inline |
◆ updateUsePrintResolutionButtonIcon()
| void KoZoomWidget::Private::updateUsePrintResolutionButtonIcon |
( |
bool | value | ) |
|
Definition at line 124 of file KoZoomWidget.cpp.
125{
126 QString canvasMappingMode;
127
130 canvasMappingMode = i18n("Print Size");
131 } else {
133 canvasMappingMode = i18n("Pixel Size");
134 }
135
137 i18n("Map the displayed canvas size between pixel size or print size\n"
138 "Current Mapping: %1",
139 canvasMappingMode));
140}
float value(const T *src, size_t ch)
References canvasMappingButton, kisIcon, and value().
◆ canvasMappingButton
| QToolButton* KoZoomWidget::Private::canvasMappingButton |
◆ effectiveZoom
| qreal KoZoomWidget::Private::effectiveZoom {1.0} |
◆ input
◆ slider
| QSlider* KoZoomWidget::Private::slider |
The documentation for this class was generated from the following file: