Skip to content

Commit

Permalink
Class ctor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 19, 2019
1 parent d460dfb commit b261732
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/core/qgsweakrelation.h
Expand Up @@ -39,6 +39,21 @@ class CORE_EXPORT QgsWeakRelation
{
public:

/**
* Creates a QgsWeakRelation
* \param relationId relation ID
* \param relationName relation name
* \param strength relation strength
* \param referencingLayerId ID of the referencing layer
* \param referencingLayerName name of the referencing layer
* \param referencingLayerSource source of the referencing layer
* \param referencingLayerProviderKey provider name of the referencing layer
* \param referencedLayerId ID of the referenced layer
* \param referencedLayerName name of the referenced layer
* \param referencedLayerSource name of the referenced layer
* \param referencedLayerProviderKey provider name of the referenced layer
* \param fieldPairs list of the relation field pairs
*/
QgsWeakRelation( const QString &relationId,
const QString &relationName,
const QgsRelation::RelationStrength strength,
Expand Down

0 comments on commit b261732

Please sign in to comment.