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

A dialog which presents available groups from a QgsStyle. More...

#include <qgsstylegroupselectiondialog.h>

Inheritance diagram for QgsStyleGroupSelectionDialog:

Signals

void allDeselected ()
 all deselected
void allSelected ()
 all selected
void favoritesDeselected ()
 Favorites has been deselected.
void favoritesSelected ()
 Favorites has need selected.
void smartgroupDeselected (const QString &groupName)
 smart group with groupName has been deselected
void smartgroupSelected (const QString &groupName)
 smartgroup with groupName has been selected
void tagDeselected (const QString &tagName)
 tag with tagName has been deselected
void tagSelected (const QString &tagName)
 tag with tagName has been selected

Public Member Functions

 QgsStyleGroupSelectionDialog (QgsStyle *style, QWidget *parent=nullptr)
void setBold (QStandardItem *item)
 Sets bold font for item.

Detailed Description

A dialog which presents available groups from a QgsStyle.

Definition at line 34 of file qgsstylegroupselectiondialog.h.

Constructor & Destructor Documentation

◆ QgsStyleGroupSelectionDialog()

QgsStyleGroupSelectionDialog::QgsStyleGroupSelectionDialog ( QgsStyle * style,
QWidget * parent = nullptr )

Definition at line 28 of file qgsstylegroupselectiondialog.cpp.

Member Function Documentation

◆ allDeselected

void QgsStyleGroupSelectionDialog::allDeselected ( )
signal

all deselected

◆ allSelected

void QgsStyleGroupSelectionDialog::allSelected ( )
signal

all selected

◆ favoritesDeselected

void QgsStyleGroupSelectionDialog::favoritesDeselected ( )
signal

Favorites has been deselected.

Since
QGIS 3.14

◆ favoritesSelected

void QgsStyleGroupSelectionDialog::favoritesSelected ( )
signal

Favorites has need selected.

Since
QGIS 3.14

◆ setBold()

void QgsStyleGroupSelectionDialog::setBold ( QStandardItem * item)

Sets bold font for item.

Definition at line 87 of file qgsstylegroupselectiondialog.cpp.

◆ smartgroupDeselected

void QgsStyleGroupSelectionDialog::smartgroupDeselected ( const QString & groupName)
signal

smart group with groupName has been deselected

◆ smartgroupSelected

void QgsStyleGroupSelectionDialog::smartgroupSelected ( const QString & groupName)
signal

smartgroup with groupName has been selected

◆ tagDeselected

void QgsStyleGroupSelectionDialog::tagDeselected ( const QString & tagName)
signal

tag with tagName has been deselected

◆ tagSelected

void QgsStyleGroupSelectionDialog::tagSelected ( const QString & tagName)
signal

tag with tagName has been selected


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