QGIS API Documentation
2.8.2-Wien
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
gui
qgsmapcanvassnappingutils.h
Go to the documentation of this file.
1
#ifndef QGSMAPCANVASSNAPPINGUTILS_H
2
#define QGSMAPCANVASSNAPPINGUTILS_H
3
4
#include "
qgssnappingutils.h
"
5
6
class
QgsMapCanvas
;
7
8
class
QProgressDialog;
9
14
class
GUI_EXPORT
QgsMapCanvasSnappingUtils
:
public
QgsSnappingUtils
15
{
16
Q_OBJECT
17
public
:
18
QgsMapCanvasSnappingUtils
(
QgsMapCanvas
* canvas, QObject* parent = 0 );
19
20
protected
:
21
virtual
void
prepareIndexStarting
(
int
count )
override
;
22
virtual
void
prepareIndexProgress
(
int
index
)
override
;
23
24
private
slots:
25
void
canvasMapSettingsChanged();
26
void
canvasCurrentLayerChanged();
27
28
private
:
29
QgsMapCanvas
* mCanvas;
30
QProgressDialog* mProgress;
31
};
32
33
34
#endif // QGSMAPCANVASSNAPPINGUTILS_H
Generated on Sun May 10 2015 16:33:26 for QGIS API Documentation by
1.8.1.2