QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgssnapindicator.h
Go to the documentation of this file.
1/***************************************************************************
2 qgssnapindicator.h
3 --------------------------------------
4 Date : October 2017
5 Copyright : (C) 2017 by Martin Dobias
6 Email : wonder dot sk at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSSNAPINDICATOR_H
17#define QGSSNAPINDICATOR_H
18
19#include "qgspointlocator.h"
20#include "qobjectuniqueptr.h"
21#include "qgis_gui.h"
22
23class QgsMapCanvas;
24class QgsVertexMarker;
25
26
31class GUI_EXPORT QgsSnapIndicator
32{
33 public:
37
39 void setMatch( const QgsPointLocator::Match &match );
41 QgsPointLocator::Match match() const { return mMatch; }
42
44 void setVisible( bool visible = true );
46 bool isVisible() const;
47
48 private:
49 Q_DISABLE_COPY( QgsSnapIndicator )
50
51#ifdef SIP_RUN
53 QgsSnapIndicator &operator=( const QgsSnapIndicator & );
54#endif
55
56 QgsMapCanvas *mCanvas = nullptr;
59};
60
61#endif // QGSSNAPINDICATOR_H
Map canvas is a class for displaying all GIS data types on a canvas.
Definition: qgsmapcanvas.h:93
Class that shows snapping marker on map canvas for the current snapping match.
QgsPointLocator::Match match() const
Returns currently displayed snapping match.
A class for marking vertices of features using e.g.