QGIS API Documentation 3.41.0-Master (57ec4277f5e)
Loading...
Searching...
No Matches
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
18class QgsVertexMarker;
19class QgsMapToolPan;
20
29{
30 Q_OBJECT
31
32 public:
36 QgsCoordinateBoundsPreviewMapWidget( QWidget *parent SIP_TRANSFERTHIS = nullptr );
37
39
46 void setCanvasRect( const QgsRectangle &rect );
47
52 QgsRectangle canvasRect() const;
53
58 void setPreviewRect( const QgsRectangle &rect );
59
60 private:
61 QgsRubberBand *mPreviewBand = nullptr;
62 QgsRubberBand *mCanvasPreviewBand = nullptr;
63 QgsVertexMarker *mCanvasCenterMarker = nullptr;
64 QgsMapToolPan *mPanTool = nullptr;
65
66 QList<QgsMapLayer *> mLayers;
67
68 QgsRectangle mCanvasRect;
69};
70
71#endif // QGSCOORDINATEBOUNDSPREVIEWWIDGET_H
A widget for showing the bounds of a rectangular region on an interactive map.
Map canvas is a class for displaying all GIS data types on a canvas.
A map tool for panning the map.
A rectangle specified with double values.
A class for drawing transient features (e.g.
A class for marking vertices of features using e.g.
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:53