mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
72 lines
2.0 KiB
Plaintext
72 lines
2.0 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/vector/qgsvectorlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsVectorLayerProperties : QgsLayerPropertiesDialog
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsvectorlayerproperties.h"
|
|
%End
|
|
public:
|
|
|
|
QgsVectorLayerProperties( QgsMapCanvas *canvas, QgsMessageBar *messageBar, QgsVectorLayer *lyr = 0, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
|
|
virtual bool eventFilter( QObject *obj, QEvent *ev );
|
|
|
|
|
|
void loadDefaultStyle();
|
|
%Docstring
|
|
Loads the default style when appropriate button is pressed
|
|
|
|
.. versionadded:: 3.30
|
|
%End
|
|
|
|
void saveDefaultStyle();
|
|
%Docstring
|
|
Saves the default style when appropriate button is pressed
|
|
|
|
.. versionadded:: 3.30
|
|
%End
|
|
|
|
void loadStyle();
|
|
%Docstring
|
|
Loads a saved style when appropriate button is pressed
|
|
|
|
.. versionadded:: 3.30
|
|
%End
|
|
|
|
void saveStyleAs();
|
|
%Docstring
|
|
Saves a style when appriate button is pressed
|
|
|
|
.. versionadded:: 3.30
|
|
%End
|
|
|
|
protected slots:
|
|
void optionsStackedWidget_CurrentChanged( int index ) final;
|
|
|
|
signals:
|
|
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/vector/qgsvectorlayerproperties.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|