83 <td>Private slot to be run after the contents was generated.</td> |
83 <td>Private slot to be run after the contents was generated.</td> |
84 </tr><tr> |
84 </tr><tr> |
85 <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> |
85 <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> |
86 <td>Private slot to expand the table of contents.</td> |
86 <td>Private slot to expand the table of contents.</td> |
87 </tr><tr> |
87 </tr><tr> |
|
88 <td><a href="#HelpTocWidget.__linkActivated">__linkActivated</a></td> |
|
89 <td>Private slot handling the activation of an entry.</td> |
|
90 </tr><tr> |
88 <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> |
91 <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> |
89 <td>Private slot showing the context menu.</td> |
92 <td>Private slot showing the context menu.</td> |
90 </tr><tr> |
|
91 <td><a href="#HelpTocWidget.eventFilter">eventFilter</a></td> |
|
92 <td>Public method called to filter the event queue.</td> |
|
93 </tr><tr> |
93 </tr><tr> |
94 <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> |
94 <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> |
95 <td>Public slot to expand the table of contents to a specific depth.</td> |
95 <td>Public slot to expand the table of contents to a specific depth.</td> |
96 </tr><tr> |
96 </tr><tr> |
97 <td><a href="#HelpTocWidget.focusInEvent">focusInEvent</a></td> |
97 <td><a href="#HelpTocWidget.focusInEvent">focusInEvent</a></td> |
129 </p><a NAME="HelpTocWidget.__expandTOC" ID="HelpTocWidget.__expandTOC"></a> |
129 </p><a NAME="HelpTocWidget.__expandTOC" ID="HelpTocWidget.__expandTOC"></a> |
130 <h4>HelpTocWidget.__expandTOC</h4> |
130 <h4>HelpTocWidget.__expandTOC</h4> |
131 <b>__expandTOC</b>(<i></i>) |
131 <b>__expandTOC</b>(<i></i>) |
132 <p> |
132 <p> |
133 Private slot to expand the table of contents. |
133 Private slot to expand the table of contents. |
134 </p><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> |
134 </p><a NAME="HelpTocWidget.__linkActivated" ID="HelpTocWidget.__linkActivated"></a> |
|
135 <h4>HelpTocWidget.__linkActivated</h4> |
|
136 <b>__linkActivated</b>(<i>url</i>) |
|
137 <p> |
|
138 Private slot handling the activation of an entry. |
|
139 </p><dl> |
|
140 <dt><i>url</i> (QUrl)</dt> |
|
141 <dd> |
|
142 URL of the activated entry |
|
143 </dd> |
|
144 </dl><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> |
135 <h4>HelpTocWidget.__showContextMenu</h4> |
145 <h4>HelpTocWidget.__showContextMenu</h4> |
136 <b>__showContextMenu</b>(<i>pos</i>) |
146 <b>__showContextMenu</b>(<i>pos</i>) |
137 <p> |
147 <p> |
138 Private slot showing the context menu. |
148 Private slot showing the context menu. |
139 </p><dl> |
149 </p><dl> |
140 <dt><i>pos</i></dt> |
150 <dt><i>pos</i></dt> |
141 <dd> |
151 <dd> |
142 position to show the menu at (QPoint) |
152 position to show the menu at (QPoint) |
143 </dd> |
|
144 </dl><a NAME="HelpTocWidget.eventFilter" ID="HelpTocWidget.eventFilter"></a> |
|
145 <h4>HelpTocWidget.eventFilter</h4> |
|
146 <b>eventFilter</b>(<i>watched, event</i>) |
|
147 <p> |
|
148 Public method called to filter the event queue. |
|
149 </p><dl> |
|
150 <dt><i>watched</i></dt> |
|
151 <dd> |
|
152 the QObject being watched (QObject) |
|
153 </dd><dt><i>event</i></dt> |
|
154 <dd> |
|
155 the event that occurred (QEvent) |
|
156 </dd> |
|
157 </dl><dl> |
|
158 <dt>Returns:</dt> |
|
159 <dd> |
|
160 flag indicating whether the event was handled (boolean) |
|
161 </dd> |
153 </dd> |
162 </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> |
154 </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> |
163 <h4>HelpTocWidget.expandToDepth</h4> |
155 <h4>HelpTocWidget.expandToDepth</h4> |
164 <b>expandToDepth</b>(<i>depth</i>) |
156 <b>expandToDepth</b>(<i>depth</i>) |
165 <p> |
157 <p> |