QGIS/python/PyQt6/gui/auto_generated/mesh/qgsmeshlayerproperties.sip.in
2024-08-13 20:28:55 +10:00

79 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::
use :py:func:`~QgsMeshLayerProperties.saveStyleAsDefault` instead.
%End
void loadStyle() /Deprecated/;
%Docstring
Loads a saved style when appropriate button is pressed
.. deprecated::
use :py:func:`~QgsMeshLayerProperties.loadStyleFromFile` instead.
%End
void saveStyleAs() /Deprecated/;
%Docstring
Saves a style when appriate button is pressed
.. deprecated::
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 *
************************************************************************/