|
QGIS API Documentation
2.4.0-Chugiak
|
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 () |
| Saves the connection to ~/.qt/qgisrc. More... | |
| void | on_txtName_textChanged (const QString &) |
| void | on_txtUrl_textChanged (const QString &) |
| void | on_buttonBox_helpRequested () |
Public Member Functions | |
| QgsNewHttpConnection (QWidget *parent=0, const QString &baseKey="/Qgis/connections-wms/", const QString &connName=QString::null, Qt::WindowFlags fl=QgisGui::ModalDialogFlags) | |
| Constructor. More... | |
| ~QgsNewHttpConnection () | |
| Destructor. More... | |
Private Attributes | |
| QString | mBaseKey |
| QString | mCredentialsBaseKey |
| QString | mOriginalConnName |
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.
| 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.
References mBaseKey, mCredentialsBaseKey, on_txtName_textChanged(), and tr.
| QgsNewHttpConnection::~QgsNewHttpConnection | ( | ) |
Destructor.
Definition at line 138 of file qgsnewhttpconnection.cpp.
|
slot |
Saves the connection to ~/.qt/qgisrc.
Definition at line 154 of file qgsnewhttpconnection.cpp.
References mBaseKey, mCredentialsBaseKey, mOriginalConnName, and tr.
|
inlineslot |
Definition at line 43 of file qgsnewhttpconnection.h.
References QgsContextHelp::run().
|
slot |
Definition at line 142 of file qgsnewhttpconnection.cpp.
Referenced by QgsNewHttpConnection().
|
slot |
Definition at line 148 of file qgsnewhttpconnection.cpp.
|
private |
Definition at line 46 of file qgsnewhttpconnection.h.
Referenced by accept(), and QgsNewHttpConnection().
|
private |
Definition at line 47 of file qgsnewhttpconnection.h.
Referenced by accept(), and QgsNewHttpConnection().
|
private |
Definition at line 48 of file qgsnewhttpconnection.h.
Referenced by accept().
1.8.7