104 <tr> |
104 <tr> |
105 <td><a href="#CodeDocumentationViewer.getProviders">getProviders</a></td> |
105 <td><a href="#CodeDocumentationViewer.getProviders">getProviders</a></td> |
106 <td>Public method to get a list of providers and their visible strings.</td> |
106 <td>Public method to get a list of providers and their visible strings.</td> |
107 </tr> |
107 </tr> |
108 <tr> |
108 <tr> |
|
109 <td><a href="#CodeDocumentationViewer.isEnabled">isEnabled</a></td> |
|
110 <td>Public method to check, if the code documentation viewer is enabled.</td> |
|
111 </tr> |
|
112 <tr> |
109 <td><a href="#CodeDocumentationViewer.isSupportedLanguage">isSupportedLanguage</a></td> |
113 <td><a href="#CodeDocumentationViewer.isSupportedLanguage">isSupportedLanguage</a></td> |
110 <td>Public method to check, if the given language is supported by the selected provider.</td> |
114 <td>Public method to check, if the given language is supported by the selected provider.</td> |
111 </tr> |
115 </tr> |
112 <tr> |
116 <tr> |
113 <td><a href="#CodeDocumentationViewer.on_providerComboBox_currentIndexChanged">on_providerComboBox_currentIndexChanged</a></td> |
117 <td><a href="#CodeDocumentationViewer.on_providerComboBox_currentIndexChanged">on_providerComboBox_currentIndexChanged</a></td> |
247 <dt>Return Type:</dt> |
251 <dt>Return Type:</dt> |
248 <dd> |
252 <dd> |
249 list of tuple of (str,str) |
253 list of tuple of (str,str) |
250 </dd> |
254 </dd> |
251 </dl> |
255 </dl> |
|
256 <a NAME="CodeDocumentationViewer.isEnabled" ID="CodeDocumentationViewer.isEnabled"></a> |
|
257 <h4>CodeDocumentationViewer.isEnabled</h4> |
|
258 <b>isEnabled</b>(<i></i>) |
|
259 |
|
260 <p> |
|
261 Public method to check, if the code documentation viewer is enabled. |
|
262 </p> |
|
263 <dl> |
|
264 <dt>Return:</dt> |
|
265 <dd> |
|
266 flag indicating the enabled state |
|
267 </dd> |
|
268 </dl> |
|
269 <dl> |
|
270 <dt>Return Type:</dt> |
|
271 <dd> |
|
272 bool |
|
273 </dd> |
|
274 </dl> |
252 <a NAME="CodeDocumentationViewer.isSupportedLanguage" ID="CodeDocumentationViewer.isSupportedLanguage"></a> |
275 <a NAME="CodeDocumentationViewer.isSupportedLanguage" ID="CodeDocumentationViewer.isSupportedLanguage"></a> |
253 <h4>CodeDocumentationViewer.isSupportedLanguage</h4> |
276 <h4>CodeDocumentationViewer.isSupportedLanguage</h4> |
254 <b>isSupportedLanguage</b>(<i>language</i>) |
277 <b>isSupportedLanguage</b>(<i>language</i>) |
255 |
278 |
256 <p> |
279 <p> |