QGIS API Documentation
3.43.0-Master (3ee7834ace6)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
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
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
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 Symbols
3
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Files
File List
File Members
All
3
_
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
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
u
w
Typedefs
3
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
Loading...
Searching...
No Matches
src
gui
qgsmasksourceselectionwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsmasksourceselectionwidget.h
3
---------------------
4
begin : September 2019
5
copyright : (C) 2019 by Hugo Mercier
6
email : hugo dot mercier at oslandia 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
#ifndef QGSMASKSOURCESELECTIONWIDGET_H
16
#define QGSMASKSOURCESELECTIONWIDGET_H
17
18
// We don't want to expose this in the public API
19
#define SIP_NO_FILE
20
21
#include <QWidget>
22
#include "
qgis_sip.h
"
23
#include "qgis_gui.h"
24
#include "
qgssymbollayerreference.h
"
25
26
class
QTreeWidget;
27
class
QTreeWidgetItem;
28
class
QgsSymbolLayer
;
29
38
class
GUI_EXPORT
QgsMaskSourceSelectionWidget
:
public
QWidget
39
{
40
Q_OBJECT
41
public
:
42
struct
MaskSource
43
{
45
QString
layerId
;
46
48
bool
isLabeling =
false
;
49
51
QString
symbolLayerId
;
52
};
42
struct
MaskSource
{
…
};
53
55
explicit
QgsMaskSourceSelectionWidget
( QWidget *parent =
nullptr
);
56
58
void
update();
59
61
QList<MaskSource> selection()
const
;
62
64
void
setSelection(
const
QList<MaskSource> &sel );
65
66
signals:
68
void
changed
();
69
70
private
:
71
QTreeWidget *mTree;
72
QHash<QgsSymbolLayerReference, QTreeWidgetItem *> mItems;
73
74
friend
class
TestQgsMaskingWidget;
75
};
38
class
GUI_EXPORT
QgsMaskSourceSelectionWidget
:
public
QWidget {
…
};
76
77
#endif
QgsMaskSourceSelectionWidget
A widget that allows the selection of a list of sources for selective masking.
Definition
qgsmasksourceselectionwidget.h:39
QgsMaskSourceSelectionWidget::changed
void changed()
Emitted when an item was changed.
QgsSymbolLayer
Definition
qgssymbollayer.h:55
qgis_sip.h
qgssymbollayerreference.h
QgsMaskSourceSelectionWidget::MaskSource
Definition
qgsmasksourceselectionwidget.h:43
QgsMaskSourceSelectionWidget::MaskSource::symbolLayerId
QString symbolLayerId
The symbol layer id.
Definition
qgsmasksourceselectionwidget.h:51
QgsMaskSourceSelectionWidget::MaskSource::layerId
QString layerId
The source layer id.
Definition
qgsmasksourceselectionwidget.h:45
Generated on Mon Mar 24 2025 21:55:38 for QGIS API Documentation by
1.9.8