Skip to content

Commit

Permalink
Items missed in last commit - DMS functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed Apr 15, 2013
1 parent d95cee3 commit 337fd7b
Show file tree
Hide file tree
Showing 12 changed files with 1,845 additions and 1,581 deletions.
12 changes: 9 additions & 3 deletions src/core/qgsvectorlayer.h
Expand Up @@ -337,7 +337,13 @@ struct CORE_EXPORT QgsVectorJoinInfo
* - decimalPoint=c
*
* Defines a character that is used as a decimal point in the X and Y columns.
* The defualt is '.'.
* The default is '.'.
*
* - xyDms=(yes|no)
*
* If yes then the X and Y coordinates are interpreted as
* degrees/minutes/seconds format (fairly permissively),
* or degree/minutes format.
*
* - wktField=column
*
Expand Down Expand Up @@ -586,7 +592,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
* @see deselect(QgsFeatureIds)
* @see deselect(QgsFeatureId)
*/
void modifySelection(QgsFeatureIds selectIds, QgsFeatureIds deselectIds );
void modifySelection( QgsFeatureIds selectIds, QgsFeatureIds deselectIds );

/** Select not selected features and deselect selected ones */
void invertSelection();
Expand Down Expand Up @@ -1189,7 +1195,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
*
* @see deselect(QgsFeatureId)
*/
void deselect(const QgsFeatureIds& featureIds );
void deselect( const QgsFeatureIds& featureIds );

/**
* Clear selection
Expand Down

0 comments on commit 337fd7b

Please sign in to comment.