mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
Doxymentation for ebc9e029
This commit is contained in:
parent
b3cf45461e
commit
66b9b0dd10
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user