2017-06-08 15:30:38 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-08-06 13:39:03 +02:00
|
|
|
* src/gui/symbology/qgsstylesavedialog.h *
|
2017-06-08 15:30:38 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsStyleSaveDialog: QDialog
|
2016-11-07 08:41:33 +07:00
|
|
|
{
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
2018-05-26 14:10:30 +10:00
|
|
|
a dialog for setting properties of a newly saved style.
|
2017-12-15 10:36:55 -04:00
|
|
|
|
2017-06-08 15:30:38 +02:00
|
|
|
.. versionadded:: 3.0
|
2016-11-07 08:41:33 +07:00
|
|
|
%End
|
|
|
|
|
2017-06-08 15:30:38 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsstylesavedialog.h"
|
|
|
|
%End
|
2016-11-07 08:41:33 +07:00
|
|
|
public:
|
|
|
|
|
2017-06-08 15:30:38 +02:00
|
|
|
QgsStyleSaveDialog( QWidget *parent /TransferThis/ = 0, QgsStyle::StyleEntity type = QgsStyle::SymbolEntity );
|
|
|
|
%Docstring
|
2017-12-19 11:43:52 -04:00
|
|
|
Constructor for :py:class:`QgsSymbolSaveDialog`
|
2017-12-15 21:36:08 -04:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
:param parent: parent widget
|
|
|
|
:param type: the QgsStyle entity type being saved
|
2017-06-08 15:30:38 +02:00
|
|
|
%End
|
|
|
|
|
2016-11-07 08:41:33 +07:00
|
|
|
QString name() const;
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
|
|
|
returns the text value of the name element
|
|
|
|
%End
|
2016-11-07 08:41:33 +07:00
|
|
|
|
|
|
|
QString tags() const;
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
|
|
|
returns the text value of the tags element
|
|
|
|
%End
|
2016-11-07 08:41:33 +07:00
|
|
|
|
|
|
|
bool isFavorite() const;
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
|
|
|
returns whether the favorite element is checked
|
|
|
|
%End
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-11-07 08:41:33 +07:00
|
|
|
};
|
2017-06-08 15:30:38 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2017-08-06 13:39:03 +02:00
|
|
|
* src/gui/symbology/qgsstylesavedialog.h *
|
2017-06-08 15:30:38 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|