18 #ifndef QGSRESAMPLINGUTILS_H
19 #define QGSRESAMPLINGUTILS_H
35 class QgsResamplingUtils
38 QComboBox *mZoomedInResamplingComboBox =
nullptr;
39 QComboBox *mZoomedOutResamplingComboBox =
nullptr;
40 QDoubleSpinBox *mMaximumOversamplingSpinBox =
nullptr;
41 QCheckBox *mCbEarlyResampling =
nullptr;
43 QgsResamplingUtils(
const QgsResamplingUtils & ) =
delete;
44 QgsResamplingUtils &operator=(
const QgsResamplingUtils & ) =
delete;
52 QComboBox *zoomedInResamplingComboBox,
53 QComboBox *zoomedOutResamplingComboBox,
54 QDoubleSpinBox *maximumOversamplingSpinBox,
55 QCheckBox *cbEarlyResampling );
58 void refreshWidgetsFromLayer();
61 void refreshLayerFromWidgets();
66 #endif // QGSRESAMPLINGUTILS_H