Class: QgsGeoNodeConnectionUtils

class qgis.core.QgsGeoNodeConnectionUtils

Bases: sip.wrapper

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

Methods

connectionList

Returns a list of all known GeoNode connection names.

deleteConnection

Deletes the GeoNode connection with matching name.

pathGeoNodeConnection

Returns the base path for settings related to GeoNode connections.

pathGeoNodeConnectionDetails

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

connectionList() → List[str]

Returns a list of all known GeoNode connection names.

Return type

List[str]

deleteConnection(name: str)

Deletes the GeoNode connection with matching name.

Parameters

name (str) –

pathGeoNodeConnection() → str

Returns the base path for settings related to GeoNode connections.

Return type

str

pathGeoNodeConnectionDetails() → str

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

Return type

str