mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsstylegroupselectiondialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsStyleGroupSelectionDialog : QDialog
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsstylegroupselectiondialog.h"
|
|
%End
|
|
public:
|
|
QgsStyleGroupSelectionDialog( QgsStyle *style, QWidget *parent = 0 );
|
|
void setBold( QStandardItem *item );
|
|
%Docstring
|
|
Set bold font for item
|
|
%End
|
|
|
|
signals:
|
|
void tagSelected( const QString &tagName );
|
|
%Docstring
|
|
tag with tagName has been selected
|
|
%End
|
|
void tagDeselected( const QString &tagName );
|
|
%Docstring
|
|
tag with tagName has been deselected
|
|
%End
|
|
void smartgroupSelected( const QString &groupName );
|
|
%Docstring
|
|
smartgroup with groupName has been selected
|
|
%End
|
|
void smartgroupDeselected( const QString &groupName );
|
|
%Docstring
|
|
smart group with groupName has been deselected
|
|
%End
|
|
void allDeselected();
|
|
%Docstring
|
|
all deselected
|
|
%End
|
|
void allSelected();
|
|
%Docstring
|
|
all selected
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsstylegroupselectiondialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|