18 #ifndef QGSGENERICPROJECTIONSELECTOR_H 
   19 #define QGSGENERICPROJECTIONSELECTOR_H 
   20 #include "ui_qgsgenericprojectionselectorbase.h" 
   60                                   Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
 
   76     void setMessage( 
const QString &message );
 
   84     void showNoCrsForLayerMessage();
 
   92     void setShowNoProjection( 
bool show );
 
  100     bool showNoProjection() 
const;
 
  107     void setNotSetText( 
const QString &text );
 
  115     void setRequireValidSelection();
 
  138     void setOgcWmsCrsFilter( 
const QSet<QString> &crsFilter );
 
This class represents a coordinate reference system (CRS).
A generic dialog to prompt the user for a Coordinate Reference System.
const QgsCoordinateReferenceSystem & crs