mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
45 lines
1.5 KiB
Plaintext
45 lines
1.5 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 : QgsOptionsDialogBase
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsvectorlayerproperties.h"
|
|
%End
|
|
public:
|
|
|
|
QgsVectorLayerProperties( QgsMapCanvas *canvas, QgsMessageBar *messageBar, QgsVectorLayer *lyr = 0, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
|
|
void addPropertiesPageFactory( const QgsMapLayerConfigWidgetFactory *factory );
|
|
%Docstring
|
|
Adds a properties page factory to the vector layer properties dialog.
|
|
%End
|
|
|
|
protected slots:
|
|
|
|
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 *
|
|
************************************************************************/
|