717 <td>Public method to get a reference to a specific toolbar.</td> |
717 <td>Public method to get a reference to a specific toolbar.</td> |
718 </tr><tr> |
718 </tr><tr> |
719 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td> |
719 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td> |
720 <td>Public method to get the current view profile.</td> |
720 <td>Public method to get the current view profile.</td> |
721 </tr><tr> |
721 </tr><tr> |
|
722 <td><a href="#UserInterface.isOnline">isOnline</a></td> |
|
723 <td>Public method to get the online state.</td> |
|
724 </tr><tr> |
722 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> |
725 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> |
723 <td>Public slot to start the help viewer.</td> |
726 <td>Public slot to start the help viewer.</td> |
724 </tr><tr> |
727 </tr><tr> |
725 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> |
728 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> |
726 <td>Public method to check, if notifications are enabled.</td> |
729 <td>Public method to check, if notifications are enabled.</td> |
2178 </p><dl> |
2181 </p><dl> |
2179 <dt>Returns:</dt> |
2182 <dt>Returns:</dt> |
2180 <dd> |
2183 <dd> |
2181 the name of the current view profile (string) |
2184 the name of the current view profile (string) |
2182 </dd> |
2185 </dd> |
|
2186 </dl><a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a> |
|
2187 <h4>UserInterface.isOnline</h4> |
|
2188 <b>isOnline</b>(<i></i>) |
|
2189 <p> |
|
2190 Public method to get the online state. |
|
2191 </p><dl> |
|
2192 <dt>Returns:</dt> |
|
2193 <dd> |
|
2194 online state |
|
2195 </dd> |
|
2196 </dl><dl> |
|
2197 <dt>Return Type:</dt> |
|
2198 <dd> |
|
2199 bool |
|
2200 </dd> |
2183 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
2201 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
2184 <h4>UserInterface.launchHelpViewer</h4> |
2202 <h4>UserInterface.launchHelpViewer</h4> |
2185 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) |
2203 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) |
2186 <p> |
2204 <p> |
2187 Public slot to start the help viewer. |
2205 Public slot to start the help viewer. |