QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
Loading...
Searching...
No Matches
src
gui
layertree
qgslayertreeembeddedconfigwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgslayertreeembeddedconfigwidget.h
3
--------------------------------------
4
Date : May 2016
5
Copyright : (C) 2016 by Martin Dobias
6
Email : wonder dot sk at gmail dot com
7
***************************************************************************
8
* *
9
* This program is free software; you can redistribute it and/or modify *
10
* it under the terms of the GNU General Public License as published by *
11
* the Free Software Foundation; either version 2 of the License, or *
12
* (at your option) any later version. *
13
* *
14
***************************************************************************/
15
16
#ifndef QGSLAYERTREEEMBEDDEDCONFIGWIDGET_H
17
#define QGSLAYERTREEEMBEDDEDCONFIGWIDGET_H
18
19
#include "ui_qgslayertreeembeddedconfigwidgetbase.h"
20
#include "
qgis.h
"
21
#include "qgis_gui.h"
22
23
class
QgsMapLayer
;
24
30
class
GUI_EXPORT
QgsLayerTreeEmbeddedConfigWidget
:
public
QWidget,
protected
Ui::QgsLayerTreeEmbeddedConfigWidgetBase
31
{
32
Q_OBJECT
33
public
:
34
39
QgsLayerTreeEmbeddedConfigWidget
( QWidget *parent
SIP_TRANSFERTHIS
=
nullptr
);
40
42
void
setLayer(
QgsMapLayer
*layer );
43
45
void
applyToLayer();
46
47
private
slots:
48
void
onAddClicked();
49
void
onRemoveClicked();
50
51
private
:
52
QgsMapLayer
*mLayer =
nullptr
;
53
};
54
55
#endif
// QGSLAYERTREEEMBEDDEDCONFIGWIDGET_H
QgsLayerTreeEmbeddedConfigWidget
A widget to configure layer tree embedded widgets for a particular map layer.
Definition
qgslayertreeembeddedconfigwidget.h:31
QgsMapLayer
Base class for all map layer types.
Definition
qgsmaplayer.h:76
qgis.h
SIP_TRANSFERTHIS
#define SIP_TRANSFERTHIS
Definition
qgis_sip.h:53
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8