Skip to content

Commit 0373fe7

Browse files
committed
autogenerated sip in file
1 parent 5a75195 commit 0373fe7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python/core/auto_generated/qgsbrowsermodel.sip.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ items, i.e. it does not fetch children.
117117
%End
118118

119119

120+
QModelIndex findUri( const QString &uri, QModelIndex index = QModelIndex() );
121+
%Docstring
122+
Returns index of layer item with given uri. It only searches in currently fetched
123+
items, i.e. it does not fetch children.
124+
125+
:param uri: item uri
126+
:param index: the current index of the parent (to search for children)
127+
128+
:return: model index, invalid if item not found *
129+
%End
130+
120131
void connectItem( QgsDataItem *item ) /Deprecated/;
121132
%Docstring
122133

0 commit comments

Comments
 (0)