src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html

Thu, 07 Jul 2022 11:23:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 07 Jul 2022 11:23:56 +0200
branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html@d64760b2da50
child 10437
2f70ca07f0af
permissions
-rw-r--r--

Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog</h1>

<p>
Module implementing the eric plug-in wizard dialog.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#PluginWizardDialog">PluginWizardDialog</a></td>
<td>Class implementing the eric plug-in wizard dialog.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="PluginWizardDialog" ID="PluginWizardDialog"></a>
<h2>PluginWizardDialog</h2>

<p>
    Class implementing the eric plug-in wizard dialog.
</p>
<h3>Derived from</h3>
QDialog, Ui_PluginWizardDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#PluginWizardDialog.__init__">PluginWizardDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#PluginWizardDialog.__enableOkButton">__enableOkButton</a></td>
<td>Private slot to set the state of the OK button.</td>
</tr>
<tr>
<td><a href="#PluginWizardDialog.getCode">getCode</a></td>
<td>Public method to get the source code.</td>
</tr>
<tr>
<td><a href="#PluginWizardDialog.on_pluginTypeCombo_currentTextChanged">on_pluginTypeCombo_currentTextChanged</a></td>
<td>Private slot to react upon the selection of a plug-in type.</td>
</tr>
<tr>
<td><a href="#PluginWizardDialog.on_projectButton_clicked">on_projectButton_clicked</a></td>
<td>Private slot to populate some fields with data retrieved from the current project.</td>
</tr>
<tr>
<td><a href="#PluginWizardDialog.packageName">packageName</a></td>
<td>Public method to retrieve the plug-in package name.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="PluginWizardDialog.__init__" ID="PluginWizardDialog.__init__"></a>
<h4>PluginWizardDialog (Constructor)</h4>
<b>PluginWizardDialog</b>(<i>parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="PluginWizardDialog.__enableOkButton" ID="PluginWizardDialog.__enableOkButton"></a>
<h4>PluginWizardDialog.__enableOkButton</h4>
<b>__enableOkButton</b>(<i></i>)

<p>
        Private slot to set the state of the OK button.
</p>
<a NAME="PluginWizardDialog.getCode" ID="PluginWizardDialog.getCode"></a>
<h4>PluginWizardDialog.getCode</h4>
<b>getCode</b>(<i></i>)

<p>
        Public method to get the source code.
</p>
<dl>
<dt>Return:</dt>
<dd>
generated code (string)
</dd>
</dl>
<a NAME="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged" ID="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged"></a>
<h4>PluginWizardDialog.on_pluginTypeCombo_currentTextChanged</h4>
<b>on_pluginTypeCombo_currentTextChanged</b>(<i>txt</i>)

<p>
        Private slot to react upon the selection of a plug-in type.
</p>
<dl>

<dt><i>txt</i></dt>
<dd>
selected plug-in type (string)
</dd>
</dl>
<a NAME="PluginWizardDialog.on_projectButton_clicked" ID="PluginWizardDialog.on_projectButton_clicked"></a>
<h4>PluginWizardDialog.on_projectButton_clicked</h4>
<b>on_projectButton_clicked</b>(<i></i>)

<p>
        Private slot to populate some fields with data retrieved from the
        current project.
</p>
<a NAME="PluginWizardDialog.packageName" ID="PluginWizardDialog.packageName"></a>
<h4>PluginWizardDialog.packageName</h4>
<b>packageName</b>(<i></i>)

<p>
        Public method to retrieve the plug-in package name.
</p>
<dl>
<dt>Return:</dt>
<dd>
plug-in package name (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial