diff -r 718bc86e1c3f -r 9daa438fb4de src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html --- a/src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html Tue Sep 27 14:59:32 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html Tue Sep 27 17:58:12 2022 +0200 @@ -70,6 +70,14 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#ProjectOthersBrowser.__addOthersDirectory">__addOthersDirectory</a></td> +<td>Private method to add files of a directory to the project.</td> +</tr> +<tr> +<td><a href="#ProjectOthersBrowser.__addOthersFiles">__addOthersFiles</a></td> +<td>Private method to add files to the project.</td> +</tr> +<tr> <td><a href="#ProjectOthersBrowser.__deleteItem">__deleteItem</a></td> <td>Private method to delete the selected entry from the OTHERS project data area.</td> </tr> @@ -90,6 +98,10 @@ <td>Private slot called by the backMenu aboutToShow signal.</td> </tr> <tr> +<td><a href="#ProjectOthersBrowser.__showContextMenuDir">__showContextMenuDir</a></td> +<td>Private slot called by the dirMenu aboutToShow signal.</td> +</tr> +<tr> <td><a href="#ProjectOthersBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> <td>Private slot called by the multiMenu aboutToShow signal.</td> </tr> @@ -150,6 +162,20 @@ parent widget of this browser (QWidget) </dd> </dl> +<a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a> +<h4>ProjectOthersBrowser.__addOthersDirectory</h4> +<b>__addOthersDirectory</b>(<i></i>) + +<p> + Private method to add files of a directory to the project. +</p> +<a NAME="ProjectOthersBrowser.__addOthersFiles" ID="ProjectOthersBrowser.__addOthersFiles"></a> +<h4>ProjectOthersBrowser.__addOthersFiles</h4> +<b>__addOthersFiles</b>(<i></i>) + +<p> + Private method to add files to the project. +</p> <a NAME="ProjectOthersBrowser.__deleteItem" ID="ProjectOthersBrowser.__deleteItem"></a> <h4>ProjectOthersBrowser.__deleteItem</h4> <b>__deleteItem</b>(<i></i>) @@ -187,6 +213,13 @@ <p> Private slot called by the backMenu aboutToShow signal. </p> +<a NAME="ProjectOthersBrowser.__showContextMenuDir" ID="ProjectOthersBrowser.__showContextMenuDir"></a> +<h4>ProjectOthersBrowser.__showContextMenuDir</h4> +<b>__showContextMenuDir</b>(<i></i>) + +<p> + Private slot called by the dirMenu aboutToShow signal. +</p> <a NAME="ProjectOthersBrowser.__showContextMenuMulti" ID="ProjectOthersBrowser.__showContextMenuMulti"></a> <h4>ProjectOthersBrowser.__showContextMenuMulti</h4> <b>__showContextMenuMulti</b>(<i></i>)