58    QString filename() 
const;
 
   63    QString layername() 
const;
 
   80    bool addToCanvas() 
const;
 
   87    void setAddToCanvas( 
bool checked );
 
   93    bool hasFilterExtent() 
const;
 
  104    bool hasFilterLayer() 
const;
 
  114    bool filterLayerSelectedOnly() 
const;
 
  120    bool hasAttributes() 
const;
 
  125    QStringList attributes() 
const;
 
  131    bool hasZRange() 
const;
 
  143    bool hasPointsLimit() 
const;
 
  149    int pointsLimit() 
const;
 
  156    void mFormatComboBox_currentIndexChanged( 
int idx );
 
  157    void mFilterGeometryGroupBoxCheckToggled( 
bool checked );
 
  158    void mMinimumZSpinBoxValueChanged( 
const double value );
 
  159    void mMaximumZSpinBoxValueChanged( 
const double value );
 
  160    void mFilterGeometryLayerChanged( 
QgsMapLayer *layer );
 
  163    void accept() 
override;
 
  164    void mSelectAllAttributes_clicked();
 
  165    void mDeselectAllAttributes_clicked();
 
  187    QString mDefaultOutputLayerNameFromInputLayerName;
 
  188    QString mLastUsedFilename;
 
  189    bool mWasAddToCanvasForced = 
false;