diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.Helpviewer.History.HistoryManager.html --- a/Documentation/Source/eric5.Helpviewer.History.HistoryManager.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryManager.html Sat Aug 20 16:30:49 2011 +0200 @@ -54,12 +54,13 @@ <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="#HistoryEntry.__init__">HistoryEntry</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#HistoryEntry.__eq__">__eq__</a></td> <td>Special method determining equality.</td> </tr><tr> @@ -70,6 +71,10 @@ <td>Public method to get the title of the history entry.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="HistoryEntry.__init__" ID="HistoryEntry.__init__"></a> <h4>HistoryEntry (Constructor)</h4> <b>HistoryEntry</b>(<i>url=None, dateTime=None, title=None</i>) @@ -135,7 +140,7 @@ <h2>HistoryManager</h2> <p> Class implementing the history manager. -</p><h4>Signals</h4> +</p><h3>Signals</h3> <dl> <dt>entryAdded(HistoryEntry)</dt> <dd> @@ -160,12 +165,13 @@ <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="#HistoryManager.__init__">HistoryManager</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#HistoryManager.__checkForExpired">__checkForExpired</a></td> <td>Private slot to check entries for expiration.</td> </tr><tr> @@ -230,6 +236,10 @@ <td>Public method to update a history entry.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="HistoryManager.__init__" ID="HistoryManager.__init__"></a> <h4>HistoryManager (Constructor)</h4> <b>HistoryManager</b>(<i>parent=None</i>)