QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
core
vector
qgsvectorlayertools.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsvectorlayertools.h
3
--------------------------------------
4
Date : 29.5.2013
5
Copyright : (C) 2013 Matthias Kuhn
6
Email : matthias at opengis dot ch
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 QGSVECTORLAYERTOOLS_H
17
#define QGSVECTORLAYERTOOLS_H
18
19
#include "qgis_core.h"
20
#include "
qgis_sip.h
"
21
#include <QObject>
22
23
#include "
qgsfeature.h
"
24
#include "
qgsgeometry.h
"
25
26
class
QgsFeatureRequest
;
27
class
QgsVectorLayer
;
28
39
class
CORE_EXPORT
QgsVectorLayerTools
:
public
QObject
40
{
41
Q_OBJECT
42
43
public
:
44
QgsVectorLayerTools
();
45
46
// TODO QGIS 4: remove const qualifier
47
61
virtual
bool
addFeature(
QgsVectorLayer
*layer,
const
QgsAttributeMap
&defaultValues =
QgsAttributeMap
(),
const
QgsGeometry
&defaultGeometry =
QgsGeometry
(),
QgsFeature
*feature
SIP_OUT
=
nullptr
, QWidget *parentWidget =
nullptr
,
bool
showModal =
true
,
bool
hideParent =
false
)
const
= 0;
62
63
// TODO QGIS 4: remove const qualifier
64
75
virtual
bool
startEditing(
QgsVectorLayer
*layer )
const
= 0;
76
77
// TODO QGIS 4: remove const qualifier
78
88
virtual
bool
stopEditing(
QgsVectorLayer
*layer,
bool
allowCancel =
true
)
const
= 0;
89
90
// TODO QGIS 4: remove const qualifier
91
99
virtual
bool
saveEdits(
QgsVectorLayer
*layer )
const
= 0;
100
101
// TODO QGIS 4: remove const qualifier
102
117
virtual
bool
copyMoveFeatures(
QgsVectorLayer
*layer,
QgsFeatureRequest
&request
SIP_INOUT
,
double
dx = 0,
double
dy = 0, QString *errorMsg
SIP_OUT
=
nullptr
,
const
bool
topologicalEditing =
false
,
QgsVectorLayer
*topologicalLayer =
nullptr
)
const
;
118
125
bool
forceSuppressFormPopup()
const
;
126
135
void
setForceSuppressFormPopup(
bool
forceSuppressFormPopup );
136
137
private
:
138
139
bool
mForceSuppressFormPopup {
false
};
140
141
142
};
143
144
#endif // QGSVECTORLAYERTOOLS_H
SIP_OUT
#define SIP_OUT
Definition:
qgis_sip.h:58
qgsfeature.h
QgsVectorLayerTools
Methods in this class are used to handle basic operations on vector layers. With an implementation of...
Definition:
qgsvectorlayertools.h:39
QgsFeatureRequest
This class wraps a request for features to a vector layer (or directly its vector data provider).
Definition:
qgsfeaturerequest.h:83
qgis_sip.h
QgsAttributeMap
QMap< int, QVariant > QgsAttributeMap
Definition:
qgsattributes.h:38
SIP_INOUT
#define SIP_INOUT
Definition:
qgis_sip.h:71
qgsgeometry.h
QgsGeometry
A geometry is the spatial representation of a feature.
Definition:
qgsgeometry.h:124
QgsVectorLayer
Represents a vector layer which manages a vector based data sets.
Definition:
qgsvectorlayer.h:391
QgsFeature
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Definition:
qgsfeature.h:55
Generated on Sun Sep 11 2022 00:03:17 for QGIS API Documentation by
1.8.17