QGIS/python/gui/auto_generated/mesh/qgsmeshlayerproperties.sip.in
Nyall Dawson 8c0b98d095 Add a mechanism for data providers to supply QgsMapLayerConfigWidgetFactory
via their GUI metadata

Allows providers to create layer properties pages, giving us a nice
way to keep provider-specific logic out of the layer properties
classes.
2021-03-25 04:48:31 +10:00

53 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/mesh/qgsmeshlayerproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMeshLayerProperties : QgsOptionsDialogBase
{
%Docstring(signature="appended")
Property sheet for a mesh map layer.
Contains information, source and style tabs
.. versionadded:: 3.16
%End
%TypeHeaderCode
#include "qgsmeshlayerproperties.h"
%End
public:
QgsMeshLayerProperties( QgsMapLayer *lyr, QgsMapCanvas *canvas, QWidget *parent = 0, Qt::WindowFlags = QgsGuiUtils::ModalDialogFlags );
%Docstring
Constructor
:param lyr: Mesh map layer for which properties will be displayed
%End
void addPropertiesPageFactory( const QgsMapLayerConfigWidgetFactory *factory );
%Docstring
Adds properties page from a factory
.. versionadded:: 3.16
%End
protected slots:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/mesh/qgsmeshlayerproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/