Quantum GIS API Documentation  1.7.4
Public Slots | Public Member Functions
QgsGenericProjectionSelector Class Reference

A generic dialog to prompt the user for a Coordinate Reference System. More...

#include <qgsgenericprojectionselector.h>

List of all members.

Public Slots

void setMessage (QString theMessage="")
 If no parameter is passed, the message will be a generic 'define the CRS for this layer'.
long selectedCrsId ()
QString selectedAuthId ()
Q_DECL_DEPRECATED QString selectedProj4String ()
Q_DECL_DEPRECATED long selectedEpsg ()
void setSelectedCrsName (QString theName)
void setSelectedCrsId (long theID)
void setSelectedAuthId (QString authId)
Q_DECL_DEPRECATED void setSelectedEpsg (long theID)
void setOgcWmsCrsFilter (QSet< QString > crsFilter)
 filters this dialog by the given CRSs

Public Member Functions

 QgsGenericProjectionSelector (QWidget *parent=0, Qt::WFlags fl=QgisGui::ModalDialogFlags)
 Constructor.
 ~QgsGenericProjectionSelector ()
 Destructor.

Detailed Description

A generic dialog to prompt the user for a Coordinate Reference System.

Typically you will use this when you want to prompt the user for a coordinate system identifier e.g. from a plugin you might do this to get an epsg code:

 QgsGenericProjectionSelector mySelector( mQGisIface->mainWindow() );
 mySelector.setSelectedEpsg( mEpsgId );
 if ( mySelector.exec() )
 {
   mEpsgId = mySelector.selectedEpsg();
 }

If you wish to embed the projection selector into an existing dialog the you probably want to look at QgsProjectionSelector rather.

Definition at line 46 of file qgsgenericprojectionselector.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 26 of file qgsgenericprojectionselector.cpp.

Destructor.

Definition at line 58 of file qgsgenericprojectionselector.cpp.


Member Function Documentation

Definition at line 102 of file qgsgenericprojectionselector.cpp.

Definition at line 87 of file qgsgenericprojectionselector.cpp.

Definition at line 93 of file qgsgenericprojectionselector.cpp.

Definition at line 81 of file qgsgenericprojectionselector.cpp.

void QgsGenericProjectionSelector::setMessage ( QString  theMessage = "") [slot]

If no parameter is passed, the message will be a generic 'define the CRS for this layer'.

Definition at line 35 of file qgsgenericprojectionselector.cpp.

void QgsGenericProjectionSelector::setOgcWmsCrsFilter ( QSet< QString >  crsFilter) [slot]

filters this dialog by the given CRSs

Sets this dialog to filter the available projections to those listed by the given Coordinate Reference Systems.

Parameters:
crsFiltera list of OGC Coordinate Reference Systems to filter the list of projections by. This is useful in (e.g.) WMS situations where you just want to offer what the WMS server can support.
Warning:
This function's behaviour is undefined if it is called after the dialog is shown.

Definition at line 107 of file qgsgenericprojectionselector.cpp.

void QgsGenericProjectionSelector::setSelectedAuthId ( QString  authId) [slot]

Definition at line 76 of file qgsgenericprojectionselector.cpp.

Definition at line 71 of file qgsgenericprojectionselector.cpp.

void QgsGenericProjectionSelector::setSelectedCrsName ( QString  theName) [slot]

Definition at line 66 of file qgsgenericprojectionselector.cpp.

void QgsGenericProjectionSelector::setSelectedEpsg ( long  theID) [slot]

Definition at line 61 of file qgsgenericprojectionselector.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines