QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
QgsStyleSaveDialog Class Reference

a dialog for setting properties of a newly saved style. More...

#include <qgsstylesavedialog.h>

Inheritance diagram for QgsStyleSaveDialog:
Inheritance graph
[legend]

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...
 

Detailed Description

a dialog for setting properties of a newly saved style.

Since
QGIS 3.0

Definition at line 33 of file qgsstylesavedialog.h.

Constructor & Destructor Documentation

QgsStyleSaveDialog::QgsStyleSaveDialog ( QWidget *  parent = nullptr,
QgsStyle::StyleEntity  type = QgsStyle::SymbolEntity 
)

Constructor for QgsSymbolSaveDialog.

Parameters
parentparent widget
typethe QgsStyle entity type being saved

Definition at line 27 of file qgsstylesavedialog.cpp.

Member Function Documentation

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.


The documentation for this class was generated from the following files: