18#ifndef QGSRESAMPLINGUTILS_H 
   19#define QGSRESAMPLINGUTILS_H 
   37class GUI_EXPORT QgsResamplingUtils : 
public QObject
 
   42    QComboBox *mZoomedInResamplingComboBox = 
nullptr;
 
   43    QComboBox *mZoomedOutResamplingComboBox = 
nullptr;
 
   44    QDoubleSpinBox *mMaximumOversamplingSpinBox = 
nullptr;
 
   45    QCheckBox *mCbEarlyResampling = 
nullptr;
 
   47    QgsResamplingUtils( 
const QgsResamplingUtils & ) = 
delete;
 
   48    QgsResamplingUtils &operator=( 
const QgsResamplingUtils & ) = 
delete;
 
   56                      QComboBox  *zoomedInResamplingComboBox,
 
   57                      QComboBox *zoomedOutResamplingComboBox,
 
   58                      QDoubleSpinBox *maximumOversamplingSpinBox,
 
   59                      QCheckBox *cbEarlyResampling );
 
   62    void refreshWidgetsFromLayer();
 
   65    void refreshLayerFromWidgets();
 
   69    void addExtraEarlyResamplingMethodsToCombos();
 
   70    void removeExtraEarlyResamplingMethodsFromCombos();
 
Represents a raster layer.