QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 true if the favorite is checked for the symbol. More... | |
QString | name () const |
Returns the entered name for the new symbol. More... | |
QgsStyle::StyleEntity | selectedType () const |
Returns the type of style entity to save. More... | |
void | setDefaultTags (const QString &tags) |
Sets the default tags for the newly created item. More... | |
QString | tags () const |
Returns any tags entered for the new symbol (as a comma separated value list). 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 28 of file qgsstylesavedialog.cpp.
bool QgsStyleSaveDialog::isFavorite | ( | ) | const |
Returns true
if the favorite is checked for the symbol.
Definition at line 137 of file qgsstylesavedialog.cpp.
QString QgsStyleSaveDialog::name | ( | ) | const |
Returns the entered name for the new symbol.
Definition at line 122 of file qgsstylesavedialog.cpp.
QgsStyle::StyleEntity QgsStyleSaveDialog::selectedType | ( | ) | const |
Returns the type of style entity to save.
Definition at line 142 of file qgsstylesavedialog.cpp.
void QgsStyleSaveDialog::setDefaultTags | ( | const QString & | tags | ) |
Sets the default tags for the newly created item.
Definition at line 127 of file qgsstylesavedialog.cpp.
QString QgsStyleSaveDialog::tags | ( | ) | const |
Returns any tags entered for the new symbol (as a comma separated value list).
Definition at line 132 of file qgsstylesavedialog.cpp.