mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
60 lines
1.7 KiB
Plaintext
60 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsstylesavedialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsStyleSaveDialog: QDialog
|
|
{
|
|
%Docstring
|
|
a dialog for setting properties of a newly saved style.
|
|
|
|
.. versionadded:: 3.0
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsstylesavedialog.h"
|
|
%End
|
|
public:
|
|
|
|
QgsStyleSaveDialog( QWidget *parent /TransferThis/ = 0, QgsStyle::StyleEntity type = QgsStyle::SymbolEntity );
|
|
%Docstring
|
|
Constructor for :py:class:`QgsSymbolSaveDialog`
|
|
|
|
:param parent: parent widget
|
|
:param type: the QgsStyle entity type being saved
|
|
%End
|
|
|
|
QString name() const;
|
|
%Docstring
|
|
returns the text value of the name element
|
|
%End
|
|
|
|
QString tags() const;
|
|
%Docstring
|
|
returns the text value of the tags element
|
|
%End
|
|
|
|
bool isFavorite() const;
|
|
%Docstring
|
|
returns whether the favorite element is checked
|
|
%End
|
|
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsstylesavedialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|