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

#include <qgsstyleexportimportdialog.h>

Inheritance diagram for QgsStyleExportImportDialog:
Inheritance graph
[legend]

Public Types

enum  Mode { Export, Import }
 

Public Slots

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

Public Member Functions

 QgsStyleExportImportDialog (QgsStyle *style, QWidget *parent=nullptr, Mode mode=Export)
 
 ~QgsStyleExportImportDialog () override
 
void deselectSymbols (const QStringList &symbolNames)
 deselectSymbols deselect symbols by name More...
 
void selectSymbols (const QStringList &symbolNames)
 selectSymbols select symbols by name More...
 

Detailed Description

Definition at line 41 of file qgsstyleexportimportdialog.h.

Member Enumeration Documentation

Enumerator
Export 
Import 

Definition at line 46 of file qgsstyleexportimportdialog.h.

Constructor & Destructor Documentation

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

Definition at line 42 of file qgsstyleexportimportdialog.cpp.

QgsStyleExportImportDialog::~QgsStyleExportImportDialog ( )
override

Definition at line 370 of file qgsstyleexportimportdialog.cpp.

Member Function Documentation

void QgsStyleExportImportDialog::clearSelection ( )
slot

clearSelection deselects all symbols

Definition at line 381 of file qgsstyleexportimportdialog.cpp.

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

deselectSmartgroup deselects all symbols from a smart group

Parameters
groupName

Definition at line 431 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::deselectSymbols ( const QStringList &  symbolNames)

deselectSymbols deselect symbols by name

Parameters
symbolNameslist of symbol names

Definition at line 398 of file qgsstyleexportimportdialog.cpp.

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 417 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::doExportImport ( )
slot

Definition at line 139 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::importTypeChanged ( int  index)
slot

Definition at line 457 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::selectAll ( )
slot

selectAll selects all symbols

Definition at line 376 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::selectByGroup ( )
slot

selectByGroup open select by group dialog

Definition at line 439 of file qgsstyleexportimportdialog.cpp.

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

selectSmartgroup selects all symbols from a smart group

Parameters
groupName

Definition at line 423 of file qgsstyleexportimportdialog.cpp.

void QgsStyleExportImportDialog::selectSymbols ( const QStringList &  symbolNames)

selectSymbols select symbols by name

Parameters
symbolNameslist of symbol names

Definition at line 386 of file qgsstyleexportimportdialog.cpp.

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 411 of file qgsstyleexportimportdialog.cpp.


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