17#ifndef QGSRELATION_P_H
18#define QGSRELATION_P_H
39class QgsRelationPrivate :
public QSharedData
42 QgsRelationPrivate() =
default;
47 QString mRelationName;
49 QString mReferencingLayerId;
51 QPointer<QgsVectorLayer> mReferencingLayer;
53 QString mReferencedLayerId;
55 QPointer<QgsVectorLayer> mReferencedLayer;
59 QString mPolymorphicRelationId;
67 QList< QgsRelation::FieldPair > mFieldPairs;
70 QString mValidationError;
RelationshipStrength
Relationship strength.
@ Association
Loose relation, related elements are not part of the parent and a parent copy will not copy any child...