Skip to content

Commit 66b9b0d

Browse files
committed
Doxymentation for ebc9e02
1 parent b3cf454 commit 66b9b0d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/core/qgsrelation.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,20 @@ class CORE_EXPORT QgsRelation
227227
*/
228228
QList< FieldPair > fieldPairs() const;
229229

230+
/**
231+
* Returns a list of attributes used to form the referenced fields
232+
* (most likely primary key) on the referenced layer.
233+
*
234+
* @return A list of attributes
235+
*/
230236
QgsAttributeList referencedFields() const;
231237

238+
/**
239+
* Returns a list of attributes used to form the referencing fields
240+
* (foreign key) on the referencing layer.
241+
*
242+
* @return A list of attributes
243+
*/
232244
QgsAttributeList referencingFields() const;
233245

234246
/**

0 commit comments

Comments
 (0)