QGIS API Documentation
3.14.0-Pi (9f7028fd23)
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
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
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
server
services
wms
qgswmsrestorer.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgswmsrestorer.h
3
----------------
4
begin : April 24, 2017
5
copyright : (C) 2017 by Paul Blottiere
6
email : paul.blottiere@oslandia.com
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSWMSRESTORER_H
19
#define QGSWMSRESTORER_H
20
21
#include <QList>
22
#include <QDomDocument>
23
#include <QMap>
24
25
#include "
qgsfeatureid.h
"
26
#include "
qgswmsrendercontext.h
"
27
28
class
QgsMapLayer
;
29
36
class
QgsLayerRestorer
37
{
38
public
:
39
44
QgsLayerRestorer
(
const
QList<QgsMapLayer *> &layers );
45
51
~QgsLayerRestorer
();
52
53
private
:
54
55
struct
QgsLayerSettings
56
{
57
QString name;
58
double
mOpacity;
59
QString mNamedStyle;
60
QDomDocument mQgisStyle;
61
QString mFilter;
62
QgsFeatureIds
mSelectedFeatureIds;
63
};
64
65
QMap<QgsMapLayer *, QgsLayerSettings> mLayerSettings;
66
};
67
68
namespace
QgsWms
69
{
70
76
class
QgsWmsRestorer
77
{
78
public
:
79
84
QgsWmsRestorer
(
const
QgsWmsRenderContext
&context );
85
89
~QgsWmsRestorer
() =
default
;
90
91
private
:
92
93
QgsLayerRestorer
mLayerRestorer;
94
};
95
};
96
97
#endif
QgsLayerRestorer
Definition:
qgswmsrestorer.h:36
qgsfeatureid.h
QgsWms::QgsWmsRenderContext
Rendering context for the WMS renderer.
Definition:
qgswmsrendercontext.h:47
QgsWms::QgsWmsRestorer::~QgsWmsRestorer
~QgsWmsRestorer()=default
Default destructor.
QgsFeatureIds
QSet< QgsFeatureId > QgsFeatureIds
Definition:
qgsfeatureid.h:34
QgsWms
WMS implementation.
Definition:
qgsdxfwriter.cpp:22
QgsWms::QgsWmsRestorer::QgsWmsRestorer
QgsWmsRestorer(const QgsWmsRenderContext &context)
Constructor for QgsWmsRestorer.
Definition:
qgswmsrestorer.cpp:141
QgsLayerRestorer::QgsLayerRestorer
QgsLayerRestorer(const QList< QgsMapLayer * > &layers)
Constructor for QgsLayerRestorer.
Definition:
qgswmsrestorer.cpp:27
QgsMapLayer
Definition:
qgsmaplayer.h:81
QgsLayerRestorer::~QgsLayerRestorer
~QgsLayerRestorer()
Destructor.
Definition:
qgswmsrestorer.cpp:85
QgsWms::QgsWmsRestorer
Definition:
qgswmsrestorer.h:76
qgswmsrendercontext.h
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17