QGIS API Documentation 3.99.0-Master (e9821da5c6b)
Loading...
Searching...
No Matches
QgsTiledSceneProviderConnection::Data Struct Reference

Represents decoded data of a tiled scene connection. More...

#include <qgstiledsceneconnection.h>

Public Attributes

QString authCfg
 Authentication configuration ID.
QgsHttpHeaders httpHeaders
 HTTP headers.
QString password
 HTTP Basic password.
QString provider
 Provider key.
QString url
 Source URI.
QString username
 HTTP Basic username.

Detailed Description

Represents decoded data of a tiled scene connection.

Note
Not available in Python bindings.
Since
QGIS 3.34

Definition at line 92 of file qgstiledsceneconnection.h.

Member Data Documentation

◆ authCfg

QString QgsTiledSceneProviderConnection::Data::authCfg

Authentication configuration ID.

Definition at line 101 of file qgstiledsceneconnection.h.

◆ httpHeaders

QgsHttpHeaders QgsTiledSceneProviderConnection::Data::httpHeaders

HTTP headers.

Definition at line 110 of file qgstiledsceneconnection.h.

◆ password

QString QgsTiledSceneProviderConnection::Data::password

HTTP Basic password.

Definition at line 107 of file qgstiledsceneconnection.h.

◆ provider

QString QgsTiledSceneProviderConnection::Data::provider

Provider key.

Definition at line 95 of file qgstiledsceneconnection.h.

◆ url

QString QgsTiledSceneProviderConnection::Data::url

Source URI.

Definition at line 98 of file qgstiledsceneconnection.h.

◆ username

QString QgsTiledSceneProviderConnection::Data::username

HTTP Basic username.

Definition at line 104 of file qgstiledsceneconnection.h.


The documentation for this struct was generated from the following file: