2017-05-31 11:55:58 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/layertree/qgscustomlayerorderwidget.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-06-03 17:45:56 +07:00
|
|
|
class QgsCustomLayerOrderWidget : QWidget
|
|
|
|
{
|
2017-05-31 11:55:58 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
The QgsCustomLayerOrderWidget class provides a list box where the user can define
|
|
|
|
custom order for drawing of layers. It also features a checkbox for enabling
|
|
|
|
or disabling the custom order. Any changes made by the user are automatically
|
|
|
|
propagated to the assigned QgsLayerTreeMapCanvasBridge. Also, any updates
|
|
|
|
to the layer tree cause refresh of the list.
|
2017-05-31 11:55:58 +02:00
|
|
|
|
2017-12-05 20:04:14 -04:00
|
|
|
.. seealso:: :py:class:`QgsLayerTreeMapCanvasBridge`
|
2017-12-15 10:36:55 -04:00
|
|
|
|
2017-05-31 11:55:58 +02:00
|
|
|
.. versionadded:: 2.4
|
2014-06-03 17:45:56 +07:00
|
|
|
%End
|
|
|
|
|
2017-05-31 11:55:58 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgscustomlayerorderwidget.h"
|
|
|
|
%End
|
2014-06-03 17:45:56 +07:00
|
|
|
public:
|
2017-12-12 11:44:10 +10:00
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
explicit QgsCustomLayerOrderWidget( QgsLayerTreeMapCanvasBridge *bridge, QWidget *parent /TransferThis/ = 0 );
|
2017-12-12 11:44:10 +10:00
|
|
|
%Docstring
|
|
|
|
Constructor for QgsCustomLayerOrderWidget
|
|
|
|
%End
|
2017-05-31 11:55:58 +02:00
|
|
|
|
|
|
|
signals:
|
|
|
|
|
2014-06-03 17:45:56 +07:00
|
|
|
};
|
2017-05-31 11:55:58 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/layertree/qgscustomlayerorderwidget.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|