--- a/Documentation/Source/eric5.Helpviewer.History.HistoryDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.History.HistoryDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.History.HistoryDialog</h1> <p> -Module implementing a dialog to manage history. +Module implementing a dialog to manage history. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#HistoryDialog">HistoryDialog</a></td> -<td>Class implementing a dialog to manage history.</td> +<td>Class implementing a dialog to manage history.</td> </tr> </table> <h3>Functions</h3> @@ -43,16 +43,16 @@ <a NAME="HistoryDialog" ID="HistoryDialog"></a> <h2>HistoryDialog</h2> <p> - Class implementing a dialog to manage history. + Class implementing a dialog to manage history. </p><h4>Signals</h4> <dl> <dt>newUrl(const QUrl&, const QString&)</dt> <dd> -emitted to open a URL in a new tab +emitted to open a URL in a new tab </dd><dt>openUrl(const QUrl&, const QString&)</dt> <dd> -emitted to open a URL in the current - tab +emitted to open a URL in the current + tab </dd> </dl> <h3>Derived from</h3> @@ -65,93 +65,93 @@ <table> <tr> <td><a href="#HistoryDialog.__init__">HistoryDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HistoryDialog.__activated">__activated</a></td> -<td>Private slot to handle the activation of an entry.</td> +<td>Private slot to handle the activation of an entry.</td> </tr><tr> <td><a href="#HistoryDialog.__copyHistory">__copyHistory</a></td> -<td>Private slot to copy a history entry's URL to the clipboard.</td> +<td>Private slot to copy a history entry's URL to the clipboard.</td> </tr><tr> <td><a href="#HistoryDialog.__customContextMenuRequested">__customContextMenuRequested</a></td> -<td>Private slot to handle the context menu request for the bookmarks tree.</td> +<td>Private slot to handle the context menu request for the bookmarks tree.</td> </tr><tr> <td><a href="#HistoryDialog.__modelReset">__modelReset</a></td> -<td>Private slot handling a reset of the tree view's model.</td> +<td>Private slot handling a reset of the tree view's model.</td> </tr><tr> <td><a href="#HistoryDialog.__openHistory">__openHistory</a></td> -<td>Private method to open a history entry.</td> +<td>Private method to open a history entry.</td> </tr><tr> <td><a href="#HistoryDialog.__openHistoryInCurrentTab">__openHistoryInCurrentTab</a></td> -<td>Private slot to open a history entry in the current browser tab.</td> +<td>Private slot to open a history entry in the current browser tab.</td> </tr><tr> <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td> -<td>Private slot to open a history entry in a new browser tab.</td> +<td>Private slot to open a history entry in a new browser tab.</td> </tr> </table> <a NAME="HistoryDialog.__init__" ID="HistoryDialog.__init__"></a> <h4>HistoryDialog (Constructor)</h4> <b>HistoryDialog</b>(<i>parent = None, manager = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget +reference to the parent widget (QWidget </dd><dt><i>manager</i></dt> <dd> -reference to the history manager object (HistoryManager) +reference to the history manager object (HistoryManager) </dd> </dl><a NAME="HistoryDialog.__activated" ID="HistoryDialog.__activated"></a> <h4>HistoryDialog.__activated</h4> <b>__activated</b>(<i>idx</i>) <p> - Private slot to handle the activation of an entry. + Private slot to handle the activation of an entry. </p><dl> <dt><i>idx</i></dt> <dd> -reference to the entry index (QModelIndex) +reference to the entry index (QModelIndex) </dd> </dl><a NAME="HistoryDialog.__copyHistory" ID="HistoryDialog.__copyHistory"></a> <h4>HistoryDialog.__copyHistory</h4> <b>__copyHistory</b>(<i></i>) <p> - Private slot to copy a history entry's URL to the clipboard. + Private slot to copy a history entry's URL to the clipboard. </p><a NAME="HistoryDialog.__customContextMenuRequested" ID="HistoryDialog.__customContextMenuRequested"></a> <h4>HistoryDialog.__customContextMenuRequested</h4> <b>__customContextMenuRequested</b>(<i>pos</i>) <p> - Private slot to handle the context menu request for the bookmarks tree. + Private slot to handle the context menu request for the bookmarks tree. </p><dl> <dt><i>pos</i></dt> <dd> -position the context menu was requested (QPoint) +position the context menu was requested (QPoint) </dd> </dl><a NAME="HistoryDialog.__modelReset" ID="HistoryDialog.__modelReset"></a> <h4>HistoryDialog.__modelReset</h4> <b>__modelReset</b>(<i></i>) <p> - Private slot handling a reset of the tree view's model. + Private slot handling a reset of the tree view's model. </p><a NAME="HistoryDialog.__openHistory" ID="HistoryDialog.__openHistory"></a> <h4>HistoryDialog.__openHistory</h4> <b>__openHistory</b>(<i>newTab</i>) <p> - Private method to open a history entry. + Private method to open a history entry. </p><dl> <dt><i>newTab</i></dt> <dd> -flag indicating to open the history entry in a new tab (boolean) +flag indicating to open the history entry in a new tab (boolean) </dd> </dl><a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> <h4>HistoryDialog.__openHistoryInCurrentTab</h4> <b>__openHistoryInCurrentTab</b>(<i></i>) <p> - Private slot to open a history entry in the current browser tab. + Private slot to open a history entry in the current browser tab. </p><a NAME="HistoryDialog.__openHistoryInNewTab" ID="HistoryDialog.__openHistoryInNewTab"></a> <h4>HistoryDialog.__openHistoryInNewTab</h4> <b>__openHistoryInNewTab</b>(<i></i>) <p> - Private slot to open a history entry in a new browser tab. + Private slot to open a history entry in a new browser tab. </p> <div align="right"><a href="#top">Up</a></div> <hr />