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
gui
symbology
qgs25drendererwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgs25drendererwidget.h - Qgs25DRendererWidget
3
4
---------------------
5
begin : 14.1.2016
6
copyright : (C) 2016 by Matthias Kuhn
7
email : matthias@opengis.ch
8
***************************************************************************
9
* *
10
* This program is free software; you can redistribute it and/or modify *
11
* it under the terms of the GNU General Public License as published by *
12
* the Free Software Foundation; either version 2 of the License, or *
13
* (at your option) any later version. *
14
* *
15
***************************************************************************/
16
#ifndef QGS25DRENDERERWIDGET_H
17
#define QGS25DRENDERERWIDGET_H
18
19
#include "ui_qgs25drendererwidgetbase.h"
20
#include "
qgis_sip.h
"
21
#include "
qgsrendererwidget.h
"
22
#include "qgis_gui.h"
23
24
class
Qgs25DRenderer
;
25
30
class
GUI_EXPORT
Qgs25DRendererWidget
:
public
QgsRendererWidget
,
protected
Ui::Qgs25DRendererWidgetBase
31
{
32
Q_OBJECT
33
34
public
:
35
42
static
QgsRendererWidget
*create(
QgsVectorLayer
*layer,
QgsStyle
*style,
QgsFeatureRenderer
*renderer
SIP_TRANSFER
)
SIP_FACTORY
;
43
50
Qgs25DRendererWidget
(
QgsVectorLayer
*layer,
QgsStyle
*style,
QgsFeatureRenderer
*renderer
SIP_TRANSFER
);
51
52
QgsFeatureRenderer
*
renderer
()
override
;
53
54
private
slots:
55
void
updateRenderer();
56
57
private
:
58
void
apply()
override
SIP_FORCE
;
59
60
Qgs25DRenderer
*mRenderer =
nullptr
;
61
62
friend
class
QgsAppScreenShots;
63
};
64
65
#endif // QGS25DRENDERERWIDGET_H
QgsRendererWidget::renderer
virtual QgsFeatureRenderer * renderer()=0
Returns pointer to the renderer (no transfer of ownership)
Qgs25DRenderer
Definition:
qgs25drenderer.h:28
SIP_FACTORY
#define SIP_FACTORY
Definition:
qgis_sip.h:76
Qgs25DRendererWidget
Definition:
qgs25drendererwidget.h:30
qgis_sip.h
SIP_TRANSFER
#define SIP_TRANSFER
Definition:
qgis_sip.h:36
QgsRendererWidget
Definition:
qgsrendererwidget.h:44
QgsFeatureRenderer
Definition:
qgsrenderer.h:102
SIP_FORCE
#define SIP_FORCE
Definition:
qgis_sip.h:131
QgsStyle
Definition:
qgsstyle.h:159
QgsVectorLayer
Definition:
qgsvectorlayer.h:385
qgsrendererwidget.h
Generated on Mon Jun 22 2020 05:14:09 for QGIS API Documentation by
1.8.17