Skip to content
Permalink
Browse files
Update sip binding
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent 1c402ef commit c347055
Showing 1 changed file with 10 additions and 0 deletions.
@@ -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/ );

0 comments on commit c347055

Please sign in to comment.