18 #ifndef QGSLAYOUTIMAGEEXPORTOPTIONSDIALOG_H 
   19 #define QGSLAYOUTIMAGEEXPORTOPTIONSDIALOG_H 
   26 #include "ui_qgslayoutimageexportoptions.h" 
   54     void setResolution( 
double resolution );
 
   61     double resolution() 
const;
 
   68     void setImageSize( QSizeF size );
 
   74     int imageWidth() 
const;
 
   80     int imageHeight() 
const;
 
   87     void setCropToContents( 
bool crop );
 
   93     bool cropToContents() 
const;
 
   99     void setGenerateWorldFile( 
bool generate );
 
  105     bool generateWorldFile() 
const;
 
  111     void setAntialiasing( 
bool antialias );
 
  117     bool antialiasing() 
const;
 
  126     void getCropMargins( 
int &topMargin, 
int &rightMargin, 
int &bottomMargin, 
int &leftMargin ) 
const;
 
  135     void setCropMargins( 
int topMargin, 
int rightMargin, 
int bottomMargin, 
int leftMargin );
 
  139     void mWidthSpinBox_valueChanged( 
int value );
 
  140     void mHeightSpinBox_valueChanged( 
int value );
 
  141     void mResolutionSpinBox_valueChanged( 
int value );
 
  142     void clipToContentsToggled( 
bool state );
 
A dialog for customizing the properties of an exported image file.