70 <td>Constructor</td> |
70 <td>Constructor</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> |
72 <td><a href="#HelpTocWidget.__expandTOC">__expandTOC</a></td> |
73 <td>Private slot to expand the table of contents.</td> |
73 <td>Private slot to expand the table of contents.</td> |
74 </tr><tr> |
74 </tr><tr> |
|
75 <td><a href="#HelpTocWidget.__linkActivated">__linkActivated</a></td> |
|
76 <td>Private slot handling the activation of an entry.</td> |
|
77 </tr><tr> |
75 <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> |
78 <td><a href="#HelpTocWidget.__showContextMenu">__showContextMenu</a></td> |
76 <td>Private slot showing the context menu.</td> |
79 <td>Private slot showing the context menu.</td> |
77 </tr><tr> |
|
78 <td><a href="#HelpTocWidget.eventFilter">eventFilter</a></td> |
|
79 <td>Public method called to filter the event queue.</td> |
|
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> |
81 <td><a href="#HelpTocWidget.expandToDepth">expandToDepth</a></td> |
82 <td>Public slot to expand the table of contents to a specific depth.</td> |
82 <td>Public slot to expand the table of contents to a specific depth.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#HelpTocWidget.focusInEvent">focusInEvent</a></td> |
84 <td><a href="#HelpTocWidget.focusInEvent">focusInEvent</a></td> |
117 </dl><a NAME="HelpTocWidget.__expandTOC" ID="HelpTocWidget.__expandTOC"></a> |
117 </dl><a NAME="HelpTocWidget.__expandTOC" ID="HelpTocWidget.__expandTOC"></a> |
118 <h4>HelpTocWidget.__expandTOC</h4> |
118 <h4>HelpTocWidget.__expandTOC</h4> |
119 <b>__expandTOC</b>(<i></i>) |
119 <b>__expandTOC</b>(<i></i>) |
120 <p> |
120 <p> |
121 Private slot to expand the table of contents. |
121 Private slot to expand the table of contents. |
122 </p><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> |
122 </p><a NAME="HelpTocWidget.__linkActivated" ID="HelpTocWidget.__linkActivated"></a> |
|
123 <h4>HelpTocWidget.__linkActivated</h4> |
|
124 <b>__linkActivated</b>(<i>url</i>) |
|
125 <p> |
|
126 Private slot handling the activation of an entry. |
|
127 </p><dl> |
|
128 <dt><i>url</i> (QUrl)</dt> |
|
129 <dd> |
|
130 URL of the activated entry |
|
131 </dd> |
|
132 </dl><a NAME="HelpTocWidget.__showContextMenu" ID="HelpTocWidget.__showContextMenu"></a> |
123 <h4>HelpTocWidget.__showContextMenu</h4> |
133 <h4>HelpTocWidget.__showContextMenu</h4> |
124 <b>__showContextMenu</b>(<i>pos</i>) |
134 <b>__showContextMenu</b>(<i>pos</i>) |
125 <p> |
135 <p> |
126 Private slot showing the context menu. |
136 Private slot showing the context menu. |
127 </p><dl> |
137 </p><dl> |
128 <dt><i>pos</i></dt> |
138 <dt><i>pos</i></dt> |
129 <dd> |
139 <dd> |
130 position to show the menu at (QPoint) |
140 position to show the menu at (QPoint) |
131 </dd> |
|
132 </dl><a NAME="HelpTocWidget.eventFilter" ID="HelpTocWidget.eventFilter"></a> |
|
133 <h4>HelpTocWidget.eventFilter</h4> |
|
134 <b>eventFilter</b>(<i>watched, event</i>) |
|
135 <p> |
|
136 Public method called to filter the event queue. |
|
137 </p><dl> |
|
138 <dt><i>watched</i></dt> |
|
139 <dd> |
|
140 the QObject being watched (QObject) |
|
141 </dd><dt><i>event</i></dt> |
|
142 <dd> |
|
143 the event that occurred (QEvent) |
|
144 </dd> |
|
145 </dl><dl> |
|
146 <dt>Returns:</dt> |
|
147 <dd> |
|
148 flag indicating whether the event was handled (boolean) |
|
149 </dd> |
141 </dd> |
150 </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> |
142 </dl><a NAME="HelpTocWidget.expandToDepth" ID="HelpTocWidget.expandToDepth"></a> |
151 <h4>HelpTocWidget.expandToDepth</h4> |
143 <h4>HelpTocWidget.expandToDepth</h4> |
152 <b>expandToDepth</b>(<i>depth</i>) |
144 <b>expandToDepth</b>(<i>depth</i>) |
153 <p> |
145 <p> |