QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSEXTENTGROUPBOX_H
17 #define QGSEXTENTGROUPBOX_H
50 Q_PROPERTY( QString titleBase READ titleBase WRITE setTitleBase )
146 void setTitleBase(
const QString &title );
153 QString titleBase()
const;
174 void setOutputExtentFromOriginal();
179 void setOutputExtentFromCurrent();
190 void setOutputExtentFromLayer(
const QgsMapLayer *layer );
196 void setOutputExtentFromDrawOnCanvas();
204 void setRatio( QSize ratio );
215 void groupBoxClicked();
217 void widgetExtentChanged();
219 void validationChanged(
bool valid );
231 #endif // QGSEXTENTGROUPBOX_H
const QgsCoordinateReferenceSystem & outputCrs
@ CurrentExtent
Map canvas extent.
Collapsible group box for configuration of extent, typically for a save operation.
@ UserExtent
Extent manually entered/modified by the user.
@ DrawOnCanvas
Extent taken from a rectangled drawn onto the map canvas.
const QgsCoordinateReferenceSystem & crs
Map canvas is a class for displaying all GIS data types on a canvas.
@ ProjectLayerExtent
Extent taken from a layer within the project.
A groupbox that collapses/expands when toggled and can save its collapsed and checked states.
A rectangle specified with double values.
ExtentState
Available states for the current extent selection in the widget.
This class represents a coordinate reference system (CRS).
Base class for all map layer types.
@ OriginalExtent
Layer's extent.
void extentChanged(const QgsRectangle &r)
Emitted when the widget's extent is changed.