QGIS API Documentation
3.41.0-Master (f75d66fa9f9)
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
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
raster
qgsrasterrendererwidget.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
qgsrasterrendererwidget.cpp
3
---------------------------
4
begin : June 2012
5
copyright : (C) 2012 by Marco Hugentobler
6
email : marco at sourcepole dot ch
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
#include "
qgsrasterrendererwidget.h
"
19
#include "moc_qgsrasterrendererwidget.cpp"
20
#include "
qgsrasterdataprovider.h
"
21
#include "
qgsrasterlayer.h
"
22
#include "
qgsmapcanvas.h
"
23
24
void
QgsRasterRendererWidget::setMapCanvas
(
QgsMapCanvas
*canvas )
25
{
26
mCanvas
= canvas;
27
}
24
void
QgsRasterRendererWidget::setMapCanvas
(
QgsMapCanvas
*canvas ) {
…
}
28
29
QgsMapCanvas
*
QgsRasterRendererWidget::mapCanvas
()
30
{
31
return
mCanvas
;
32
}
29
QgsMapCanvas
*
QgsRasterRendererWidget::mapCanvas
() {
…
}
QgsMapCanvas
Map canvas is a class for displaying all GIS data types on a canvas.
Definition
qgsmapcanvas.h:93
QgsRasterRendererWidget::setMapCanvas
virtual void setMapCanvas(QgsMapCanvas *canvas)
Sets the map canvas associated with the widget.
Definition
qgsrasterrendererwidget.cpp:24
QgsRasterRendererWidget::mapCanvas
QgsMapCanvas * mapCanvas()
Returns the map canvas associated with the widget.
Definition
qgsrasterrendererwidget.cpp:29
QgsRasterRendererWidget::mCanvas
QgsMapCanvas * mCanvas
Associated map canvas.
Definition
qgsrasterrendererwidget.h:150
qgsmapcanvas.h
qgsrasterdataprovider.h
qgsrasterlayer.h
qgsrasterrendererwidget.h
Generated on Fri Jan 24 2025 00:25:35 for QGIS API Documentation by
1.9.8