Home
last modified time | relevance | path

Searched refs:QgsFeatureStore (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfeaturestore.h32 class CORE_EXPORT QgsFeatureStore : public QgsFeatureSink
36 QgsFeatureStore() = default;
39 QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs );
119 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
121 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
139 QgsFeatureStore *v = new QgsFeatureStore( sipCpp->at( i ) );
178QgsFeatureStore *t = reinterpret_cast<QgsFeatureStore *>( sipConvertToType( obj, sipType_QgsFeatur…
199 Q_DECLARE_METATYPE( QgsFeatureStore )
H A Dqgsfeaturestore.cpp19 QgsFeatureStore::QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs ) in QgsFeatureStore() function in QgsFeatureStore
25 void QgsFeatureStore::setFields( const QgsFields &fields ) in setFields()
35 bool QgsFeatureStore::addFeature( QgsFeature &feature, Flags ) in addFeature()
43 bool QgsFeatureStore::addFeatures( QgsFeatureList &features, Flags flags ) in addFeatures()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfeaturestore.h32 class CORE_EXPORT QgsFeatureStore : public QgsFeatureSink
36 QgsFeatureStore() = default;
39 QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs );
119 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
121 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
139 QgsFeatureStore *v = new QgsFeatureStore( sipCpp->at( i ) );
178QgsFeatureStore *t = reinterpret_cast<QgsFeatureStore *>( sipConvertToType( obj, sipType_QgsFeatur…
199 Q_DECLARE_METATYPE( QgsFeatureStore )
H A Dqgsfeaturestore.cpp19 QgsFeatureStore::QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs ) in QgsFeatureStore() function in QgsFeatureStore
25 void QgsFeatureStore::setFields( const QgsFields &fields ) in setFields()
35 bool QgsFeatureStore::addFeature( QgsFeature &feature, Flags ) in addFeature()
43 bool QgsFeatureStore::addFeatures( QgsFeatureList &features, Flags flags ) in addFeatures()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsfeaturestore.sip.in10 class QgsFeatureStore : QgsFeatureSink
20 QgsFeatureStore();
25 QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs );
104 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
122 QgsFeatureStore *v = new QgsFeatureStore( sipCpp->at( i ) );
161QgsFeatureStore *t = reinterpret_cast<QgsFeatureStore *>( sipConvertToType( obj, sipType_QgsFeatur…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsfeaturestore.sip.in10 class QgsFeatureStore : QgsFeatureSink
20 QgsFeatureStore();
25 QgsFeatureStore( const QgsFields &fields, const QgsCoordinateReferenceSystem &crs );
104 typedef QVector<QgsFeatureStore> QgsFeatureStoreList;
122 QgsFeatureStore *v = new QgsFeatureStore( sipCpp->at( i ) );
161QgsFeatureStore *t = reinterpret_cast<QgsFeatureStore *>( sipConvertToType( obj, sipType_QgsFeatur…
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolidentifyaction.h32 class QgsFeatureStore; variable
78 void handleCopyToClipboard( QgsFeatureStore & );
83 void copyToClipboard( QgsFeatureStore & );
H A Dqgsclipboard.h32 class QgsFeatureStore; variable
76 void replaceWithCopyOf( QgsFeatureStore &featureStore );
H A Dqgsidentifyresultsdialog.h43 class QgsFeatureStore; variable
210 void copyToClipboard( QgsFeatureStore &featureStore );
H A Dqgsmaptoolidentifyaction.cpp253 void QgsMapToolIdentifyAction::handleCopyToClipboard( QgsFeatureStore &featureStore ) in handleCopyToClipboard()
H A Dqgsclipboard.cpp66 void QgsClipboard::replaceWithCopyOf( QgsFeatureStore &featureStore ) in replaceWithCopyOf()
H A Dqgisapp.h58 class QgsFeatureStore; variable
1031 void copyFeatures( QgsFeatureStore &featureStore );
H A Dqgsattributetabledialog.cpp712 QgsFeatureStore featureStore; in mActionCopySelectedRows_triggered()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolidentifyaction.h32 class QgsFeatureStore; variable
73 void handleCopyToClipboard( QgsFeatureStore & );
78 void copyToClipboard( QgsFeatureStore & );
H A Dqgsclipboard.h32 class QgsFeatureStore; variable
76 void replaceWithCopyOf( QgsFeatureStore &featureStore );
H A Dqgsidentifyresultsdialog.h43 class QgsFeatureStore; variable
202 void copyToClipboard( QgsFeatureStore &featureStore );
H A Dqgsmaptoolidentifyaction.cpp245 void QgsMapToolIdentifyAction::handleCopyToClipboard( QgsFeatureStore &featureStore ) in handleCopyToClipboard()
H A Dqgsclipboard.cpp66 void QgsClipboard::replaceWithCopyOf( QgsFeatureStore &featureStore ) in replaceWithCopyOf()
H A Dqgisapp.h58 class QgsFeatureStore; variable
1023 void copyFeatures( QgsFeatureStore &featureStore );
H A Dqgsattributetabledialog.cpp675 QgsFeatureStore featureStore; in mActionCopySelectedRows_triggered()
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsfeaturesink.py16 from qgis.core import (QgsFeatureStore,
71 store = QgsFeatureStore(layer.fields(), layer.crs())
82 store = QgsFeatureStore(fields, QgsCoordinateReferenceSystem())
178 store = QgsFeatureStore(fields, QgsCoordinateReferenceSystem('EPSG:3857'))
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsfeaturesink.py16 from qgis.core import (QgsFeatureStore,
71 store = QgsFeatureStore(layer.fields(), layer.crs())
82 store = QgsFeatureStore(fields, QgsCoordinateReferenceSystem())
178 store = QgsFeatureStore(fields, QgsCoordinateReferenceSystem('EPSG:3857'))
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/app/
H A Dtestqgisappclipboard.cpp135 QgsFeatureStore feats; in copyToText()
171 feats = QgsFeatureStore(); in copyToText()
206 QgsFeatureStore featsML; in copyToText()
432 QgsFeatureStore feats; in clipboardLogic()
/dports/graphics/qgis/qgis-3.22.3/tests/src/app/
H A Dtestqgisappclipboard.cpp137 QgsFeatureStore feats; in copyToText()
173 feats = QgsFeatureStore(); in copyToText()
208 QgsFeatureStore featsML; in copyToText()
451 QgsFeatureStore feats; in clipboardLogic()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/raster/
H A Dqgsrasteridentifyresult.sip.in60 ….IdentifyFormatFeature: a map of WMS sublayer keys and lists of :py:class:`QgsFeatureStore` values.

12