Opened 15 years ago

Last modified 14 years ago

#1482 new enhancement

Add accessors to QgsVectorLayer

Reported by: oliviert Owned by: nobody
Priority: minor: annoyance Milestone: Version 1.7.0
Component: Vectors Version: Trunk
Keywords: QgsVectorLayer Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

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 ...

Change History (1)

comment:1 by pcav, 14 years ago

Milestone: Version 1.0.3Version 1.6.0

Still true?

Note: See TracTickets for help on using tickets.