16 #ifndef QGSGEONODECONNECTION_H 17 #define QGSGEONODECONNECTION_H 19 #include "qgis_core.h" 42 QString connectionName()
const;
48 void setConnectionName(
const QString &connectionName );
82 QString settingsKey()
const;
99 static QStringList connectionList();
104 static void deleteConnection(
const QString &name );
109 static QString pathGeoNodeConnection();
114 static QString pathGeoNodeConnectionDetails();
119 static const QString sPathGeoNodeConnection;
120 static const QString sPathGeoNodeConnectionDetails;
125 #endif //QGSGEONODECONNECTION_H
Class for storing the component parts of a RDBMS data source URI (e.g.
Encapsulates settings related to a single GeoNode connection.
Contains various utilities for managing the known collection of GeoNode servers associated with a QGI...