QGIS/python/gui/auto_generated/symbology/qgsstylesavedialog.sip.in

60 lines
1.7 KiB
Plaintext
Raw Normal View History

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
{
2017-06-08 15:30:38 +02:00
%Docstring
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
%End
2017-06-08 15:30:38 +02:00
%TypeHeaderCode
#include "qgsstylesavedialog.h"
%End
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
QString name() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns the text value of the name element
%End
QString tags() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns the text value of the tags element
%End
bool isFavorite() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns whether the favorite element is checked
%End
};
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 *
************************************************************************/