QGIS API Documentation  master-6227475
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>

List of all members.

Public Slots

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

Public Member Functions

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

Private Attributes

QString mBaseKey
QString mCredentialsBaseKey
QString mOriginalConnName

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::WFlags  fl = QgisGui::ModalDialogFlags 
)

Constructor.

Definition at line 24 of file qgsnewhttpconnection.cpp.

References mBaseKey, mCredentialsBaseKey, on_txtName_textChanged(), and tr.

Destructor.

Definition at line 100 of file qgsnewhttpconnection.cpp.


Member Function Documentation

Saves the connection to ~/.qt/qgisrc.

Definition at line 109 of file qgsnewhttpconnection.cpp.

References mBaseKey, mCredentialsBaseKey, mOriginalConnName, and tr.

Definition at line 41 of file qgsnewhttpconnection.h.

References QgsContextHelp::run().

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

Definition at line 104 of file qgsnewhttpconnection.cpp.

Referenced by QgsNewHttpConnection().


Member Data Documentation

QString QgsNewHttpConnection::mBaseKey [private]

Definition at line 44 of file qgsnewhttpconnection.h.

Referenced by accept(), and QgsNewHttpConnection().

Definition at line 45 of file qgsnewhttpconnection.h.

Referenced by accept(), and QgsNewHttpConnection().

Definition at line 46 of file qgsnewhttpconnection.h.

Referenced by accept().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines