16 #ifndef QGSSOURCESELECTDIALOG_H 17 #define QGSSOURCESELECTDIALOG_H 19 #include "ui_qgssourceselectdialogbase.h" 50 void connectionsChanged();
78 void populateImageEncodings(
const QStringList& availableEncodings );
80 QString getSelectedImageEncoding()
const;
83 void populateConnectionList();
93 void addEntryToServerList();
94 void deleteEntryOfServerList();
95 void modifyEntryOfServerList();
96 void addButtonClicked();
97 void buildQueryButtonClicked();
99 void changeCRSFilter();
100 void connectToServer();
101 void filterChanged(
QString text );
102 void on_cmbConnections_activated(
int index );
103 void on_buttonBox_helpRequested()
const;
104 void treeWidgetItemDoubleClicked(
const QModelIndex & index );
109 #endif // QGSSOURCESELECTDIALOG_H QgsRectangle mCanvasExtent
A rectangle specified with double values.
QStandardItemModel * mModel
A generic dialog to prompt the user for a Coordinate Reference System.
QgsCoordinateReferenceSystem mCanvasCrs
QgsGenericProjectionSelector * mProjectionSelector
QSortFilterProxyModel * mModelProxy
QButtonGroup * mImageEncodingGroup
ServiceType
Whether the dialog is for a map service or a feature service.
QMap< QString, QStringList > mAvailableCRS
Generic class listing layers available from a remote service.
QPushButton * mBuildQueryButton
Class for storing a coordinate reference system (CRS)
virtual void buildQuery(const QgsOWSConnection &, const QModelIndex &)
May be implemented in child classes for services which support customized queries.