|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
Represents decoded data of a tiled scene connection.
Definition at line 88 of file qgstiledsceneconnection.h.
| QString QgsTiledSceneProviderConnection::Data::authCfg |
Authentication configuration ID.
Definition at line 97 of file qgstiledsceneconnection.h.
| QgsHttpHeaders QgsTiledSceneProviderConnection::Data::httpHeaders |
HTTP headers.
Definition at line 106 of file qgstiledsceneconnection.h.
| QString QgsTiledSceneProviderConnection::Data::password |
HTTP Basic password.
Definition at line 103 of file qgstiledsceneconnection.h.
| QString QgsTiledSceneProviderConnection::Data::provider |
Provider key.
Definition at line 91 of file qgstiledsceneconnection.h.
| QString QgsTiledSceneProviderConnection::Data::url |
Source URI.
Definition at line 94 of file qgstiledsceneconnection.h.
| QString QgsTiledSceneProviderConnection::Data::username |
HTTP Basic username.
Definition at line 100 of file qgstiledsceneconnection.h.