754 <td>Public method to get a reference to a specific toolbar.</td> |
754 <td>Public method to get a reference to a specific toolbar.</td> |
755 </tr><tr> |
755 </tr><tr> |
756 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td> |
756 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td> |
757 <td>Public method to get the current view profile.</td> |
757 <td>Public method to get the current view profile.</td> |
758 </tr><tr> |
758 </tr><tr> |
|
759 <td><a href="#UserInterface.handleUrl">handleUrl</a></td> |
|
760 <td>Public slot to handle opening a URL.</td> |
|
761 </tr><tr> |
759 <td><a href="#UserInterface.isOnline">isOnline</a></td> |
762 <td><a href="#UserInterface.isOnline">isOnline</a></td> |
760 <td>Public method to get the online state.</td> |
763 <td>Public method to get the online state.</td> |
761 </tr><tr> |
764 </tr><tr> |
762 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> |
765 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> |
763 <td>Public slot to start the help viewer.</td> |
766 <td>Public slot to start the help viewer/web browser.</td> |
764 </tr><tr> |
767 </tr><tr> |
765 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> |
768 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> |
766 <td>Public method to check, if notifications are enabled.</td> |
769 <td>Public method to check, if notifications are enabled.</td> |
767 </tr><tr> |
770 </tr><tr> |
768 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> |
771 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> |
2377 </p><dl> |
2380 </p><dl> |
2378 <dt>Returns:</dt> |
2381 <dt>Returns:</dt> |
2379 <dd> |
2382 <dd> |
2380 the name of the current view profile (string) |
2383 the name of the current view profile (string) |
2381 </dd> |
2384 </dd> |
|
2385 </dl><a NAME="UserInterface.handleUrl" ID="UserInterface.handleUrl"></a> |
|
2386 <h4>UserInterface.handleUrl</h4> |
|
2387 <b>handleUrl</b>(<i>url</i>) |
|
2388 <p> |
|
2389 Public slot to handle opening a URL. |
|
2390 </p><dl> |
|
2391 <dt><i>url</i> (QUrl)</dt> |
|
2392 <dd> |
|
2393 URL to be shown |
|
2394 </dd> |
2382 </dl><a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a> |
2395 </dl><a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a> |
2383 <h4>UserInterface.isOnline</h4> |
2396 <h4>UserInterface.isOnline</h4> |
2384 <b>isOnline</b>(<i></i>) |
2397 <b>isOnline</b>(<i></i>) |
2385 <p> |
2398 <p> |
2386 Public method to get the online state. |
2399 Public method to get the online state. |
2396 </dd> |
2409 </dd> |
2397 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
2410 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
2398 <h4>UserInterface.launchHelpViewer</h4> |
2411 <h4>UserInterface.launchHelpViewer</h4> |
2399 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) |
2412 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) |
2400 <p> |
2413 <p> |
2401 Public slot to start the help viewer. |
2414 Public slot to start the help viewer/web browser. |
2402 </p><dl> |
2415 </p><dl> |
2403 <dt><i>home</i></dt> |
2416 <dt><i>home</i> (str or QUrl)</dt> |
2404 <dd> |
2417 <dd> |
2405 filename of file to be shown (string) |
2418 filename of file to be shown or URL to be opened |
2406 </dd><dt><i>searchWord=</i></dt> |
2419 </dd><dt><i>searchWord=</i> (str)</dt> |
2407 <dd> |
2420 <dd> |
2408 word to search for (string) |
2421 word to search for |
2409 </dd><dt><i>useSingle=</i></dt> |
2422 </dd><dt><i>useSingle=</i> (bool)</dt> |
2410 <dd> |
2423 <dd> |
2411 flag indicating to use a single browser window |
2424 flag indicating to use a single browser window |
2412 (boolean) |
|
2413 </dd> |
2425 </dd> |
2414 </dl><a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a> |
2426 </dl><a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a> |
2415 <h4>UserInterface.notificationsEnabled</h4> |
2427 <h4>UserInterface.notificationsEnabled</h4> |
2416 <b>notificationsEnabled</b>(<i></i>) |
2428 <b>notificationsEnabled</b>(<i></i>) |
2417 <p> |
2429 <p> |