QGIS API Documentation
3.43.0-Master (261ee7da134)
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
core
qgssiputils.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgssiputils.h
3
4
-------------------
5
begin : May 2025
6
copyright : (C) 2025 by Nyall Dawson
7
email : nyall dot dawson at gmail dot com
8
***************************************************************************/
9
10
/***************************************************************************
11
* *
12
* This program is free software; you can redistribute it and/or modify *
13
* it under the terms of the GNU General Public License as published by *
14
* the Free Software Foundation; either version 2 of the License, or *
15
* (at your option) any later version. *
16
* *
17
***************************************************************************/
18
19
#ifndef QGSSIPUTILS_H
20
#define QGSSIPUTILS_H
21
#include "qgis_core.h"
22
#include "
qgis_sip.h
"
23
30
class
CORE_EXPORT
QgsSipUtils
31
{
32
public
:
33
34
#ifdef SIP_RUN
41
static
bool
isPyOwned( SIP_PYOBJECT
SIP_GETWRAPPER
);
42
% MethodCode
43
if
( sipIsOwnedByPython( ( sipSimpleWrapper * )a0Wrapper ) )
44
{
45
sipRes =
true
;
46
}
47
else
48
{
49
sipRes =
false
;
50
}
51
% End
52
#endif
53
54
};
30
class
CORE_EXPORT
QgsSipUtils
{
…
};
55
56
#endif
//QGSSIPUTILS_H
QgsSipUtils
Contains utilities for working with SIP Python objects.
Definition
qgssiputils.h:31
qgis_sip.h
SIP_GETWRAPPER
#define SIP_GETWRAPPER
Definition
qgis_sip.h:43
Generated on Mon Jun 2 2025 00:14:09 for QGIS API Documentation by
1.9.8