QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
gui
qgscoordinateboundspreviewmapwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
* qgscoordinateboundspreviewmapwidget.h *
3
* Copyright (C) 2019 by Nyall Dawson *
4
* nyall dot dawson at gmail dot com *
5
* *
6
* This program is free software; you can redistribute it and/or modify *
7
* it under the terms of the GNU General Public License as published by *
8
* the Free Software Foundation; either version 2 of the License, or *
9
* (at your option) any later version. *
10
***************************************************************************/
11
#ifndef QGSCOORDINATEBOUNDSPREVIEWWIDGET_H
12
#define QGSCOORDINATEBOUNDSPREVIEWWIDGET_H
13
14
#include "
qgsmapcanvas.h
"
15
#include "
qgis_sip.h
"
16
#include "qgis_gui.h"
17
18
class
QgsVertexMarker
;
19
27
class
GUI_EXPORT
QgsCoordinateBoundsPreviewMapWidget
:
public
QgsMapCanvas
28
{
29
Q_OBJECT
30
31
public
:
32
36
QgsCoordinateBoundsPreviewMapWidget
( QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
37
38
~
QgsCoordinateBoundsPreviewMapWidget
()
override
;
39
46
void
setCanvasRect(
const
QgsRectangle
&rect );
47
52
QgsRectangle
canvasRect()
const
;
53
58
void
setPreviewRect(
const
QgsRectangle
&rect );
59
60
private
:
61
62
QgsRubberBand
*mPreviewBand =
nullptr
;
63
QgsRubberBand
*mCanvasPreviewBand =
nullptr
;
64
QgsVertexMarker
*mCanvasCenterMarker =
nullptr
;
65
66
QList<QgsMapLayer *> mLayers;
67
68
QgsRectangle
mCanvasRect;
69
70
};
71
72
#endif // QGSCOORDINATEBOUNDSPREVIEWWIDGET_H
QgsCoordinateBoundsPreviewMapWidget
A widget for showing the bounds of a rectangular region on an interactive map.
Definition:
qgscoordinateboundspreviewmapwidget.h:27
qgsmapcanvas.h
QgsRubberBand
A class for drawing transient features (e.g. digitizing lines) on the map.
Definition:
qgsrubberband.h:51
QgsMapCanvas
Map canvas is a class for displaying all GIS data types on a canvas.
Definition:
qgsmapcanvas.h:89
QgsRectangle
A rectangle specified with double values.
Definition:
qgsrectangle.h:41
QgsVertexMarker
A class for marking vertices of features using e.g. circles or 'x'.
Definition:
qgsvertexmarker.h:36
qgis_sip.h
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
Generated on Sun Sep 11 2022 00:03:17 for QGIS API Documentation by
1.8.17