--- a/Documentation/Source/eric5.Helpviewer.SpeedDial.SpeedDial.html Sun Mar 11 12:15:00 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.SpeedDial.SpeedDial.html Sun Mar 11 13:04:30 2012 +0100 @@ -31,9 +31,6 @@ <h3>Classes</h3> <table> <tr> -<td><a href="#Page">Page</a></td> -<td>Class to hold the data for a speed dial page.</td> -</tr><tr> <td><a href="#SpeedDial">SpeedDial</a></td> <td>Class implementing the speed dial.</td> </tr> @@ -43,66 +40,6 @@ <tr><td>None</td></tr> </table> <hr /><hr /> -<a NAME="Page" ID="Page"></a> -<h2>Page</h2> -<p> - Class to hold the data for a speed dial page. -</p> -<h3>Derived from</h3> -object -<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="#Page.__init__">Page</a></td> -<td>Constructor</td> -</tr><tr> -<td><a href="#Page.__eq__">__eq__</a></td> -<td>Public method implementing the equality operator.</td> -</tr> -</table> -<h3>Static Methods</h3> -<table> -<tr><td>None</td></tr> -</table> -<a NAME="Page.__init__" ID="Page.__init__"></a> -<h4>Page (Constructor)</h4> -<b>Page</b>(<i>url="", title="", broken=False</i>) -<p> - Constructor -</p><dl> -<dt><i>url</i></dt> -<dd> -URL of the page (string) -</dd><dt><i>title</i></dt> -<dd> -title of the page (string) -</dd> -</dl><a NAME="Page.__eq__" ID="Page.__eq__"></a> -<h4>Page.__eq__</h4> -<b>__eq__</b>(<i>other</i>) -<p> - Public method implementing the equality operator. -</p><dl> -<dt><i>other</i></dt> -<dd> -reference to the other page object (Page) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating equality (boolean) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="SpeedDial" ID="SpeedDial"></a> <h2>SpeedDial</h2> <p> @@ -112,6 +49,9 @@ <dt>pagesChanged()</dt> <dd> emitted after the list of pages changed +</dd><dt>speedDialSaved()</dt> +<dd> +emitted after the speed dial data was saved </dd> </dl> <h3>Derived from</h3> @@ -133,15 +73,15 @@ <td><a href="#SpeedDial.__cleanFrames">__cleanFrames</a></td> <td>Private method to clean all frames.</td> </tr><tr> -<td><a href="#SpeedDial.__generateAllPages">__generateAllPages</a></td> -<td>Private method to generate s string with all pages managed by the speed dial.</td> -</tr><tr> <td><a href="#SpeedDial.__imageFileName">__imageFileName</a></td> <td>Private method to generate the image file name for a URL.</td> </tr><tr> <td><a href="#SpeedDial.__initialize">__initialize</a></td> <td>Private method to initialize the speed dial.</td> </tr><tr> +<td><a href="#SpeedDial.__load">__load</a></td> +<td>Private method to load the speed dial configuration.</td> +</tr><tr> <td><a href="#SpeedDial.__pagesChanged">__pagesChanged</a></td> <td>Private slot to react on a change of the pages configuration.</td> </tr><tr> @@ -157,6 +97,12 @@ <td><a href="#SpeedDial.changed">changed</a></td> <td>Public slot to react on changed pages.</td> </tr><tr> +<td><a href="#SpeedDial.close">close</a></td> +<td>Public method to close the user agents manager.</td> +</tr><tr> +<td><a href="#SpeedDial.getFileName">getFileName</a></td> +<td>Public method to get the file name of the user agents file.</td> +</tr><tr> <td><a href="#SpeedDial.initialScript">initialScript</a></td> <td>Public method to get the 'initial' JavaScript script.</td> </tr><tr> @@ -175,6 +121,9 @@ <td><a href="#SpeedDial.removePage">removePage</a></td> <td>Public method to remove a page.</td> </tr><tr> +<td><a href="#SpeedDial.save">save</a></td> +<td>Public method to save the speed dial configuration.</td> +</tr><tr> <td><a href="#SpeedDial.sdSize">sdSize</a></td> <td>Public method to get the speed dial size.</td> </tr><tr> @@ -215,16 +164,6 @@ <dd> list of speed dial frames (list of QWebFrame) </dd> -</dl><a NAME="SpeedDial.__generateAllPages" ID="SpeedDial.__generateAllPages"></a> -<h4>SpeedDial.__generateAllPages</h4> -<b>__generateAllPages</b>(<i></i>) -<p> - Private method to generate s string with all pages managed by the speed dial. -</p><dl> -<dt>Returns:</dt> -<dd> -string with all pages (string) -</dd> </dl><a NAME="SpeedDial.__imageFileName" ID="SpeedDial.__imageFileName"></a> <h4>SpeedDial.__imageFileName</h4> <b>__imageFileName</b>(<i>url</i>) @@ -245,6 +184,11 @@ <b>__initialize</b>(<i></i>) <p> Private method to initialize the speed dial. +</p><a NAME="SpeedDial.__load" ID="SpeedDial.__load"></a> +<h4>SpeedDial.__load</h4> +<b>__load</b>(<i></i>) +<p> + Private method to load the speed dial configuration. </p><a NAME="SpeedDial.__pagesChanged" ID="SpeedDial.__pagesChanged"></a> <h4>SpeedDial.__pagesChanged</h4> <b>__pagesChanged</b>(<i></i>) @@ -293,6 +237,21 @@ <dd> string giving all pages (string) </dd> +</dl><a NAME="SpeedDial.close" ID="SpeedDial.close"></a> +<h4>SpeedDial.close</h4> +<b>close</b>(<i></i>) +<p> + Public method to close the user agents manager. +</p><a NAME="SpeedDial.getFileName" ID="SpeedDial.getFileName"></a> +<h4>SpeedDial.getFileName</h4> +<b>getFileName</b>(<i></i>) +<p> + Public method to get the file name of the user agents file. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the user agents file (string) +</dd> </dl><a NAME="SpeedDial.initialScript" ID="SpeedDial.initialScript"></a> <h4>SpeedDial.initialScript</h4> <b>initialScript</b>(<i></i>) @@ -362,7 +321,12 @@ <dd> URL of the page (QUrl) </dd> -</dl><a NAME="SpeedDial.sdSize" ID="SpeedDial.sdSize"></a> +</dl><a NAME="SpeedDial.save" ID="SpeedDial.save"></a> +<h4>SpeedDial.save</h4> +<b>save</b>(<i></i>) +<p> + Public method to save the speed dial configuration. +</p><a NAME="SpeedDial.sdSize" ID="SpeedDial.sdSize"></a> <h4>SpeedDial.sdSize</h4> <b>sdSize</b>(<i></i>) <p>