mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-01 00:09:14 -04:00
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.
53 lines
1.7 KiB
Plaintext
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 *
|
|
************************************************************************/
|