QGIS/python/PyQt6/gui/auto_generated/symbology/qgsstylesavedialog.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

77 lines
2.2 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology/qgsstylesavedialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsStyleSaveDialog : QDialog
{
%Docstring(signature="appended")
A dialog for setting properties of a newly saved style.
%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 :py:class:`QgsStyle` entity type being saved
%End
QString name() const;
%Docstring
Returns the entered name for the new symbol.
%End
void setDefaultTags( const QString &tags );
%Docstring
Sets the default ``tags`` for the newly created item.
.. versionadded:: 3.10
%End
QString tags() const;
%Docstring
Returns any tags entered for the new symbol (as a comma separated value
list).
%End
bool isFavorite() const;
%Docstring
Returns ``True`` if the favorite is checked for the symbol.
%End
QgsStyle::StyleEntity selectedType() const;
%Docstring
Returns the type of style entity to save.
.. versionadded:: 3.10
%End
QgsStyle *destinationStyle();
%Docstring
Returns the destination style database.
.. versionadded:: 3.26
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/symbology/qgsstylesavedialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/