--- a/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Tue Aug 17 12:25:54 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Tue Aug 17 12:26:40 2021 +0200 @@ -81,10 +81,6 @@ <td>Private method to add a new entry to the list of trove classifiers.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.__addPackage">__addPackage</a></td> -<td>Private method to add a package to the list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.__classifiersDownloadDone">__classifiersDownloadDone</a></td> <td>Private slot called, after the classifiers file has been downloaded from the internet.</td> </tr> @@ -121,18 +117,10 @@ <td>Private slot to add Python modules to the list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_addPackageButton_clicked">on_addPackageButton_clicked</a></td> -<td>Private slot to add a package to the list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_addScriptButton_clicked">on_addScriptButton_clicked</a></td> <td>Private slot to add scripts to the list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_autodiscoverPackagesButton_clicked">on_autodiscoverPackagesButton_clicked</a></td> -<td>Private slot to discover packages automatically.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_deleteExcludePatternButton_clicked">on_deleteExcludePatternButton_clicked</a></td> <td>Private slot to delete the selected exclude pattern items.</td> </tr> @@ -141,10 +129,6 @@ <td>Private slot to delete the selected script items.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_deletePackageButton_clicked">on_deletePackageButton_clicked</a></td> -<td>Private slot to delete the selected package items.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_deleteScriptButton_clicked">on_deleteScriptButton_clicked</a></td> <td>Private slot to delete the selected script items.</td> </tr> @@ -169,18 +153,6 @@ <td>Private slot to handle a change of selected items of the modules list.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_packageDirButton_clicked">on_packageDirButton_clicked</a></td> -<td>Private slot to select a package directory via a directory selection dialog.</td> -</tr> -<tr> -<td><a href="#SetupWizardDialog.on_packageEdit_returnPressed">on_packageEdit_returnPressed</a></td> -<td>Private slot handling a press of the return button of the package edit.</td> -</tr> -<tr> -<td><a href="#SetupWizardDialog.on_packageEdit_textChanged">on_packageEdit_textChanged</a></td> -<td>Private slot to handle a change of the package text.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_packageRootDirButton_clicked">on_packageRootDirButton_clicked</a></td> <td>Private slot to select the packages root directory via a directory selection dialog.</td> </tr> @@ -189,10 +161,6 @@ <td>Private slot handling the entering of a packages root.</td> </tr> <tr> -<td><a href="#SetupWizardDialog.on_packagesList_itemSelectionChanged">on_packagesList_itemSelectionChanged</a></td> -<td>Private slot to handle a change of selected items of the packages list.</td> -</tr> -<tr> <td><a href="#SetupWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td> <td>Private slot to populate some fields with data retrieved from the current project.</td> </tr> @@ -204,10 +172,6 @@ <td><a href="#SetupWizardDialog.on_sourceDirectoryButton_clicked">on_sourceDirectoryButton_clicked</a></td> <td>Private slot to select the packages root directory via a directory selection dialog.</td> </tr> -<tr> -<td><a href="#SetupWizardDialog.on_variantComboBox_currentIndexChanged">on_variantComboBox_currentIndexChanged</a></td> -<td>Private slot handling a change of the setup variant.</td> -</tr> </table> <h3>Static Methods</h3> @@ -243,20 +207,6 @@ line containing the data for the entry (string) </dd> </dl> -<a NAME="SetupWizardDialog.__addPackage" ID="SetupWizardDialog.__addPackage"></a> -<h4>SetupWizardDialog.__addPackage</h4> -<b>__addPackage</b>(<i>pkgDir</i>) - -<p> - Private method to add a package to the list. -</p> -<dl> - -<dt><i>pkgDir</i></dt> -<dd> -name of the package directory (string) -</dd> -</dl> <a NAME="SetupWizardDialog.__classifiersDownloadDone" ID="SetupWizardDialog.__classifiersDownloadDone"></a> <h4>SetupWizardDialog.__classifiersDownloadDone</h4> <b>__classifiersDownloadDone</b>(<i>reply</i>) @@ -366,13 +316,6 @@ <p> Private slot to add Python modules to the list. </p> -<a NAME="SetupWizardDialog.on_addPackageButton_clicked" ID="SetupWizardDialog.on_addPackageButton_clicked"></a> -<h4>SetupWizardDialog.on_addPackageButton_clicked</h4> -<b>on_addPackageButton_clicked</b>(<i></i>) - -<p> - Private slot to add a package to the list. -</p> <a NAME="SetupWizardDialog.on_addScriptButton_clicked" ID="SetupWizardDialog.on_addScriptButton_clicked"></a> <h4>SetupWizardDialog.on_addScriptButton_clicked</h4> <b>on_addScriptButton_clicked</b>(<i></i>) @@ -380,13 +323,6 @@ <p> Private slot to add scripts to the list. </p> -<a NAME="SetupWizardDialog.on_autodiscoverPackagesButton_clicked" ID="SetupWizardDialog.on_autodiscoverPackagesButton_clicked"></a> -<h4>SetupWizardDialog.on_autodiscoverPackagesButton_clicked</h4> -<b>on_autodiscoverPackagesButton_clicked</b>(<i></i>) - -<p> - Private slot to discover packages automatically. -</p> <a NAME="SetupWizardDialog.on_deleteExcludePatternButton_clicked" ID="SetupWizardDialog.on_deleteExcludePatternButton_clicked"></a> <h4>SetupWizardDialog.on_deleteExcludePatternButton_clicked</h4> <b>on_deleteExcludePatternButton_clicked</b>(<i></i>) @@ -401,13 +337,6 @@ <p> Private slot to delete the selected script items. </p> -<a NAME="SetupWizardDialog.on_deletePackageButton_clicked" ID="SetupWizardDialog.on_deletePackageButton_clicked"></a> -<h4>SetupWizardDialog.on_deletePackageButton_clicked</h4> -<b>on_deletePackageButton_clicked</b>(<i></i>) - -<p> - Private slot to delete the selected package items. -</p> <a NAME="SetupWizardDialog.on_deleteScriptButton_clicked" ID="SetupWizardDialog.on_deleteScriptButton_clicked"></a> <h4>SetupWizardDialog.on_deleteScriptButton_clicked</h4> <b>on_deleteScriptButton_clicked</b>(<i></i>) @@ -464,36 +393,6 @@ Private slot to handle a change of selected items of the modules list. </p> -<a NAME="SetupWizardDialog.on_packageDirButton_clicked" ID="SetupWizardDialog.on_packageDirButton_clicked"></a> -<h4>SetupWizardDialog.on_packageDirButton_clicked</h4> -<b>on_packageDirButton_clicked</b>(<i></i>) - -<p> - Private slot to select a package directory via a directory - selection dialog. -</p> -<a NAME="SetupWizardDialog.on_packageEdit_returnPressed" ID="SetupWizardDialog.on_packageEdit_returnPressed"></a> -<h4>SetupWizardDialog.on_packageEdit_returnPressed</h4> -<b>on_packageEdit_returnPressed</b>(<i></i>) - -<p> - Private slot handling a press of the return button of the - package edit. -</p> -<a NAME="SetupWizardDialog.on_packageEdit_textChanged" ID="SetupWizardDialog.on_packageEdit_textChanged"></a> -<h4>SetupWizardDialog.on_packageEdit_textChanged</h4> -<b>on_packageEdit_textChanged</b>(<i>txt</i>) - -<p> - Private slot to handle a change of the package text. -</p> -<dl> - -<dt><i>txt</i></dt> -<dd> -text of the line edit (string) -</dd> -</dl> <a NAME="SetupWizardDialog.on_packageRootDirButton_clicked" ID="SetupWizardDialog.on_packageRootDirButton_clicked"></a> <h4>SetupWizardDialog.on_packageRootDirButton_clicked</h4> <b>on_packageRootDirButton_clicked</b>(<i></i>) @@ -516,14 +415,6 @@ text of the line edit (string) </dd> </dl> -<a NAME="SetupWizardDialog.on_packagesList_itemSelectionChanged" ID="SetupWizardDialog.on_packagesList_itemSelectionChanged"></a> -<h4>SetupWizardDialog.on_packagesList_itemSelectionChanged</h4> -<b>on_packagesList_itemSelectionChanged</b>(<i></i>) - -<p> - Private slot to handle a change of selected items of the - packages list. -</p> <a NAME="SetupWizardDialog.on_projectButton_clicked" ID="SetupWizardDialog.on_projectButton_clicked"></a> <h4>SetupWizardDialog.on_projectButton_clicked</h4> <b>on_projectButton_clicked</b>(<i></i>) @@ -548,20 +439,6 @@ Private slot to select the packages root directory via a directory selection dialog. </p> -<a NAME="SetupWizardDialog.on_variantComboBox_currentIndexChanged" ID="SetupWizardDialog.on_variantComboBox_currentIndexChanged"></a> -<h4>SetupWizardDialog.on_variantComboBox_currentIndexChanged</h4> -<b>on_variantComboBox_currentIndexChanged</b>(<i>index</i>) - -<p> - Private slot handling a change of the setup variant. -</p> -<dl> - -<dt><i>index</i></dt> -<dd> -index of the selected entry (integer) -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file