16 #ifndef QGSGEONODECONNECTION_H 
   17 #define QGSGEONODECONNECTION_H 
   19 #include "qgis_core.h" 
   42     QString connectionName() 
const;
 
   48     void setConnectionName( 
const QString &connectionName );
 
   91     QString settingsKey() 
const;
 
  108     static QStringList connectionList();
 
  113     static void deleteConnection( 
const QString &name );
 
  118     static QString pathGeoNodeConnection();
 
  123     static QString pathGeoNodeConnectionDetails();
 
  128     static const QString sPathGeoNodeConnection;
 
  129     static const QString sPathGeoNodeConnectionDetails;
 
Class for storing the component parts of a RDBMS data source URI (e.g.
Contains various utilities for managing the known collection of GeoNode servers associated with a QGI...
Encapsulates settings related to a single GeoNode connection.