--- a/Documentation/Source/eric5.Helpviewer.HelpTocWidget.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.HelpTocWidget.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.HelpTocWidget</h1> <p> -Module implementing a window for showing the QtHelp TOC. +Module implementing a window for showing the QtHelp TOC. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#HelpTocWidget">HelpTocWidget</a></td> -<td>Class implementing a window for showing the QtHelp TOC.</td> +<td>Class implementing a window for showing the QtHelp TOC.</td> </tr> </table> <h3>Functions</h3> @@ -43,15 +43,15 @@ <a NAME="HelpTocWidget" ID="HelpTocWidget"></a> <h2>HelpTocWidget</h2> <p> - Class implementing a window for showing the QtHelp TOC. + Class implementing a window for showing the QtHelp TOC. </p><h4>Signals</h4> <dl> <dt>escapePressed()</dt> <dd> -emitted when the ESC key was pressed +emitted when the ESC key was pressed </dd><dt>linkActivated(const QUrl&)</dt> <dd> -emitted when a TOC entry is activated +emitted when a TOC entry is activated </dd> </dl> <h3>Derived from</h3> @@ -64,136 +64,136 @@ <table> <tr> <td><a href="#HelpTocWidget.__init__">HelpTocWidget</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> -<td>Private slot to expand the table of contents.</td> +<td>Private slot to expand the table of contents.</td> </tr><tr> <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> -<td>Private slot showing the context menu.</td> +<td>Private slot showing the context menu.</td> </tr><tr> <td><a href="#HelpTocWidget.eventFilter">eventFilter</a></td> -<td>Public method called to filter the event queue.</td> +<td>Public method called to filter the event queue.</td> </tr><tr> <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> -<td>Public slot to expand the table of contents to a specific depth.</td> +<td>Public slot to expand the table of contents to a specific depth.</td> </tr><tr> <td><a href="#HelpTocWidget.focusInEvent">focusInEvent</a></td> -<td>Protected method handling focus in events.</td> +<td>Protected method handling focus in events.</td> </tr><tr> <td><a href="#HelpTocWidget.itemClicked">itemClicked</a></td> -<td>Public slot handling a click of a TOC entry.</td> +<td>Public slot handling a click of a TOC entry.</td> </tr><tr> <td><a href="#HelpTocWidget.keyPressEvent">keyPressEvent</a></td> -<td>Protected method handling key press events.</td> +<td>Protected method handling key press events.</td> </tr><tr> <td><a href="#HelpTocWidget.syncToContent">syncToContent</a></td> -<td>Public method to sync the TOC to the displayed page.</td> +<td>Public method to sync the TOC to the displayed page.</td> </tr> </table> <a NAME="HelpTocWidget.__init__" ID="HelpTocWidget.__init__"></a> <h4>HelpTocWidget (Constructor)</h4> <b>HelpTocWidget</b>(<i>engine, mainWindow, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>engine</i></dt> <dd> -reference to the help engine (QHelpEngine) +reference to the help engine (QHelpEngine) </dd><dt><i>mainWindow</i></dt> <dd> -reference to the main window object (QMainWindow) +reference to the main window object (QMainWindow) </dd><dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl><a NAME="HelpTocWidget.__expandTOC" ID="HelpTocWidget.__expandTOC"></a> <h4>HelpTocWidget.__expandTOC</h4> <b>__expandTOC</b>(<i></i>) <p> - Private slot to expand the table of contents. + Private slot to expand the table of contents. </p><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> <h4>HelpTocWidget.__showContextMenu</h4> <b>__showContextMenu</b>(<i>pos</i>) <p> - Private slot showing the context menu. + Private slot showing the context menu. </p><dl> <dt><i>pos</i></dt> <dd> -position to show the menu at (QPoint) +position to show the menu at (QPoint) </dd> </dl><a NAME="HelpTocWidget.eventFilter" ID="HelpTocWidget.eventFilter"></a> <h4>HelpTocWidget.eventFilter</h4> <b>eventFilter</b>(<i>watched, event</i>) <p> - Public method called to filter the event queue. + Public method called to filter the event queue. </p><dl> <dt><i>watched</i></dt> <dd> -the QObject being watched (QObject) +the QObject being watched (QObject) </dd><dt><i>event</i></dt> <dd> -the event that occurred (QEvent) +the event that occurred (QEvent) </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating whether the event was handled (boolean) +flag indicating whether the event was handled (boolean) </dd> </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> <h4>HelpTocWidget.expandToDepth</h4> <b>expandToDepth</b>(<i>depth</i>) <p> - Public slot to expand the table of contents to a specific depth. + Public slot to expand the table of contents to a specific depth. </p><dl> <dt><i>depth</i></dt> <dd> -depth to expand to (integer) +depth to expand to (integer) </dd> </dl><a NAME="HelpTocWidget.focusInEvent" ID="HelpTocWidget.focusInEvent"></a> <h4>HelpTocWidget.focusInEvent</h4> <b>focusInEvent</b>(<i>evt</i>) <p> - Protected method handling focus in events. + Protected method handling focus in events. </p><dl> <dt><i>evt</i></dt> <dd> -reference to the focus event object (QFocusEvent) +reference to the focus event object (QFocusEvent) </dd> </dl><a NAME="HelpTocWidget.itemClicked" ID="HelpTocWidget.itemClicked"></a> <h4>HelpTocWidget.itemClicked</h4> <b>itemClicked</b>(<i>index</i>) <p> - Public slot handling a click of a TOC entry. + Public slot handling a click of a TOC entry. </p><dl> <dt><i>index</i></dt> <dd> -index of the TOC clicked (QModelIndex) +index of the TOC clicked (QModelIndex) </dd> </dl><a NAME="HelpTocWidget.keyPressEvent" ID="HelpTocWidget.keyPressEvent"></a> <h4>HelpTocWidget.keyPressEvent</h4> <b>keyPressEvent</b>(<i>evt</i>) <p> - Protected method handling key press events. + Protected method handling key press events. </p><dl> <dt><i>evt</i></dt> <dd> -reference to the key press event (QKeyEvent) +reference to the key press event (QKeyEvent) </dd> </dl><a NAME="HelpTocWidget.syncToContent" ID="HelpTocWidget.syncToContent"></a> <h4>HelpTocWidget.syncToContent</h4> <b>syncToContent</b>(<i>url</i>) <p> - Public method to sync the TOC to the displayed page. + Public method to sync the TOC to the displayed page. </p><dl> <dt><i>url</i></dt> <dd> -URL of the displayed page (QUrl) +URL of the displayed page (QUrl) </dd> </dl><dl> <dt>Returns:</dt> <dd> -flag indicating a successful synchronization (boolean) +flag indicating a successful synchronization (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div>