15 #ifndef QGSEXTENTGROUPBOX_H 16 #define QGSEXTENTGROUPBOX_H 20 #include "ui_qgsextentgroupboxwidget.h" 40 Q_PROPERTY(
QString titleBase READ titleBase WRITE setTitleBase )
75 void setTitleBase(
const QString& title );
82 void setOutputExtentFromOriginal();
85 void setOutputExtentFromCurrent();
101 void groupBoxClicked();
105 void setOutputExtentFromLineEdit();
122 #endif // QGSEXTENTGROUPBOX_H void on_mYMaxLineEdit_textEdited(const QString &)
extent manually entered/modified by the user
A rectangle specified with double values.
QgsRectangle originalExtent() const
void on_mXMinLineEdit_textEdited(const QString &)
A groupbox that collapses/expands when toggled and can save its collapsed and checked states...
QgsCoordinateReferenceSystem mOutputCrs
QgsCoordinateReferenceSystem mOriginalCrs
QString mTitleBase
Base part of the title used for the extent.
QgsRectangle mCurrentExtent
const QgsCoordinateReferenceSystem & currentCrs() const
void on_mXMaxLineEdit_textEdited(const QString &)
QgsRectangle currentExtent() const
const QgsCoordinateReferenceSystem & originalCrs() const
Class for storing a coordinate reference system (CRS)
QgsRectangle mOriginalExtent
QgsCoordinateReferenceSystem mCurrentCrs
void on_mYMinLineEdit_textEdited(const QString &)
Collapsible group box for configuration of extent, typically for a save operation.
ExtentState extentState() const