QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Types | Public Slots | Public Member Functions | Protected Member Functions | List of all members
QgsNewHttpConnection Class Reference

Dialog to allow the user to configure and save connection information for an HTTP Server for WMS, etc. More...

#include <qgsnewhttpconnection.h>

Inheritance diagram for QgsNewHttpConnection:
Inheritance graph
[legend]

Public Types

enum  ConnectionType { ConnectionWfs = 1 << 1, ConnectionWms = 1 << 2, ConnectionWcs = 1 << 3, ConnectionOther = 1 << 4 }
 Available connection types for configuring in the dialog. More...
 
enum  Flag { FlagShowTestConnection = 1 << 1, FlagHideAuthenticationGroup = 1 << 2 }
 Flags controlling dialog behavior. More...
 

Public Slots

void accept () override
 

Public Member Functions

 QgsNewHttpConnection (QWidget *parent=nullptr, QgsNewHttpConnection::ConnectionTypes types=ConnectionWms, const QString &baseKey="qgis/connections-wms/", const QString &connectionName=QString(), QgsNewHttpConnection::Flags flags=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
 Constructor for QgsNewHttpConnection. More...
 
QString name () const
 Returns the current connection name. More...
 
QString url () const
 Returns the current connection url. More...
 

Protected Member Functions

QgsAuthSettingsWidgetauthSettingsWidget ()
 Returns the current authentication settings widget. More...
 
QPushButton * testConnectButton ()
 Returns the "test connection" button. More...
 
void updateServiceSpecificSettings ()
 Triggers a resync of the GUI widgets for the service specific settings (i.e. More...
 
QUrl urlTrimmed () const
 Returns the url. More...
 
virtual bool validate ()
 Returns true if dialog settings are valid, or false if current settings are not valid and the dialog should not be acceptable. More...
 
QLineEdit * wfsPageSizeLineEdit ()
 Returns the "WFS page size" edit. More...
 
QCheckBox * wfsPagingEnabledCheckBox ()
 Returns the "WFS paging enabled" checkbox. More...
 
virtual QString wfsSettingsKey (const QString &base, const QString &connectionName) const
 Returns the QSettings key for WFS related settings for the connection. More...
 
QComboBox * wfsVersionComboBox ()
 Returns the "WFS version" combobox. More...
 
QPushButton * wfsVersionDetectButton ()
 Returns the "WFS version detect" button. More...
 
virtual QString wmsSettingsKey (const QString &base, const QString &connectionName) const
 Returns the QSettings key for WMS related settings for the connection. More...
 

Detailed Description

Dialog to allow the user to configure and save connection information for an HTTP Server for WMS, etc.

Definition at line 33 of file qgsnewhttpconnection.h.

Member Enumeration Documentation

Available connection types for configuring in the dialog.

Since
QGIS 3.0
Enumerator
ConnectionWfs 

WFS connection.

ConnectionWms 

WMS connection.

ConnectionWcs 

WCS connection.

ConnectionOther 

Other connection type.

Definition at line 43 of file qgsnewhttpconnection.h.

Flags controlling dialog behavior.

Since
QGIS 3.0
Enumerator
FlagShowTestConnection 

Display the 'test connection' button.

FlagHideAuthenticationGroup 

Hide the Authentication group.

Definition at line 56 of file qgsnewhttpconnection.h.

Constructor & Destructor Documentation

QgsNewHttpConnection::QgsNewHttpConnection ( QWidget *  parent = nullptr,
QgsNewHttpConnection::ConnectionTypes  types = ConnectionWms,
const QString &  baseKey = "qgis/connections-wms/",
const QString &  connectionName = QString(),
QgsNewHttpConnection::Flags  flags = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags 
)

Constructor for QgsNewHttpConnection.

The types argument dictates which connection type settings should be shown in the dialog.

The flags argument allows specifying flags which control the dialog behavior and appearance.

Definition at line 29 of file qgsnewhttpconnection.cpp.

Member Function Documentation

void QgsNewHttpConnection::accept ( )
overrideslot

Definition at line 362 of file qgsnewhttpconnection.cpp.

QgsAuthSettingsWidget * QgsNewHttpConnection::authSettingsWidget ( )
protected

Returns the current authentication settings widget.

Since
QGIS 3.8

Definition at line 239 of file qgsnewhttpconnection.cpp.

QString QgsNewHttpConnection::name ( ) const

Returns the current connection name.

Since
QGIS 3.0

Definition at line 177 of file qgsnewhttpconnection.cpp.

QPushButton * QgsNewHttpConnection::testConnectButton ( )
protected

Returns the "test connection" button.

Since
QGIS 3.0

Definition at line 234 of file qgsnewhttpconnection.cpp.

void QgsNewHttpConnection::updateServiceSpecificSettings ( )
protected

Triggers a resync of the GUI widgets for the service specific settings (i.e.

WFS and WMS related settings).

Since
QGIS 3.0

Definition at line 274 of file qgsnewhttpconnection.cpp.

QString QgsNewHttpConnection::url ( ) const

Returns the current connection url.

Since
QGIS 3.0

Definition at line 182 of file qgsnewhttpconnection.cpp.

QUrl QgsNewHttpConnection::urlTrimmed ( ) const
protected

Returns the url.

Since
QGIS 3.2

Definition at line 335 of file qgsnewhttpconnection.cpp.

bool QgsNewHttpConnection::validate ( )
protectedvirtual

Returns true if dialog settings are valid, or false if current settings are not valid and the dialog should not be acceptable.

Since
QGIS 3.0

Definition at line 206 of file qgsnewhttpconnection.cpp.

QLineEdit * QgsNewHttpConnection::wfsPageSizeLineEdit ( )
protected

Returns the "WFS page size" edit.

Since
QGIS 3.2

Definition at line 259 of file qgsnewhttpconnection.cpp.

QCheckBox * QgsNewHttpConnection::wfsPagingEnabledCheckBox ( )
protected

Returns the "WFS paging enabled" checkbox.

Since
QGIS 3.2

Definition at line 254 of file qgsnewhttpconnection.cpp.

QString QgsNewHttpConnection::wfsSettingsKey ( const QString &  base,
const QString &  connectionName 
) const
protectedvirtual

Returns the QSettings key for WFS related settings for the connection.

See also
wmsSettingsKey()
Since
QGIS 3.0

Definition at line 264 of file qgsnewhttpconnection.cpp.

QComboBox * QgsNewHttpConnection::wfsVersionComboBox ( )
protected

Returns the "WFS version" combobox.

Since
QGIS 3.2

Definition at line 249 of file qgsnewhttpconnection.cpp.

QPushButton * QgsNewHttpConnection::wfsVersionDetectButton ( )
protected

Returns the "WFS version detect" button.

Since
QGIS 3.2

Definition at line 244 of file qgsnewhttpconnection.cpp.

QString QgsNewHttpConnection::wmsSettingsKey ( const QString &  base,
const QString &  connectionName 
) const
protectedvirtual

Returns the QSettings key for WMS related settings for the connection.

See also
wfsSettingsKey()
Since
QGIS 3.0

Definition at line 269 of file qgsnewhttpconnection.cpp.


The documentation for this class was generated from the following files: