mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
64 lines
2.1 KiB
Plaintext
64 lines
2.1 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/vectortile/qgsvectortilelayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsVectorTileLayerProperties : QgsLayerPropertiesDialog
|
|
{
|
|
%Docstring(signature="appended")
|
|
Vectortile layer properties dialog
|
|
|
|
.. versionadded:: 3.28
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsvectortilelayerproperties.h"
|
|
%End
|
|
public:
|
|
QgsVectorTileLayerProperties( QgsVectorTileLayer *lyr, QgsMapCanvas *canvas, QgsMessageBar *messageBar, QWidget *parent = 0, Qt::WindowFlags = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor
|
|
%End
|
|
|
|
void saveDefaultStyle() /Deprecated="Since 3.40. Use saveStyleAsDefault() instead."/;
|
|
%Docstring
|
|
Saves the default style when appropriate button is pressed
|
|
|
|
.. deprecated:: 3.40
|
|
|
|
Use :py:func:`~QgsVectorTileLayerProperties.saveStyleAsDefault` instead.
|
|
%End
|
|
|
|
void loadStyle();
|
|
%Docstring
|
|
Loads a saved style when appropriate button is pressed
|
|
|
|
.. versionadded:: 3.30
|
|
%End
|
|
|
|
void saveStyleAs() /Deprecated="Since 3.40. Use saveStyleToFile() instead."/;
|
|
%Docstring
|
|
Saves a style when appriate button is pressed
|
|
|
|
.. deprecated:: 3.40
|
|
|
|
Use :py:func:`~QgsVectorTileLayerProperties.saveStyleToFile` instead.
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/vectortile/qgsvectortilelayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|