QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
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 "ui_qgsstylesavedialog.h"
22
23#include "qgis_gui.h"
24#include "qgis_sip.h"
25#include "qgsstyle.h"
26
27#include <QDialog>
28
33class GUI_EXPORT QgsStyleSaveDialog : public QDialog, private Ui::QgsStyleSaveDialog
34{
35 Q_OBJECT
36
37 public:
38
45
49 QString name() const;
50
56 void setDefaultTags( const QString &tags );
57
61 QString tags() const;
62
66 bool isFavorite() const;
67
73
80
81 private:
83};
84
85#endif // QGSSTYLESAVEDIALOG_H
bool isFavorite() const
Returns true if the favorite is checked for the symbol.
QString name() const
Returns the entered name for the new symbol.
QgsStyle::StyleEntity selectedType() const
Returns the type of style entity to save.
void setDefaultTags(const QString &tags)
Sets the default tags for the newly created item.
QgsStyleSaveDialog(QWidget *parent=nullptr, QgsStyle::StyleEntity type=QgsStyle::SymbolEntity)
Constructor for QgsSymbolSaveDialog.
QString tags() const
Returns any tags entered for the new symbol (as a comma separated value list).
QgsStyle * destinationStyle()
Returns the destination style database.
A database of saved style entities, including symbols, color ramps, text formats and others.
Definition qgsstyle.h:88
StyleEntity
Enum for Entities involved in a style.
Definition qgsstyle.h:204
@ SymbolEntity
Symbols.
Definition qgsstyle.h:205
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:53