--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.CookieJar.CookieDetailsDialog.html Sat Jan 02 18:19:35 2010 +0000 @@ -0,0 +1,90 @@ +<?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>eric5.Helpviewer.CookieJar.CookieDetailsDialog</title> +<style> +b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.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