Skip to content

Commit c347055

Browse files
committed
Update sip binding
1 parent 1c402ef commit c347055

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/core/qgsvectorlayerjoininfo.sip

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,16 @@ Returns whether values from the joined layer should be cached in memory to speed
156156
:rtype: str
157157
%End
158158

159+
QgsFeature extractJoinedFeature( const QgsFeature &feature ) const;
160+
%Docstring
161+
Extract the join feature from the target feature for the current
162+
join layer information.
163+
\param feature A feature from the target layer
164+
:return: the corresponding joined feature
165+
.. versionadded:: 3.0
166+
:rtype: QgsFeature
167+
%End
168+
159169
bool operator==( const QgsVectorLayerJoinInfo &other ) const;
160170

161171
void setJoinFieldNamesSubset( QStringList *fieldNamesSubset /Transfer/ );

0 commit comments

Comments
 (0)