src/eric7/Documentation/Source/eric7.WebBrowser.Network.SslErrorExceptionsDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10479
856476537696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Network.SslErrorExceptionsDialog.html	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.WebBrowser.Network.SslErrorExceptionsDialog</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.WebBrowser.Network.SslErrorExceptionsDialog</h1>
+
+<p>
+Module implementing a dialog to edit the SSL error exceptions.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#SslErrorExceptionsDialog">SslErrorExceptionsDialog</a></td>
+<td>Class implementing a dialog to edit the SSL error exceptions.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="SslErrorExceptionsDialog" ID="SslErrorExceptionsDialog"></a>
+<h2>SslErrorExceptionsDialog</h2>
+
+<p>
+    Class implementing a dialog to edit the SSL error exceptions.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_SslErrorExceptionsDialog
+<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="#SslErrorExceptionsDialog.__init__">SslErrorExceptionsDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.__setRemoveButtons">__setRemoveButtons</a></td>
+<td>Private method to set the state of the 'remove' buttons.</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.getSslErrorExceptions">getSslErrorExceptions</a></td>
+<td>Public method to retrieve the list of SSL error exceptions.</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested">on_errorsTree_customContextMenuRequested</a></td>
+<td>Private slot to show the context menu.</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged">on_errorsTree_itemSelectionChanged</a></td>
+<td>Private slot handling the selection of entries.</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.on_removeAllButton_clicked">on_removeAllButton_clicked</a></td>
+<td>Private slot to remove all entries.</td>
+</tr>
+<tr>
+<td><a href="#SslErrorExceptionsDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
+<td>Private slot to remove the selected items.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="SslErrorExceptionsDialog.__init__" ID="SslErrorExceptionsDialog.__init__"></a>
+<h4>SslErrorExceptionsDialog (Constructor)</h4>
+<b>SslErrorExceptionsDialog</b>(<i>errorsDict, parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>errorsDict</i> (dict of list of int)</dt>
+<dd>
+error exceptions
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl>
+<a NAME="SslErrorExceptionsDialog.__setRemoveButtons" ID="SslErrorExceptionsDialog.__setRemoveButtons"></a>
+<h4>SslErrorExceptionsDialog.__setRemoveButtons</h4>
+<b>__setRemoveButtons</b>(<i></i>)
+
+<p>
+        Private method to set the state of the 'remove' buttons.
+</p>
+<a NAME="SslErrorExceptionsDialog.getSslErrorExceptions" ID="SslErrorExceptionsDialog.getSslErrorExceptions"></a>
+<h4>SslErrorExceptionsDialog.getSslErrorExceptions</h4>
+<b>getSslErrorExceptions</b>(<i></i>)
+
+<p>
+        Public method to retrieve the list of SSL error exceptions.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+error exceptions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict of list of int
+</dd>
+</dl>
+<a NAME="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested" ID="SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested"></a>
+<h4>SslErrorExceptionsDialog.on_errorsTree_customContextMenuRequested</h4>
+<b>on_errorsTree_customContextMenuRequested</b>(<i>pos</i>)
+
+<p>
+        Private slot to show the context menu.
+</p>
+<dl>
+
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+cursor position
+</dd>
+</dl>
+<a NAME="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged" ID="SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged"></a>
+<h4>SslErrorExceptionsDialog.on_errorsTree_itemSelectionChanged</h4>
+<b>on_errorsTree_itemSelectionChanged</b>(<i></i>)
+
+<p>
+        Private slot handling the selection of entries.
+</p>
+<a NAME="SslErrorExceptionsDialog.on_removeAllButton_clicked" ID="SslErrorExceptionsDialog.on_removeAllButton_clicked"></a>
+<h4>SslErrorExceptionsDialog.on_removeAllButton_clicked</h4>
+<b>on_removeAllButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to remove all entries.
+</p>
+<a NAME="SslErrorExceptionsDialog.on_removeButton_clicked" ID="SslErrorExceptionsDialog.on_removeButton_clicked"></a>
+<h4>SslErrorExceptionsDialog.on_removeButton_clicked</h4>
+<b>on_removeButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to remove the selected items.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial