Persistent, encrypted registry of saved basemap connection profiles.
More...
#include <basemapconnectionstore.h>
Persistent, encrypted registry of saved basemap connection profiles.
Usage:
store->saveXYZ(conn, auth);
auto [conn, auth] = store->loadXYZ("CartoDB Positron");
static BasemapConnectionStore * instance()
Definition basemapconnectionstore.cpp:28
◆ arcGISConnectionNames()
| QStringList BasemapConnectionStore::arcGISConnectionNames |
( |
| ) |
const |
◆ connectionsChanged
| void BasemapConnectionStore::connectionsChanged |
( |
| ) |
|
|
signal |
◆ instance()
◆ loadArcGIS()
◆ loadArcGISAuth()
| BasemapAuth BasemapConnectionStore::loadArcGISAuth |
( |
const QString & |
name | ) |
const |
◆ loadLocalRaster()
◆ loadWCS()
| WCSConnection BasemapConnectionStore::loadWCS |
( |
const QString & |
name | ) |
const |
◆ loadWCSAuth()
| BasemapAuth BasemapConnectionStore::loadWCSAuth |
( |
const QString & |
name | ) |
const |
◆ loadWFS()
| WFSConnection BasemapConnectionStore::loadWFS |
( |
const QString & |
name | ) |
const |
◆ loadWFSAuth()
| BasemapAuth BasemapConnectionStore::loadWFSAuth |
( |
const QString & |
name | ) |
const |
◆ loadWMS()
| WMSConnection BasemapConnectionStore::loadWMS |
( |
const QString & |
name | ) |
const |
◆ loadWMSAuth()
| BasemapAuth BasemapConnectionStore::loadWMSAuth |
( |
const QString & |
name | ) |
const |
◆ loadXYZ()
| XYZConnection BasemapConnectionStore::loadXYZ |
( |
const QString & |
name | ) |
const |
Returns the named XYZ connection, or a default-constructed one.
◆ loadXYZAuth()
| BasemapAuth BasemapConnectionStore::loadXYZAuth |
( |
const QString & |
name | ) |
const |
Returns the decrypted auth for the named XYZ connection.
◆ localRasterConnectionNames()
| QStringList BasemapConnectionStore::localRasterConnectionNames |
( |
| ) |
const |
◆ removeArcGIS()
| void BasemapConnectionStore::removeArcGIS |
( |
const QString & |
name | ) |
|
◆ removeLocalRaster()
| void BasemapConnectionStore::removeLocalRaster |
( |
const QString & |
name | ) |
|
◆ removeWCS()
| void BasemapConnectionStore::removeWCS |
( |
const QString & |
name | ) |
|
◆ removeWFS()
| void BasemapConnectionStore::removeWFS |
( |
const QString & |
name | ) |
|
◆ removeWMS()
| void BasemapConnectionStore::removeWMS |
( |
const QString & |
name | ) |
|
◆ removeXYZ()
| void BasemapConnectionStore::removeXYZ |
( |
const QString & |
name | ) |
|
◆ saveArcGIS()
◆ saveLocalRaster()
◆ saveWCS()
◆ saveWFS()
◆ saveWMS()
◆ saveXYZ()
Saves (or updates) an XYZ connection. Password is encrypted.
◆ wcsConnectionNames()
| QStringList BasemapConnectionStore::wcsConnectionNames |
( |
| ) |
const |
◆ wfsConnectionNames()
| QStringList BasemapConnectionStore::wfsConnectionNames |
( |
| ) |
const |
◆ wmsConnectionNames()
| QStringList BasemapConnectionStore::wmsConnectionNames |
( |
| ) |
const |
◆ xyzConnectionNames()
| QStringList BasemapConnectionStore::xyzConnectionNames |
( |
| ) |
const |
Names of all stored XYZ connections (builtins excluded).
The documentation for this class was generated from the following files: