src/eric7/Documentation/Source/eric7.Plugins.PluginAbout.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 10064
8c3207703dac
child 10437
2f70ca07f0af
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

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

<p>
This plugin shows the About dialogs.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>__header__</td></tr><tr><td>error</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#AboutPlugin">AboutPlugin</a></td>
<td>Class implementing the About plugin.</td>
</tr>
</table>
<h3>Functions</h3>

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

<p>
    Class implementing the About plugin.
</p>
<h3>Derived from</h3>
QObject
<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="#AboutPlugin.__init__">AboutPlugin</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#AboutPlugin.__about">__about</a></td>
<td>Private slot to handle the About dialog.</td>
</tr>
<tr>
<td><a href="#AboutPlugin.__aboutQt">__aboutQt</a></td>
<td>Private slot to handle the About Qt dialog.</td>
</tr>
<tr>
<td><a href="#AboutPlugin.__initActions">__initActions</a></td>
<td>Private method to initialize the actions.</td>
</tr>
<tr>
<td><a href="#AboutPlugin.__initMenu">__initMenu</a></td>
<td>Private method to add the actions to the right menu.</td>
</tr>
<tr>
<td><a href="#AboutPlugin.activate">activate</a></td>
<td>Public method to activate this plugin.</td>
</tr>
<tr>
<td><a href="#AboutPlugin.deactivate">deactivate</a></td>
<td>Public method to deactivate this plugin.</td>
</tr>
</table>
<h3>Static Methods</h3>

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

<a NAME="AboutPlugin.__init__" ID="AboutPlugin.__init__"></a>
<h4>AboutPlugin (Constructor)</h4>
<b>AboutPlugin</b>(<i>ui</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>ui</i></dt>
<dd>
reference to the user interface object (UI.UserInterface)
</dd>
</dl>
<a NAME="AboutPlugin.__about" ID="AboutPlugin.__about"></a>
<h4>AboutPlugin.__about</h4>
<b>__about</b>(<i></i>)

<p>
        Private slot to handle the About dialog.
</p>
<a NAME="AboutPlugin.__aboutQt" ID="AboutPlugin.__aboutQt"></a>
<h4>AboutPlugin.__aboutQt</h4>
<b>__aboutQt</b>(<i></i>)

<p>
        Private slot to handle the About Qt dialog.
</p>
<a NAME="AboutPlugin.__initActions" ID="AboutPlugin.__initActions"></a>
<h4>AboutPlugin.__initActions</h4>
<b>__initActions</b>(<i></i>)

<p>
        Private method to initialize the actions.
</p>
<a NAME="AboutPlugin.__initMenu" ID="AboutPlugin.__initMenu"></a>
<h4>AboutPlugin.__initMenu</h4>
<b>__initMenu</b>(<i></i>)

<p>
        Private method to add the actions to the right menu.
</p>
<a NAME="AboutPlugin.activate" ID="AboutPlugin.activate"></a>
<h4>AboutPlugin.activate</h4>
<b>activate</b>(<i></i>)

<p>
        Public method to activate this plugin.
</p>
<dl>
<dt>Return:</dt>
<dd>
tuple of None and activation status (boolean)
</dd>
</dl>
<a NAME="AboutPlugin.deactivate" ID="AboutPlugin.deactivate"></a>
<h4>AboutPlugin.deactivate</h4>
<b>deactivate</b>(<i></i>)

<p>
        Public method to deactivate this plugin.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial