QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsTiledSceneProviderConnection::Data Struct Reference

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

#include <qgstiledsceneconnection.h>

Public Attributes

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

Detailed Description

Represents decoded data of a tiled scene connection.

Note
Not available in Python bindings.
Since
QGIS 3.34

Definition at line 88 of file qgstiledsceneconnection.h.

Member Data Documentation

◆ authCfg

QString QgsTiledSceneProviderConnection::Data::authCfg

Authentication configuration ID.

Definition at line 97 of file qgstiledsceneconnection.h.

◆ httpHeaders

QgsHttpHeaders QgsTiledSceneProviderConnection::Data::httpHeaders

HTTP headers.

Definition at line 106 of file qgstiledsceneconnection.h.

◆ password

QString QgsTiledSceneProviderConnection::Data::password

HTTP Basic password.

Definition at line 103 of file qgstiledsceneconnection.h.

◆ provider

QString QgsTiledSceneProviderConnection::Data::provider

Provider key.

Definition at line 91 of file qgstiledsceneconnection.h.

◆ url

QString QgsTiledSceneProviderConnection::Data::url

Source URI.

Definition at line 94 of file qgstiledsceneconnection.h.

◆ username

QString QgsTiledSceneProviderConnection::Data::username

HTTP Basic username.

Definition at line 100 of file qgstiledsceneconnection.h.


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