85 <tr> |
85 <tr> |
86 <td><a href="#CodeDocumentationViewer.__showDisabledMessage">__showDisabledMessage</a></td> |
86 <td><a href="#CodeDocumentationViewer.__showDisabledMessage">__showDisabledMessage</a></td> |
87 <td>Private method to show a message giving the reason for being disabled.</td> |
87 <td>Private method to show a message giving the reason for being disabled.</td> |
88 </tr> |
88 </tr> |
89 <tr> |
89 <tr> |
|
90 <td><a href="#CodeDocumentationViewer.__shutdown">__shutdown</a></td> |
|
91 <td>Private method to perform shutdown actions.</td> |
|
92 </tr> |
|
93 <tr> |
90 <td><a href="#CodeDocumentationViewer.__unregisterTimerTimeout">__unregisterTimerTimeout</a></td> |
94 <td><a href="#CodeDocumentationViewer.__unregisterTimerTimeout">__unregisterTimerTimeout</a></td> |
91 <td>Private slot handling the timeout signal of the unregister timer.</td> |
95 <td>Private slot handling the timeout signal of the unregister timer.</td> |
92 </tr> |
96 </tr> |
93 <tr> |
97 <tr> |
94 <td><a href="#CodeDocumentationViewer.documentationReady">documentationReady</a></td> |
98 <td><a href="#CodeDocumentationViewer.documentationReady">documentationReady</a></td> |
123 <td>Public method register a source docu provider.</td> |
127 <td>Public method register a source docu provider.</td> |
124 </tr> |
128 </tr> |
125 <tr> |
129 <tr> |
126 <td><a href="#CodeDocumentationViewer.showInfo">showInfo</a></td> |
130 <td><a href="#CodeDocumentationViewer.showInfo">showInfo</a></td> |
127 <td>Public method to request code documentation data from a provider.</td> |
131 <td>Public method to request code documentation data from a provider.</td> |
128 </tr> |
|
129 <tr> |
|
130 <td><a href="#CodeDocumentationViewer.shutdown">shutdown</a></td> |
|
131 <td>Public method to perform shutdown actions.</td> |
|
132 </tr> |
132 </tr> |
133 <tr> |
133 <tr> |
134 <td><a href="#CodeDocumentationViewer.unregisterProvider">unregisterProvider</a></td> |
134 <td><a href="#CodeDocumentationViewer.unregisterProvider">unregisterProvider</a></td> |
135 <td>Public method register a source docu provider.</td> |
135 <td>Public method register a source docu provider.</td> |
136 </tr> |
136 </tr> |
180 <a NAME="CodeDocumentationViewer.__showDisabledMessage" ID="CodeDocumentationViewer.__showDisabledMessage"></a> |
180 <a NAME="CodeDocumentationViewer.__showDisabledMessage" ID="CodeDocumentationViewer.__showDisabledMessage"></a> |
181 <h4>CodeDocumentationViewer.__showDisabledMessage</h4> |
181 <h4>CodeDocumentationViewer.__showDisabledMessage</h4> |
182 <b>__showDisabledMessage</b>(<i></i>) |
182 <b>__showDisabledMessage</b>(<i></i>) |
183 <p> |
183 <p> |
184 Private method to show a message giving the reason for being disabled. |
184 Private method to show a message giving the reason for being disabled. |
|
185 </p> |
|
186 |
|
187 <a NAME="CodeDocumentationViewer.__shutdown" ID="CodeDocumentationViewer.__shutdown"></a> |
|
188 <h4>CodeDocumentationViewer.__shutdown</h4> |
|
189 <b>__shutdown</b>(<i></i>) |
|
190 <p> |
|
191 Private method to perform shutdown actions. |
185 </p> |
192 </p> |
186 |
193 |
187 <a NAME="CodeDocumentationViewer.__unregisterTimerTimeout" ID="CodeDocumentationViewer.__unregisterTimerTimeout"></a> |
194 <a NAME="CodeDocumentationViewer.__unregisterTimerTimeout" ID="CodeDocumentationViewer.__unregisterTimerTimeout"></a> |
188 <h4>CodeDocumentationViewer.__unregisterTimerTimeout</h4> |
195 <h4>CodeDocumentationViewer.__unregisterTimerTimeout</h4> |
189 <b>__unregisterTimerTimeout</b>(<i></i>) |
196 <b>__unregisterTimerTimeout</b>(<i></i>) |
365 <dt><i>editor</i> (Editor)</dt> |
372 <dt><i>editor</i> (Editor)</dt> |
366 <dd> |
373 <dd> |
367 reference to the editor to request code docu for |
374 reference to the editor to request code docu for |
368 </dd> |
375 </dd> |
369 </dl> |
376 </dl> |
370 <a NAME="CodeDocumentationViewer.shutdown" ID="CodeDocumentationViewer.shutdown"></a> |
|
371 <h4>CodeDocumentationViewer.shutdown</h4> |
|
372 <b>shutdown</b>(<i></i>) |
|
373 <p> |
|
374 Public method to perform shutdown actions. |
|
375 </p> |
|
376 |
|
377 <a NAME="CodeDocumentationViewer.unregisterProvider" ID="CodeDocumentationViewer.unregisterProvider"></a> |
377 <a NAME="CodeDocumentationViewer.unregisterProvider" ID="CodeDocumentationViewer.unregisterProvider"></a> |
378 <h4>CodeDocumentationViewer.unregisterProvider</h4> |
378 <h4>CodeDocumentationViewer.unregisterProvider</h4> |
379 <b>unregisterProvider</b>(<i>providerName</i>) |
379 <b>unregisterProvider</b>(<i>providerName</i>) |
380 <p> |
380 <p> |
381 Public method register a source docu provider. |
381 Public method register a source docu provider. |