Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add crs, fields, wkbType and featureCount to QgsFeatureSource
- Loading branch information
Showing
with
104 additions
and 8 deletions.
- +38 −0 python/core/qgsfeaturesource.sip
- +3 −0 python/core/qgsvectordataprovider.sip
- +8 −3 python/core/qgsvectorlayer.sip
- +38 −2 src/core/qgsfeaturesource.h
- +5 −0 src/core/qgsvectordataprovider.cpp
- +2 −0 src/core/qgsvectordataprovider.h
- +5 −0 src/core/qgsvectorlayer.cpp
- +5 −3 src/core/qgsvectorlayer.h