QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsStyleExportImportDialog Class Reference

A dialog allowing importing and exporting of entities from a QgsStyle. More...

#include <qgsstyleexportimportdialog.h>

Inheritance diagram for QgsStyleExportImportDialog:

Public Types

enum  Mode { Export , Import }
 Dialog modes. More...

Public Slots

void clearSelection ()
 clearSelection deselects all symbols
void deselectFavorites ()
 Deselects favorite symbols.
void deselectSmartgroup (const QString &groupName)
 deselectSmartgroup deselects all symbols from a smart group
void deselectTag (const QString &tagName)
 Deselect the symbols belonging to the given tag.
void doExportImport ()
void importTypeChanged (int)
void selectAll ()
 selectAll selects all symbols
void selectByGroup ()
 selectByGroup open select by group dialog
void selectFavorites ()
 Selects favorite symbols.
void selectSmartgroup (const QString &groupName)
 selectSmartgroup selects all symbols from a smart group
void selectTag (const QString &tagName)
 Select the symbols belonging to the given tag.

Public Member Functions

 QgsStyleExportImportDialog (QgsStyle *style, QWidget *parent=nullptr, Mode mode=Export)
 Constructor for QgsStyleExportImportDialog, with the specified parent widget.
 ~QgsStyleExportImportDialog () override
void deselectSymbols (const QStringList &symbolNames)
 deselectSymbols deselect symbols by name
void selectSymbols (const QStringList &symbolNames)
 selectSymbols select symbols by name
void setImportFilePath (const QString &path)
 Sets the initial path to use for importing files, when the dialog is in a Import mode.

Detailed Description

A dialog allowing importing and exporting of entities from a QgsStyle.

Definition at line 42 of file qgsstyleexportimportdialog.h.

Member Enumeration Documentation

◆ Mode

Dialog modes.

Enumerator
Export 

Export existing symbols mode.

Import 

Import xml file mode.

Definition at line 48 of file qgsstyleexportimportdialog.h.

Constructor & Destructor Documentation

◆ QgsStyleExportImportDialog()

QgsStyleExportImportDialog::QgsStyleExportImportDialog ( QgsStyle * style,
QWidget * parent = nullptr,
Mode mode = Export )

Constructor for QgsStyleExportImportDialog, with the specified parent widget.

Creates a dialog for importing symbols into the given style, or exporting symbols from the style. The mode argument dictates whether the dialog is to be used for exporting or importing symbols.

Definition at line 44 of file qgsstyleexportimportdialog.cpp.

◆ ~QgsStyleExportImportDialog()

QgsStyleExportImportDialog::~QgsStyleExportImportDialog ( )
override

Definition at line 237 of file qgsstyleexportimportdialog.cpp.

Member Function Documentation

◆ clearSelection

void QgsStyleExportImportDialog::clearSelection ( )
slot

clearSelection deselects all symbols

Definition at line 253 of file qgsstyleexportimportdialog.cpp.

◆ deselectFavorites

void QgsStyleExportImportDialog::deselectFavorites ( )
slot

Deselects favorite symbols.

Since
QGIS 3.14

Definition at line 270 of file qgsstyleexportimportdialog.cpp.

◆ deselectSmartgroup

void QgsStyleExportImportDialog::deselectSmartgroup ( const QString & groupName)
slot

deselectSmartgroup deselects all symbols from a smart group

Parameters
groupName

Definition at line 347 of file qgsstyleexportimportdialog.cpp.

◆ deselectSymbols()

void QgsStyleExportImportDialog::deselectSymbols ( const QStringList & symbolNames)

deselectSymbols deselect symbols by name

Parameters
symbolNameslist of symbol names

Definition at line 297 of file qgsstyleexportimportdialog.cpp.

◆ deselectTag

void QgsStyleExportImportDialog::deselectTag ( const QString & tagName)
slot

Deselect the symbols belonging to the given tag.

Parameters
tagNamethe name of the group to be deselected

Definition at line 324 of file qgsstyleexportimportdialog.cpp.

◆ doExportImport

void QgsStyleExportImportDialog::doExportImport ( )
slot

Definition at line 144 of file qgsstyleexportimportdialog.cpp.

◆ importTypeChanged

void QgsStyleExportImportDialog::importTypeChanged ( int index)
slot

Definition at line 377 of file qgsstyleexportimportdialog.cpp.

◆ selectAll

void QgsStyleExportImportDialog::selectAll ( )
slot

selectAll selects all symbols

Definition at line 248 of file qgsstyleexportimportdialog.cpp.

◆ selectByGroup

void QgsStyleExportImportDialog::selectByGroup ( )
slot

selectByGroup open select by group dialog

Definition at line 357 of file qgsstyleexportimportdialog.cpp.

◆ selectFavorites

void QgsStyleExportImportDialog::selectFavorites ( )
slot

Selects favorite symbols.

Since
QGIS 3.14

Definition at line 258 of file qgsstyleexportimportdialog.cpp.

◆ selectSmartgroup

void QgsStyleExportImportDialog::selectSmartgroup ( const QString & groupName)
slot

selectSmartgroup selects all symbols from a smart group

Parameters
groupName

Definition at line 337 of file qgsstyleexportimportdialog.cpp.

◆ selectSymbols()

void QgsStyleExportImportDialog::selectSymbols ( const QStringList & symbolNames)

selectSymbols select symbols by name

Parameters
symbolNameslist of symbol names

Definition at line 283 of file qgsstyleexportimportdialog.cpp.

◆ selectTag

void QgsStyleExportImportDialog::selectTag ( const QString & tagName)
slot

Select the symbols belonging to the given tag.

Parameters
tagNamethe name of the group to be selected

Definition at line 312 of file qgsstyleexportimportdialog.cpp.

◆ setImportFilePath()

void QgsStyleExportImportDialog::setImportFilePath ( const QString & path)

Sets the initial path to use for importing files, when the dialog is in a Import mode.

Since
QGIS 3.6

Definition at line 243 of file qgsstyleexportimportdialog.cpp.


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