17#ifndef QGSSTYLEV2GROUPSELECTIONDIALOG_H 
   18#define QGSSTYLEV2GROUPSELECTIONDIALOG_H 
   21#include <QStandardItem> 
   22#include "ui_qgsstylegroupselectiondialogbase.h" 
   40    void setBold( QStandardItem *item );
 
   69    void groupTreeSelectionChanged( 
const QItemSelection &selected, 
const QItemSelection &deselected );
 
   76    void buildTagTree( QStandardItem *&parent );
 
 
A dialog which presents available groups from a QgsStyle.
 
void favoritesDeselected()
Favorites has been deselected.
 
void allDeselected()
all deselected
 
void tagSelected(const QString &tagName)
tag with tagName has been selected
 
void tagDeselected(const QString &tagName)
tag with tagName has been deselected
 
void smartgroupDeselected(const QString &groupName)
smart group with groupName has been deselected
 
void favoritesSelected()
Favorites has need selected.
 
void smartgroupSelected(const QString &groupName)
smartgroup with groupName has been selected
 
void allSelected()
all selected
 
A database of saved style entities, including symbols, color ramps, text formats and others.