QGIS/python/gui/symbology-ng/qgsstylesavedialog.sip

61 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology-ng/qgsstylesavedialog.h *
* *
* 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.
.. 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
Constructor for QgsSymbolSaveDialog
\param parent parent widget
\param type the QgsStyle entity type being saved
%End
QString name() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns the text value of the name element
:rtype: str
%End
QString tags() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns the text value of the tags element
:rtype: str
%End
bool isFavorite() const;
2017-06-08 15:30:38 +02:00
%Docstring
returns whether the favorite element is checked
:rtype: bool
%End
};
2017-06-08 15:30:38 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology-ng/qgsstylesavedialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/