mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
82 lines
2.3 KiB
Plaintext
82 lines
2.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/mesh/qgsmeshlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsMeshLayerProperties : QgsLayerPropertiesDialog
|
|
{
|
|
%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
|
|
:param canvas: The map canvas
|
|
:param parent: The parent widget
|
|
:param fl: Window flags
|
|
%End
|
|
|
|
void saveDefaultStyle() /Deprecated/;
|
|
%Docstring
|
|
Saves the default style when appropriate button is pressed
|
|
|
|
.. deprecated:: 3.40
|
|
|
|
Use :py:func:`~QgsMeshLayerProperties.saveStyleAsDefault` instead.
|
|
%End
|
|
|
|
void loadStyle() /Deprecated/;
|
|
%Docstring
|
|
Loads a saved style when appropriate button is pressed
|
|
|
|
.. deprecated:: 3.40
|
|
|
|
Use :py:func:`~QgsMeshLayerProperties.loadStyleFromFile` instead.
|
|
%End
|
|
|
|
void saveStyleAs() /Deprecated/;
|
|
%Docstring
|
|
Saves a style when appriate button is pressed
|
|
|
|
.. deprecated:: 3.40
|
|
|
|
Use :py:func:`~QgsMeshLayerProperties.saveStyleToFile` instead.
|
|
%End
|
|
|
|
protected slots:
|
|
virtual void syncToLayer() ${SIP_FINAL};
|
|
|
|
virtual void apply() ${SIP_FINAL};
|
|
|
|
virtual void rollback() ${SIP_FINAL};
|
|
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/mesh/qgsmeshlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|