QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
a dialog for setting properties of a newly saved style. More...
#include <qgsstylesavedialog.h>
Public Member Functions | |
QgsStyleSaveDialog (QWidget *parent=nullptr, QgsStyle::StyleEntity type=QgsStyle::SymbolEntity) | |
Constructor for QgsSymbolSaveDialog. More... | |
bool | isFavorite () const |
returns whether the favorite element is checked More... | |
QString | name () const |
returns the text value of the name element More... | |
QString | tags () const |
returns the text value of the tags element More... | |
a dialog for setting properties of a newly saved style.
Definition at line 33 of file qgsstylesavedialog.h.
QgsStyleSaveDialog::QgsStyleSaveDialog | ( | QWidget * | parent = nullptr , |
QgsStyle::StyleEntity | type = QgsStyle::SymbolEntity |
||
) |
Constructor for QgsSymbolSaveDialog.
parent | parent widget |
type | the QgsStyle entity type being saved |
Definition at line 27 of file qgsstylesavedialog.cpp.
bool QgsStyleSaveDialog::isFavorite | ( | ) | const |
returns whether the favorite element is checked
Definition at line 54 of file qgsstylesavedialog.cpp.
QString QgsStyleSaveDialog::name | ( | ) | const |
returns the text value of the name element
Definition at line 44 of file qgsstylesavedialog.cpp.
QString QgsStyleSaveDialog::tags | ( | ) | const |
returns the text value of the tags element
Definition at line 49 of file qgsstylesavedialog.cpp.