QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Static Public Member Functions | Static Public Attributes | List of all members
QgsGeoNodeConnectionUtils Class Reference

Contains various utilities for managing the known collection of GeoNode servers associated with a QGIS install. More...

#include <qgsgeonodeconnection.h>

Static Public Member Functions

static QStringList connectionList ()
 Returns a list of all known GeoNode connection names. More...
 
static void deleteConnection (const QString &name)
 Deletes the GeoNode connection with matching name. More...
 
static QString pathGeoNodeConnection ()
 Returns the base path for settings related to GeoNode connections. More...
 
static Q_DECL_DEPRECATED QString pathGeoNodeConnectionDetails ()
 Returns the base path for settings related to GeoNode connection details. More...
 

Static Public Attributes

static const QString sGeoNodeConnection = QStringLiteral( "GEONODE" )
 

Detailed Description

Contains various utilities for managing the known collection of GeoNode servers associated with a QGIS install.

Since
QGIS 3.0

Definition at line 29 of file qgsgeonodeconnection.h.

Member Function Documentation

◆ connectionList()

QStringList QgsGeoNodeConnectionUtils::connectionList ( )
static

Returns a list of all known GeoNode connection names.

Definition at line 90 of file qgsgeonodeconnection.cpp.

◆ deleteConnection()

void QgsGeoNodeConnectionUtils::deleteConnection ( const QString &  name)
static

Deletes the GeoNode connection with matching name.

Definition at line 98 of file qgsgeonodeconnection.cpp.

◆ pathGeoNodeConnection()

QString QgsGeoNodeConnectionUtils::pathGeoNodeConnection ( )
static

Returns the base path for settings related to GeoNode connections.

Definition at line 103 of file qgsgeonodeconnection.cpp.

◆ pathGeoNodeConnectionDetails()

QString QgsGeoNodeConnectionUtils::pathGeoNodeConnectionDetails ( )
static

Returns the base path for settings related to GeoNode connection details.

Deprecated:
since QGIS 3.26 use pathGeonNodeConnection() instead

Definition at line 108 of file qgsgeonodeconnection.cpp.

Member Data Documentation

◆ sGeoNodeConnection

const QString QgsGeoNodeConnectionUtils::sGeoNodeConnection = QStringLiteral( "GEONODE" )
static

Definition at line 55 of file qgsgeonodeconnection.h.


The documentation for this class was generated from the following files: