mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[BACKPORT] update QgsGenericProjectionSelector bindings
This commit is contained in:
parent
bd5c901283
commit
8936f4cb3f
@ -24,13 +24,19 @@ class QgsGenericProjectionSelector : QDialog //, private Ui::QgsGenericProjectio
|
||||
* 'define the CRS for this layer'.
|
||||
*/
|
||||
void setMessage(QString theMessage="");
|
||||
|
||||
QString selectedProj4String();
|
||||
long selectedCrsId();
|
||||
QString selectedAuthId();
|
||||
|
||||
// @deprecated
|
||||
long selectedEpsg();
|
||||
// @deprecated
|
||||
QString selectedProj4String();
|
||||
|
||||
void setSelectedCrsName(QString theName);
|
||||
void setSelectedCrsId(long theID);
|
||||
void setSelectedAuthId( QString authId );
|
||||
|
||||
// @deprecated
|
||||
void setSelectedEpsg(long theID);
|
||||
|
||||
/**
|
||||
@ -48,7 +54,4 @@ class QgsGenericProjectionSelector : QDialog //, private Ui::QgsGenericProjectio
|
||||
* \warning This function's behaviour is undefined if it is called after the dialog is shown.
|
||||
*/
|
||||
void setOgcWmsCrsFilter(QSet<QString> crsFilter);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user