Documentation/Source/eric4.Helpviewer.CookieJar.CookieDetailsDialog.html

changeset 3
0d9daebf5b8c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric4.Helpviewer.CookieJar.CookieDetailsDialog.html	Mon Dec 28 16:18:43 2009 +0000
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric4.Helpviewer.CookieJar.CookieDetailsDialog</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric4.Helpviewer.CookieJar.CookieDetailsDialog</h1>
+<p>
+Module implementing a dialog showing the cookie data.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#CookieDetailsDialog">CookieDetailsDialog</a></td>
+<td>Class implementing a dialog showing the cookie data.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="CookieDetailsDialog" ID="CookieDetailsDialog"></a>
+<h2>CookieDetailsDialog</h2>
+<p>
+    Class implementing a dialog showing the cookie data.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_CookieDetailsDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#CookieDetailsDialog.__init__">CookieDetailsDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#CookieDetailsDialog.setData">setData</a></td>
+<td>Public method to set the data to be shown.</td>
+</tr>
+</table>
+<a NAME="CookieDetailsDialog.__init__" ID="CookieDetailsDialog.__init__"></a>
+<h4>CookieDetailsDialog (Constructor)</h4>
+<b>CookieDetailsDialog</b>(<i>parent = None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+reference to the parent object (QWidget)
+</dd>
+</dl><a NAME="CookieDetailsDialog.setData" ID="CookieDetailsDialog.setData"></a>
+<h4>CookieDetailsDialog.setData</h4>
+<b>setData</b>(<i>domain, name, path, secure, expires, value</i>)
+<p>
+        Public method to set the data to be shown.
+</p><dl>
+<dt><i>domain</i></dt>
+<dd>
+domain of the cookie (string)
+</dd><dt><i>name</i></dt>
+<dd>
+name of the cookie (string)
+</dd><dt><i>path</i></dt>
+<dd>
+path of the cookie (string)
+</dd><dt><i>secure</i></dt>
+<dd>
+flag indicating a secure cookie (boolean)
+</dd><dt><i>expires</i></dt>
+<dd>
+expiration time of the cookie (string)
+</dd><dt><i>value</i></dt>
+<dd>
+value of the cookie (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial