src/eric7/Documentation/Source/eric7.Network.IRC.IrcServerEditDialog.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 9209
b99e7fd55fd3
child 10428
a071d4065202
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

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

<p>
Module implementing a dialog for editing the IRC server configuration.
</p>
<h3>Global Attributes</h3>

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

<table>

<tr>
<td><a href="#IrcServerEditDialog">IrcServerEditDialog</a></td>
<td>Class implementing a dialog for editing the IRC server configuration.</td>
</tr>
</table>
<h3>Functions</h3>

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

<p>
    Class implementing a dialog for editing the IRC server configuration.
</p>
<h3>Derived from</h3>
QDialog, Ui_IrcServerEditDialog
<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="#IrcServerEditDialog.__init__">IrcServerEditDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#IrcServerEditDialog.__updateOkButton">__updateOkButton</a></td>
<td>Private method to update the OK button state.</td>
</tr>
<tr>
<td><a href="#IrcServerEditDialog.getServer">getServer</a></td>
<td>Public method to create a server object from the data entered into the dialog.</td>
</tr>
<tr>
<td><a href="#IrcServerEditDialog.on_serverEdit_textChanged">on_serverEdit_textChanged</a></td>
<td>Private slot handling changes of the server name.</td>
</tr>
</table>
<h3>Static Methods</h3>

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

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

<p>
        Constructor
</p>
<dl>

<dt><i>server</i></dt>
<dd>
reference to the IRC server object (IrcServer)
</dd>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="IrcServerEditDialog.__updateOkButton" ID="IrcServerEditDialog.__updateOkButton"></a>
<h4>IrcServerEditDialog.__updateOkButton</h4>
<b>__updateOkButton</b>(<i></i>)

<p>
        Private method to update the OK button state.
</p>
<a NAME="IrcServerEditDialog.getServer" ID="IrcServerEditDialog.getServer"></a>
<h4>IrcServerEditDialog.getServer</h4>
<b>getServer</b>(<i></i>)

<p>
        Public method to create a server object from the data entered into
        the dialog.
</p>
<dl>
<dt>Return:</dt>
<dd>
server object (IrcServer)
</dd>
</dl>
<a NAME="IrcServerEditDialog.on_serverEdit_textChanged" ID="IrcServerEditDialog.on_serverEdit_textChanged"></a>
<h4>IrcServerEditDialog.on_serverEdit_textChanged</h4>
<b>on_serverEdit_textChanged</b>(<i>name</i>)

<p>
        Private slot handling changes of the server name.
</p>
<dl>

<dt><i>name</i></dt>
<dd>
current name of the server (string)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial