QGIS API Documentation
2.0.1-Dufour
|
A widget for selecting a Coordinate reference system from a tree. More...
#include <qgsprojectionselector.h>
Public Slots | |
void | setSelectedCrsName (QString theCRSName) |
QString | selectedName () |
void | setSelectedCrsId (long theCRSID) |
void | setSelectedAuthId (QString authId) |
QString | selectedProj4String () |
long | selectedPostgresSrId () |
Gets the current PostGIS-style projection identifier. | |
long | selectedCrsId () |
Gets the current QGIS projection identfier. | |
void | setOgcWmsCrsFilter (QSet< QString > crsFilter) |
filters this widget by the given CRSs | |
void | on_lstCoordinateSystems_currentItemChanged (QTreeWidgetItem *current, QTreeWidgetItem *prev) |
void | on_lstRecent_currentItemChanged (QTreeWidgetItem *current, QTreeWidgetItem *prev) |
void | on_cbxHideDeprecated_stateChanged () |
void | on_leSearch_textChanged (const QString &) |
Signals | |
void | sridSelected (QString theSRID) |
void | refresh () |
Refresh any listening canvases. | |
void | searchBoxHasFocus (bool) |
Let listeners know if find has focus so they can adjust the default button. |
Public Member Functions | |
QgsProjectionSelector (QWidget *parent, const char *name="", Qt::WFlags fl=0) | |
~QgsProjectionSelector () | |
void | loadUserCrsList (QSet< QString > *crsFilter=0) |
Populate the proj tree view with user defined projection names... | |
void | loadCrsList (QSet< QString > *crsFilter=0) |
Populate the proj tree view with system projection names... | |
const QString | sqlSafeString (const QString theSQL) |
Make the string safe for use in SQL statements. This involves escaping single quotes, double quotes, backslashes, and optionally, percentage symbols. Percentage symbols are used as wildcards sometimes and so when using the string as part of the LIKE phrase of a select statement, should be escaped. | |
QString | selectedAuthId () |
Gets the current authority-style projection identifier. |
Protected Member Functions | |
void | showEvent (QShowEvent *theEvent) |
Used to ensure the projection list view is actually populated. | |
void | resizeEvent (QResizeEvent *theEvent) |
Used to manage column sizes. |
Private Types | |
enum | columns { NAME_COLUMN, AUTHID_COLUMN, QGIS_CRS_ID_COLUMN, NONE } |
Private Slots | |
QStringList | authorities () |
get list of authorities |
Private Member Functions | |
QString | ogcWmsCrsFilterAsSqlExpression (QSet< QString > *crsFilter) |
converts the CRS group to a SQL expression fragment | |
void | applySelection (int column=NONE, QString value=QString::null) |
does the legwork of applying CRS Selection | |
QString | getSelectedExpression (QString e) |
gets an arbitrary sqlite3 expression from the selection | |
void | showDBMissingWarning (const QString theFileName) |
Show the user a warning if the srs database could not be found. | |
long | getLargestCRSIDMatch (QString theSql) |
Utility method used in conjunction with name based searching tool. | |
void | insertRecent (long theCrsId) |
add recently used CRS | |
void | hideDeprecated (QTreeWidgetItem *item) |
hide deprecated CRSes |
Private Attributes | |
QTreeWidgetItem * | mUserProjList |
User defined projections node. | |
QTreeWidgetItem * | mGeoList |
GEOGCS node. | |
QTreeWidgetItem * | mProjList |
PROJCS node. | |
QString | mCustomCsFile |
Users custom coordinate system file. | |
QString | mSrsDatabaseFileName |
File name of the sqlite3 database. | |
bool | mProjListDone |
Has the Projection List been populated? | |
bool | mUserProjListDone |
Has the User Projection List been populated? | |
bool | mRecentProjListDone |
Has the Recent Projection List been populated? | |
int | mSearchColumn |
QString | mSearchValue |
bool | mSkipFirstRecent |
QSet< QString > | mCrsFilter |
The set of OGC WMS CRSs that want to be applied to this widget. | |
QStringList | mRecentProjections |
Most recently used projections (trimmed at 25 entries) |
A widget for selecting a Coordinate reference system from a tree.
Definition at line 28 of file qgsprojectionselector.h.
|
private |
Definition at line 180 of file qgsprojectionselector.h.
QgsProjectionSelector::QgsProjectionSelector | ( | QWidget * | parent, |
const char * | name = "" , |
||
Qt::WFlags | fl = 0 |
||
) |
Definition at line 29 of file qgsprojectionselector.cpp.
References AUTHID_COLUMN, QgsCoordinateReferenceSystem::createFromOgcWmsCrs(), QgsCoordinateReferenceSystem::createFromProj4(), QgsCoordinateReferenceSystem::isValid(), mRecentProjections, mSrsDatabaseFileName, QGIS_CRS_ID_COLUMN, QgsDebugMsg, QgsApplication::srsDbFilePath(), and QgsCoordinateReferenceSystem::srsid().
QgsProjectionSelector::~QgsProjectionSelector | ( | ) |
Definition at line 95 of file qgsprojectionselector.cpp.
References QgsCoordinateReferenceSystem::InternalCrsId, mRecentProjections, selectedCrsId(), and QgsCoordinateReferenceSystem::toProj4().
|
private |
does the legwork of applying CRS Selection
Definition at line 240 of file qgsprojectionselector.cpp.
References mProjListDone, mSearchColumn, mSearchValue, mUserProjListDone, NONE, and QgsDebugMsg.
Referenced by setSelectedAuthId(), setSelectedCrsId(), setSelectedCrsName(), and showEvent().
|
privateslot |
get list of authorities
Definition at line 934 of file qgsprojectionselector.cpp.
References mSrsDatabaseFileName, and QgsDebugMsg.
|
private |
Utility method used in conjunction with name based searching tool.
Definition at line 865 of file qgsprojectionselector.cpp.
References mSrsDatabaseFileName, QgsApplication::qgisUserDbFilePath(), QgsDebugMsg, and showDBMissingWarning().
|
private |
gets an arbitrary sqlite3 expression from the selection
e | The sqlite3 expression (typically "srid" or "sridid") |
Definition at line 372 of file qgsprojectionselector.cpp.
References mSrsDatabaseFileName, QGIS_CRS_ID_COLUMN, QgsApplication::qgisUserDbFilePath(), QgsDebugMsg, showDBMissingWarning(), and USER_CRS_START_ID.
Referenced by selectedAuthId(), and selectedPostgresSrId().
|
private |
hide deprecated CRSes
Definition at line 772 of file qgsprojectionselector.cpp.
Referenced by on_cbxHideDeprecated_stateChanged().
|
private |
add recently used CRS
Definition at line 280 of file qgsprojectionselector.cpp.
References AUTHID_COLUMN, mProjListDone, mUserProjListDone, NAME_COLUMN, and QGIS_CRS_ID_COLUMN.
Referenced by showEvent().
void QgsProjectionSelector::loadCrsList | ( | QSet< QString > * | crsFilter = 0 | ) |
Populate the proj tree view with system projection names...
crsFilter | a 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. |
Definition at line 554 of file qgsprojectionselector.cpp.
References QgsApplication::activeThemePath(), AUTHID_COLUMN, mGeoList, mProjList, mProjListDone, mSrsDatabaseFileName, NAME_COLUMN, ogcWmsCrsFilterAsSqlExpression(), QGIS_CRS_ID_COLUMN, showDBMissingWarning(), and tr.
Referenced by showEvent().
void QgsProjectionSelector::loadUserCrsList | ( | QSet< QString > * | crsFilter = 0 | ) |
Populate the proj tree view with user defined projection names...
crsFilter | a 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. |
Definition at line 478 of file qgsprojectionselector.cpp.
References QgsApplication::activeThemePath(), AUTHID_COLUMN, mUserProjList, mUserProjListDone, ogcWmsCrsFilterAsSqlExpression(), QGIS_CRS_ID_COLUMN, QgsApplication::qgisUserDbFilePath(), QgsDebugMsg, showDBMissingWarning(), and tr.
Referenced by showEvent().
|
private |
converts the CRS group to a SQL expression fragment
Converts the given Coordinate Reference Systems to a format suitable for use in SQL for querying against the QGIS CRS database.
crsFilter | a 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. |
Definition at line 167 of file qgsprojectionselector.cpp.
References QgsDebugMsg.
Referenced by loadCrsList(), and loadUserCrsList().
|
slot |
Definition at line 789 of file qgsprojectionselector.cpp.
References hideDeprecated().
|
slot |
Definition at line 795 of file qgsprojectionselector.cpp.
References AUTHID_COLUMN, and NAME_COLUMN.
|
slot |
Definition at line 704 of file qgsprojectionselector.cpp.
References QGIS_CRS_ID_COLUMN, QgsDebugMsg, selectedCrsId(), selectedName(), selectedProj4String(), and sridSelected().
|
slot |
Definition at line 749 of file qgsprojectionselector.cpp.
References mSkipFirstRecent, QGIS_CRS_ID_COLUMN, and QgsDebugMsg.
|
signal |
Refresh any listening canvases.
|
protected |
Used to manage column sizes.
Definition at line 135 of file qgsprojectionselector.cpp.
References AUTHID_COLUMN, NAME_COLUMN, and QGIS_CRS_ID_COLUMN.
|
signal |
Let listeners know if find has focus so they can adjust the default button.
QString QgsProjectionSelector::selectedAuthId | ( | ) |
Gets the current authority-style projection identifier.
Definition at line 449 of file qgsprojectionselector.cpp.
References getSelectedExpression(), and USER_CRS_START_ID.
|
slot |
Gets the current QGIS projection identfier.
Definition at line 459 of file qgsprojectionselector.cpp.
References QGIS_CRS_ID_COLUMN.
Referenced by on_lstCoordinateSystems_currentItemChanged(), and ~QgsProjectionSelector().
|
slot |
Definition at line 296 of file qgsprojectionselector.cpp.
References NAME_COLUMN.
Referenced by on_lstCoordinateSystems_currentItemChanged().
|
slot |
Gets the current PostGIS-style projection identifier.
Definition at line 443 of file qgsprojectionselector.cpp.
References getSelectedExpression().
|
slot |
Definition at line 304 of file qgsprojectionselector.cpp.
References mSrsDatabaseFileName, QGIS_CRS_ID_COLUMN, QgsApplication::qgisUserDbFilePath(), QgsDebugMsg, showDBMissingWarning(), and USER_CRS_START_ID.
Referenced by on_lstCoordinateSystems_currentItemChanged().
|
slot |
filters this widget by the given CRSs
Sets this widget to filter the available projections to those listed by the given Coordinate Reference Systems.
crsFilter | a 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. |
Definition at line 470 of file qgsprojectionselector.cpp.
References mCrsFilter, mProjListDone, and mUserProjListDone.
|
slot |
Definition at line 235 of file qgsprojectionselector.cpp.
References applySelection(), and AUTHID_COLUMN.
|
slot |
Definition at line 230 of file qgsprojectionselector.cpp.
References applySelection(), and QGIS_CRS_ID_COLUMN.
|
slot |
Definition at line 225 of file qgsprojectionselector.cpp.
References applySelection(), and NAME_COLUMN.
|
private |
Show the user a warning if the srs database could not be found.
Definition at line 987 of file qgsprojectionselector.cpp.
References tr.
Referenced by getLargestCRSIDMatch(), getSelectedExpression(), loadCrsList(), loadUserCrsList(), and selectedProj4String().
|
protected |
Used to ensure the projection list view is actually populated.
Definition at line 146 of file qgsprojectionselector.cpp.
References applySelection(), insertRecent(), loadCrsList(), loadUserCrsList(), mCrsFilter, mRecentProjections, and mRecentProjListDone.
const QString QgsProjectionSelector::sqlSafeString | ( | const QString | theSQL | ) |
Make the string safe for use in SQL statements. This involves escaping single quotes, double quotes, backslashes, and optionally, percentage symbols. Percentage symbols are used as wildcards sometimes and so when using the string as part of the LIKE phrase of a select statement, should be escaped.
Definition at line 977 of file qgsprojectionselector.cpp.
|
signal |
Referenced by on_lstCoordinateSystems_currentItemChanged().
|
private |
The set of OGC WMS CRSs that want to be applied to this widget.
Definition at line 187 of file qgsprojectionselector.h.
Referenced by setOgcWmsCrsFilter(), and showEvent().
|
private |
Users custom coordinate system file.
Definition at line 158 of file qgsprojectionselector.h.
|
private |
|
private |
|
private |
Has the Projection List been populated?
Definition at line 171 of file qgsprojectionselector.h.
Referenced by applySelection(), insertRecent(), loadCrsList(), and setOgcWmsCrsFilter().
|
private |
Most recently used projections (trimmed at 25 entries)
Definition at line 190 of file qgsprojectionselector.h.
Referenced by QgsProjectionSelector(), showEvent(), and ~QgsProjectionSelector().
|
private |
Has the Recent Projection List been populated?
Definition at line 178 of file qgsprojectionselector.h.
Referenced by showEvent().
|
private |
Definition at line 181 of file qgsprojectionselector.h.
Referenced by applySelection().
|
private |
Definition at line 182 of file qgsprojectionselector.h.
Referenced by applySelection().
|
private |
Definition at line 184 of file qgsprojectionselector.h.
Referenced by on_lstRecent_currentItemChanged().
|
private |
File name of the sqlite3 database.
Definition at line 160 of file qgsprojectionselector.h.
Referenced by authorities(), getLargestCRSIDMatch(), getSelectedExpression(), loadCrsList(), QgsProjectionSelector(), and selectedProj4String().
|
private |
User defined projections node.
Definition at line 151 of file qgsprojectionselector.h.
Referenced by loadUserCrsList().
|
private |
Has the User Projection List been populated?
Definition at line 174 of file qgsprojectionselector.h.
Referenced by applySelection(), insertRecent(), loadUserCrsList(), and setOgcWmsCrsFilter().