QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public 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>

Public Slots

void accept () override
 Saves the connection to ~/.qt/qgisrc.
void on_buttonBox_helpRequested ()
void on_txtName_textChanged (const QString &)
void on_txtUrl_textChanged (const QString &)

Public Member Functions

 QgsNewHttpConnection (QWidget *parent=0, const QString &baseKey="/Qgis/connections-wms/", const QString &connName=QString::null, Qt::WindowFlags fl=QgisGui::ModalDialogFlags)
 Constructor.
 ~QgsNewHttpConnection ()
 Destructor.

Detailed Description

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

Definition at line 26 of file qgsnewhttpconnection.h.

Constructor & Destructor Documentation

QgsNewHttpConnection::QgsNewHttpConnection ( QWidget *  parent = 0,
const QString &  baseKey = "/Qgis/connections-wms/",
const QString &  connName = QString::null,
Qt::WindowFlags  fl = QgisGui::ModalDialogFlags 
)

Constructor.

Definition at line 25 of file qgsnewhttpconnection.cpp.

QgsNewHttpConnection::~QgsNewHttpConnection ( )

Destructor.

Definition at line 138 of file qgsnewhttpconnection.cpp.

Member Function Documentation

void QgsNewHttpConnection::accept ( )
overrideslot

Saves the connection to ~/.qt/qgisrc.

Definition at line 154 of file qgsnewhttpconnection.cpp.

void QgsNewHttpConnection::on_buttonBox_helpRequested ( )
inlineslot

Definition at line 43 of file qgsnewhttpconnection.h.

void QgsNewHttpConnection::on_txtName_textChanged ( const QString &  text)
slot

Definition at line 142 of file qgsnewhttpconnection.cpp.

void QgsNewHttpConnection::on_txtUrl_textChanged ( const QString &  text)
slot

Definition at line 148 of file qgsnewhttpconnection.cpp.


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