Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent 1c402ef commit c347055
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/core/qgsvectorlayerjoininfo.sip
Expand Up @@ -156,6 +156,16 @@ Returns whether values from the joined layer should be cached in memory to speed
:rtype: str
%End

QgsFeature extractJoinedFeature( const QgsFeature &feature ) const;
%Docstring
Extract the join feature from the target feature for the current
join layer information.
\param feature A feature from the target layer
:return: the corresponding joined feature
.. versionadded:: 3.0
:rtype: QgsFeature
%End

bool operator==( const QgsVectorLayerJoinInfo &other ) const;

void setJoinFieldNamesSubset( QStringList *fieldNamesSubset /Transfer/ );
Expand Down

0 comments on commit c347055

Please sign in to comment.