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
vector
qgswmsdimensiondialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgswmsdimensiondialog.h
3
------------------
4
begin : August 20, 2019
5
copyright : (C) 2019 by René-Luc D'Hont
6
email : rldhont at 3liz dot 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 QGSWMSDIMENSIONDIALOG_H
19
#define QGSWMSDIMENSIONDIALOG_H
20
21
// We don't want to expose this in the public API
22
#define SIP_NO_FILE
23
24
#include "ui_qgswmsdimensiondialogbase.h"
25
#include "
qgsmaplayerserverproperties.h
"
26
#include "qgis_gui.h"
27
28
class
QgsVectorLayer
;
29
45
class
GUI_EXPORT
QgsWmsDimensionDialog
:
public
QDialog,
private
Ui::QgsWmsDimensionDialogBase
46
{
47
Q_OBJECT
48
public
:
49
QgsWmsDimensionDialog
(
QgsVectorLayer
*layer, QStringList alreadyDefinedDimensions, QWidget *parent =
nullptr
, Qt::WindowFlags f = Qt::WindowFlags() );
50
51
QgsMapLayerServerProperties::WmsDimensionInfo
info()
const
;
52
53
void
setInfo(
const
QgsMapLayerServerProperties::WmsDimensionInfo
&info );
54
55
private
slots:
56
void
nameChanged(
const
QString &name );
57
void
fieldChanged();
58
void
defaultDisplayChanged(
int
index );
59
60
private
:
62
QgsVectorLayer
*mLayer =
nullptr
;
63
};
45
class
GUI_EXPORT
QgsWmsDimensionDialog
:
public
QDialog,
private
Ui::QgsWmsDimensionDialogBase {
…
};
64
65
66
#endif
// QGSWMSDIMENSIONDIALOG_H
QgsVectorLayer
Represents a vector layer which manages a vector based dataset.
Definition
qgsvectorlayer.h:401
QgsWmsDimensionDialog
A dialog that provides an interface for WMS/OAPIF (WFS3) dimensions configuration.
Definition
qgswmsdimensiondialog.h:46
qgsmaplayerserverproperties.h
QgsServerWmsDimensionProperties::WmsDimensionInfo
Setting to define QGIS Server WMS Dimension.
Definition
qgsmaplayerserverproperties.h:162
Generated on Tue Apr 8 2025 15:57:40 for QGIS API Documentation by
1.9.8