QGIS/python/core/qgsowsconnection.sip

71 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsowsconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsOwsConnection : QObject
{
2017-05-14 09:48:41 +02:00
%Docstring
Connections management
%End
2017-05-14 09:48:41 +02:00
%TypeHeaderCode
#include "qgsowsconnection.h"
%End
public:
2017-05-14 09:48:41 +02:00
QgsOwsConnection( const QString &service, const QString &connName );
%Docstring
Constructor
\param service service name: WMS,WFS,WCS
\param connName connection name
%End
static QStringList connectionList( const QString &service );
2017-05-14 09:48:41 +02:00
%Docstring
Returns the list of connections for the specified service
:rtype: list of str
%End
static void deleteConnection( const QString &service, const QString &name );
2017-05-14 09:48:41 +02:00
%Docstring
Deletes the connection for the specified service with the specified name
%End
static QString selectedConnection( const QString &service );
2017-05-14 09:48:41 +02:00
%Docstring
Retrieves the selected connection for the specified service
:rtype: str
%End
static void setSelectedConnection( const QString &service, const QString &name );
2017-05-14 09:48:41 +02:00
%Docstring
Marks the specified connection for the specified service as selected
%End
QString mConnName;
QgsDataSourceUri uri() const;
2017-05-14 09:48:41 +02:00
%Docstring
Returns the connection uri
:rtype: QgsDataSourceUri
%End
QString mConnectionInfo;
2017-05-14 09:48:41 +02:00
protected:
};
2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsowsconnection.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/