QGIS API Documentation
3.43.0-Master (c67cf405802)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Functions
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
w
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
e
f
g
h
i
l
n
o
p
q
r
s
t
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
qgslegendfilterbutton.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgslegendfilterbutton.h - QToolButton for legend filter by map content
3
--------------------------------------
4
Date : June 2015
5
Copyright : (C) 2015 by Hugo Mercier at Oslandia
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 QGS_LEGEND_FILTER_BUTTON_H
16
#define QGS_LEGEND_FILTER_BUTTON_H
17
18
#include <QToolButton>
19
#include "qgis_gui.h"
20
#include "
qgsexpressioncontext.h
"
21
22
class
QgsVectorLayer
;
23
class
QgsExpressionContextGenerator
;
24
33
class
GUI_EXPORT
QgsLegendFilterButton
:
public
QToolButton
34
{
35
Q_OBJECT
36
37
public
:
43
QgsLegendFilterButton
( QWidget *parent =
nullptr
);
44
48
QString expressionText()
const
;
49
54
void
setExpressionText(
const
QString &expression );
55
61
void
registerExpressionContextGenerator(
QgsExpressionContextGenerator
*generator );
62
67
QgsVectorLayer
*vectorLayer()
const
;
68
73
void
setVectorLayer(
QgsVectorLayer
*layer );
74
75
signals:
76
80
void
expressionTextChanged
();
81
82
private
:
83
QMenu *mMenu =
nullptr
;
84
QAction *mSetExpressionAction =
nullptr
;
85
QAction *mClearExpressionAction =
nullptr
;
86
QString mExpression;
87
QgsExpressionContextGenerator
*mExpressionContextGenerator =
nullptr
;
88
89
void
updateMenu();
90
91
QgsVectorLayer
*mLayer =
nullptr
;
92
private
slots:
93
void
onSetLegendFilterExpression();
94
void
onClearFilterExpression();
95
void
onToggle(
bool
);
96
};
33
class
GUI_EXPORT
QgsLegendFilterButton
:
public
QToolButton {
…
};
97
98
#endif
// QGS_FILTER_LEGEND_BUTTON_H
QgsExpressionContextGenerator
Abstract interface for generating an expression context.
Definition
qgsexpressioncontextgenerator.h:36
QgsLegendFilterButton
A tool button that allows enabling or disabling legend filter by contents of the map.
Definition
qgslegendfilterbutton.h:34
QgsLegendFilterButton::expressionTextChanged
void expressionTextChanged()
Emitted when the expression text changes.
QgsVectorLayer
Represents a vector layer which manages a vector based dataset.
Definition
qgsvectorlayer.h:401
qgsexpressioncontext.h
Generated on Tue Apr 8 2025 15:57:40 for QGIS API Documentation by
1.9.8