[BACKPORT] update QgsGenericProjectionSelector bindings

This commit is contained in:
Alexander Bruy 2011-12-23 18:42:20 +02:00
parent bd5c901283
commit 8936f4cb3f

View File

@ -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);
};