QGIS API Documentation
3.0.2-Girona (307d082)
|
#include <qgsstyleexportimportdialog.h>
Public Types | |
enum | Mode { Export, Import } |
Public Slots | |
void | browse () |
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... | |
Definition at line 40 of file qgsstyleexportimportdialog.h.
Enumerator | |
---|---|
Export | |
Import |
Definition at line 45 of file qgsstyleexportimportdialog.h.
QgsStyleExportImportDialog::QgsStyleExportImportDialog | ( | QgsStyle * | style, |
QWidget * | parent = nullptr , |
||
Mode | mode = Export |
||
) |
Definition at line 35 of file qgsstyleexportimportdialog.cpp.
|
override |
Definition at line 368 of file qgsstyleexportimportdialog.cpp.
|
slot |
Definition at line 479 of file qgsstyleexportimportdialog.cpp.
|
slot |
clearSelection deselects all symbols
Definition at line 380 of file qgsstyleexportimportdialog.cpp.
|
slot |
deselectSmartgroup deselects all symbols from a smart group
groupName |
Definition at line 430 of file qgsstyleexportimportdialog.cpp.
void QgsStyleExportImportDialog::deselectSymbols | ( | const QStringList & | symbolNames | ) |
deselectSymbols deselect symbols by name
symbolNames | list of symbol names |
Definition at line 397 of file qgsstyleexportimportdialog.cpp.
|
slot |
Deselect the symbols belonging to the given tag.
tagName | the name of the group to be deselected |
Definition at line 416 of file qgsstyleexportimportdialog.cpp.
|
slot |
Definition at line 119 of file qgsstyleexportimportdialog.cpp.
|
slot |
Definition at line 456 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectAll selects all symbols
Definition at line 375 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectByGroup open select by group dialog
Definition at line 438 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectSmartgroup selects all symbols from a smart group
groupName |
Definition at line 422 of file qgsstyleexportimportdialog.cpp.
void QgsStyleExportImportDialog::selectSymbols | ( | const QStringList & | symbolNames | ) |
selectSymbols select symbols by name
symbolNames | list of symbol names |
Definition at line 385 of file qgsstyleexportimportdialog.cpp.
|
slot |
Select the symbols belonging to the given tag.
tagName | the name of the group to be selected |
Definition at line 410 of file qgsstyleexportimportdialog.cpp.