QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
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
u
v
w
z
+
Variables
a
b
c
d
e
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
qgsstylesavedialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgssymbolsavedialog.h
3
-------------------------------------
4
begin : November 2016
5
copyright : (C) 2016 by Mathieu Pellerin
6
email : nirvn dot asia at gmail 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 QGSSTYLESAVEDIALOG_H
19
#define QGSSTYLESAVEDIALOG_H
20
21
#include <QDialog>
22
#include "ui_qgsstylesavedialog.h"
23
24
#include "
qgsstyle.h
"
25
#include "qgis_gui.h"
26
#include "
qgis_sip.h
"
27
33
class
GUI_EXPORT QgsStyleSaveDialog:
public
QDialog,
private
Ui::QgsStyleSaveDialog
34
{
35
Q_OBJECT
36
37
public
:
38
44
QgsStyleSaveDialog( QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
,
QgsStyle::StyleEntity
type =
QgsStyle::SymbolEntity
);
45
49
QString name()
const
;
50
56
void
setDefaultTags(
const
QString &tags );
57
61
QString tags()
const
;
62
66
bool
isFavorite()
const
;
67
72
QgsStyle::StyleEntity
selectedType()
const
;
73
74
private
:
75
76
QgsStyle::StyleEntity
mType =
QgsStyle::SymbolEntity
;
77
78
};
79
80
#endif // QGSSTYLESAVEDIALOG_H
QgsStyle::SymbolEntity
Symbols.
Definition:
qgsstyle.h:179
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition:
qgis_sip.h:53
QgsStyle::StyleEntity
StyleEntity
Enum for Entities involved in a style.
Definition:
qgsstyle.h:177
qgis_sip.h
qgsstyle.h
Generated on Sun Oct 27 2019 00:43:28 for QGIS API Documentation by
1.8.13