Doxymentation for ebc9e029

This commit is contained in:
Matthias Kuhn 2015-11-30 13:57:28 +01:00
parent b3cf45461e
commit 66b9b0dd10

View File

@ -227,8 +227,20 @@ class CORE_EXPORT QgsRelation
*/
QList< FieldPair > fieldPairs() const;
/**
* Returns a list of attributes used to form the referenced fields
* (most likely primary key) on the referenced layer.
*
* @return A list of attributes
*/
QgsAttributeList referencedFields() const;
/**
* Returns a list of attributes used to form the referencing fields
* (foreign key) on the referencing layer.
*
* @return A list of attributes
*/
QgsAttributeList referencingFields() const;
/**