--- a/src/eric7/Documentation/Source/eric7.UI.Browser.html Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.Browser.html Thu Dec 21 19:50:01 2023 +0100 @@ -328,9 +328,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="Browser.__addAsToplevelDir" ID="Browser.__addAsToplevelDir"></a> @@ -444,9 +444,9 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> <a NAME="Browser._copyToClipboard" ID="Browser._copyToClipboard"></a> @@ -479,9 +479,9 @@ </p> <dl> -<dt><i>act</i></dt> +<dt><i>act</i> (EricAction)</dt> <dd> -reference to the action (EricAction) +reference to the action </dd> </dl> <a NAME="Browser._init" ID="Browser._init"></a> @@ -611,7 +611,7 @@ </p> <dl> -<dt><i>filterList</i></dt> +<dt><i>filterList</i> (list of Class)</dt> <dd> list of classes to check against </dd> @@ -619,7 +619,13 @@ <dl> <dt>Return:</dt> <dd> -list of selected items (list of BrowserItem) +list of selected items +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of BrowserItem </dd> </dl> <a NAME="Browser.getSelectedItemsCount" ID="Browser.getSelectedItemsCount"></a> @@ -631,7 +637,7 @@ </p> <dl> -<dt><i>filterList</i></dt> +<dt><i>filterList</i> (list of Class)</dt> <dd> list of classes to check against </dd> @@ -639,7 +645,13 @@ <dl> <dt>Return:</dt> <dd> -count of items selected (integer) +count of items selected +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="Browser.getSelectedItemsCountCategorized" ID="Browser.getSelectedItemsCountCategorized"></a> @@ -651,7 +663,7 @@ </p> <dl> -<dt><i>filterList</i></dt> +<dt><i>filterList</i> (list of Class)</dt> <dd> list of classes to check against </dd> @@ -667,6 +679,12 @@ all selected entries fulfilling the filter criteria. </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <a NAME="Browser.handleInterpreterChanged" ID="Browser.handleInterpreterChanged"></a> <h4>Browser.handleInterpreterChanged</h4> <b>handleInterpreterChanged</b>(<i>interpreter</i>) @@ -676,9 +694,9 @@ </p> <dl> -<dt><i>interpreter</i></dt> +<dt><i>interpreter</i> (str)</dt> <dd> -interpreter of the debug client (string) +interpreter of the debug client </dd> </dl> <a NAME="Browser.handlePreferencesChanged" ID="Browser.handlePreferencesChanged"></a> @@ -697,9 +715,9 @@ </p> <dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -file name (string) +file name </dd> </dl> <a NAME="Browser.handleTesting" ID="Browser.handleTesting"></a> @@ -743,9 +761,9 @@ </p> <dl> -<dt><i>mouseEvent</i></dt> +<dt><i>mouseEvent</i> (QMouseEvent)</dt> <dd> -the mouse event (QMouseEvent) +the mouse event </dd> </dl> <a NAME="Browser.saveToplevelDirs" ID="Browser.saveToplevelDirs"></a> @@ -764,11 +782,11 @@ </p> <dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (BrowserItem)</dt> <dd> -the item to check (BrowserItem) +the item to check </dd> -<dt><i>filterList</i></dt> +<dt><i>filterList</i> (list of Class)</dt> <dd> list of classes to check against </dd> @@ -776,7 +794,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating item is a valid type (boolean) +flag indicating item is a valid type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>