Documentation/Source/eric5.Network.IRC.IrcServerEditDialog.html

Sat, 26 Jan 2013 12:44:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jan 2013 12:44:46 +0100
branch
5_3_x
changeset 2374
f78ee0e8f96c
parent 2266
f885a0bc2ccc
child 2386
bf6f0ded6071
permissions
-rw-r--r--

Regenerated the source docu with the HTML5 generator.

<!DOCTYPE html>
<html><head>
<title>eric5.Network.IRC.IrcServerEditDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric5.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>Returns:</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