mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
66 lines
2.3 KiB
Plaintext
66 lines
2.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/geonode/qgsgeonodesourceselect.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsGeonodeItemDelegate : QItemDelegate
|
|
{
|
|
%Docstring
|
|
*************************************************************************
|
|
*
|
|
This program is free software; you can redistribute it and/or modify *
|
|
it under the terms of the GNU General Public License as published by *
|
|
the Free Software Foundation; either version 2 of the License, or *
|
|
(at your option) any later version. *
|
|
*
|
|
**************************************************************************
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsgeonodesourceselect.h"
|
|
%End
|
|
public:
|
|
explicit QgsGeonodeItemDelegate( QObject *parent = 0 );
|
|
};
|
|
|
|
class QgsGeoNodeSourceSelect: QgsAbstractDataSourceWidget
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsgeonodesourceselect.h"
|
|
%End
|
|
public:
|
|
|
|
QgsGeoNodeSourceSelect( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, QgsProviderRegistry::WidgetMode widgetMode = QgsProviderRegistry::WidgetMode::None );
|
|
|
|
~QgsGeoNodeSourceSelect();
|
|
|
|
public slots:
|
|
|
|
virtual void addButtonClicked();
|
|
|
|
|
|
signals:
|
|
|
|
void addWfsLayer(
|
|
const QString &uri,
|
|
const QString &layerName,
|
|
const QString &providerKey );
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/geonode/qgsgeonodesourceselect.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|