QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
z
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
z
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
2
3
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
c
e
f
g
h
k
l
m
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Related Functions
a
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
u
v
w
z
+
Variables
a
b
c
d
e
g
h
i
l
n
o
p
q
r
s
t
u
w
+
Typedefs
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
+
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
gui
qgsfeatureselectiondlg.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsfeatureselectiondlg.h
3
--------------------------------------
4
Date : 11.6.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 QGSFEATURESELECTIONDLG_H
17
#define QGSFEATURESELECTIONDLG_H
18
19
class
QgsGenericFeatureSelectionManager
;
20
21
#include "ui_qgsfeatureselectiondlg.h"
22
#include "
qgis_sip.h
"
23
#include "qgis_gui.h"
24
25
#ifdef SIP_RUN
26
// This is required for the ConvertToSubClassCode to work properly
27
// so RTTI for casting is available in the whole module.
28
% ModuleCode
29
#include "
qgsfeatureselectiondlg.h
"
30
% End
31
#endif
32
37
class
GUI_EXPORT
QgsFeatureSelectionDlg
:
public
QDialog,
private
Ui::QgsFeatureSelectionDlg
38
{
39
40
#ifdef SIP_RUN
41
SIP_CONVERT_TO_SUBCLASS_CODE
42
if
( qobject_cast<QgsFeatureSelectionDlg *>( sipCpp ) )
43
sipType = sipType_QgsFeatureSelectionDlg;
44
else
45
sipType = 0;
46
SIP_END
47
#endif
48
49
Q_OBJECT
50
51
public
:
52
54
explicit
QgsFeatureSelectionDlg
(
QgsVectorLayer
*vl,
QgsAttributeEditorContext
&context, QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
55
61
const
QgsFeatureIds
&selectedFeatures();
62
67
void
setSelectedFeatures(
const
QgsFeatureIds
&ids );
68
69
private
:
70
QgsGenericFeatureSelectionManager
*mFeatureSelection =
nullptr
;
71
QgsVectorLayer
*mVectorLayer =
nullptr
;
72
73
// QWidget interface
74
protected
:
75
77
void
showEvent( QShowEvent *event )
override
;
78
};
79
80
#endif // QGSFEATURESELECTIONDLG_H
QgsFeatureSelectionDlg
Definition:
qgsfeatureselectiondlg.h:37
QgsFeatureIds
QSet< QgsFeatureId > QgsFeatureIds
Definition:
qgsfeatureid.h:34
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
QgsAttributeEditorContext
This class contains context information for attribute editor widgets.
Definition:
qgsattributeeditorcontext.h:39
qgis_sip.h
SIP_END
#define SIP_END
Definition:
qgis_sip.h:189
QgsGenericFeatureSelectionManager
This selection manager synchronizes a local set of selected features with an attribute table...
Definition:
qgsgenericfeatureselectionmanager.h:32
SIP_CONVERT_TO_SUBCLASS_CODE
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
Definition:
qgis_sip.h:172
qgsfeatureselectiondlg.h
QgsVectorLayer
Represents a vector layer which manages a vector based data sets.
Definition:
qgsvectorlayer.h:366
Generated on Sun Oct 27 2019 00:43:28 for QGIS API Documentation by
1.8.13