[QGIS-trac] [Quantum GIS] #1482: Add accessors to QgsVectorLayer

Quantum GIS qgis at qgis.org
Thu Jan 8 18:13:40 EST 2009


#1482: Add accessors to QgsVectorLayer
-----------------------------------------------+----------------------------
   Reporter:  oliviert                         |              Owner:  nobody       
       Type:  enhancement                      |             Status:  new          
   Priority:  minor: annoyance or enhancement  |          Milestone:  Version 1.0.1
  Component:  Vectors                          |            Version:  HEAD         
   Keywords:  QgsVectorLayer                   |   Platform_version:               
   Platform:  All                              |           Must_fix:  No           
Status_info:  0                                |  
-----------------------------------------------+----------------------------
 I think it will be useful to add accessors in the QgsVectorLayer class for
 private members. For instance :

   const QgsFeatureIds& getDeletedFeaturesIds() const { return
 mDeletedFeatureIds; }
   const QgsFeatureList& getAddedFeatures() const { return mAddedFeatures;
 }
   const QgsGeometryMap& getChangedGeometries() const { return
 mChangedGeometries; }

 Maybe it will also be a good idea for other members ...

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1482>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list