QGIS API Documentation 3.41.0-Master (cea29feecf2)
|
#include <qgsstyleexportimportdialog.h>
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. | |
Definition at line 40 of file qgsstyleexportimportdialog.h.
Dialog modes.
Enumerator | |
---|---|
Export | Export existing symbols mode. |
Import | Import xml file mode. |
Definition at line 46 of file qgsstyleexportimportdialog.h.
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 43 of file qgsstyleexportimportdialog.cpp.
|
override |
Definition at line 236 of file qgsstyleexportimportdialog.cpp.
|
slot |
clearSelection deselects all symbols
Definition at line 252 of file qgsstyleexportimportdialog.cpp.
|
slot |
Deselects favorite symbols.
Definition at line 269 of file qgsstyleexportimportdialog.cpp.
|
slot |
deselectSmartgroup deselects all symbols from a smart group
groupName |
Definition at line 346 of file qgsstyleexportimportdialog.cpp.
void QgsStyleExportImportDialog::deselectSymbols | ( | const QStringList & | symbolNames | ) |
deselectSymbols deselect symbols by name
symbolNames | list of symbol names |
Definition at line 296 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 323 of file qgsstyleexportimportdialog.cpp.
|
slot |
Definition at line 143 of file qgsstyleexportimportdialog.cpp.
|
slot |
Definition at line 376 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectAll selects all symbols
Definition at line 247 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectByGroup open select by group dialog
Definition at line 356 of file qgsstyleexportimportdialog.cpp.
|
slot |
Selects favorite symbols.
Definition at line 257 of file qgsstyleexportimportdialog.cpp.
|
slot |
selectSmartgroup selects all symbols from a smart group
groupName |
Definition at line 336 of file qgsstyleexportimportdialog.cpp.
void QgsStyleExportImportDialog::selectSymbols | ( | const QStringList & | symbolNames | ) |
selectSymbols select symbols by name
symbolNames | list of symbol names |
Definition at line 282 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 311 of file qgsstyleexportimportdialog.cpp.
void QgsStyleExportImportDialog::setImportFilePath | ( | const QString & | path | ) |
Sets the initial path to use for importing files, when the dialog is in a Import mode.
Definition at line 242 of file qgsstyleexportimportdialog.cpp.