16 #ifndef QGSQUICKFEATURELAYERPAIR_H 17 #define QGSQUICKFEATURELAYERPAIR_H 23 #include "qgis_quick.h" 66 Q_PROPERTY(
bool valid READ isValid )
91 bool operator==( const QgsQuickFeatureLayerPair &other ) const;
92 bool operator!=( const QgsQuickFeatureLayerPair &other ) const;
95 bool hasValidGeometry() const;
105 #endif // QGSQUICKFEATURELAYERPAIR_H
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
Q_DECLARE_METATYPE(QgsMeshTimeSettings)
QList< QgsQuickFeatureLayerPair > QgsQuickFeatureLayerPairs
Pair of QgsFeature and QgsVectorLayer.
Represents a vector layer which manages a vector based data sets.