1008 <tr> |
1008 <tr> |
1009 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td> |
1009 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td> |
1010 <td>Public method to get a reference to the network access manager object.</td> |
1010 <td>Public method to get a reference to the network access manager object.</td> |
1011 </tr> |
1011 </tr> |
1012 <tr> |
1012 <tr> |
1013 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> |
|
1014 <td>Public method to check, if notifications are enabled.</td> |
|
1015 </tr> |
|
1016 <tr> |
|
1017 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> |
1013 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> |
1018 <td>Public method to check the internet for an eric6 update.</td> |
1014 <td>Public method to check the internet for an eric6 update.</td> |
1019 </tr> |
1015 </tr> |
1020 <tr> |
1016 <tr> |
1021 <td><a href="#UserInterface.processArgs">processArgs</a></td> |
1017 <td><a href="#UserInterface.processArgs">processArgs</a></td> |
3358 </dl> |
3354 </dl> |
3359 <dl> |
3355 <dl> |
3360 <dt>Return Type:</dt> |
3356 <dt>Return Type:</dt> |
3361 <dd> |
3357 <dd> |
3362 QNetworkAccessManager |
3358 QNetworkAccessManager |
3363 </dd> |
|
3364 </dl> |
|
3365 <a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a> |
|
3366 <h4>UserInterface.notificationsEnabled</h4> |
|
3367 <b>notificationsEnabled</b>(<i></i>) |
|
3368 |
|
3369 <p> |
|
3370 Public method to check, if notifications are enabled. |
|
3371 </p> |
|
3372 <dl> |
|
3373 <dt>Returns:</dt> |
|
3374 <dd> |
|
3375 flag indicating, if notifications are enabled (boolean) |
|
3376 </dd> |
3359 </dd> |
3377 </dl> |
3360 </dl> |
3378 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
3361 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
3379 <h4>UserInterface.performVersionCheck</h4> |
3362 <h4>UserInterface.performVersionCheck</h4> |
3380 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) |
3363 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) |
3613 <p> |
3596 <p> |
3614 Public method to show the Log-Viewer. |
3597 Public method to show the Log-Viewer. |
3615 </p> |
3598 </p> |
3616 <a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a> |
3599 <a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a> |
3617 <h4>UserInterface.showNotification</h4> |
3600 <h4>UserInterface.showNotification</h4> |
3618 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) |
3601 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.Information, timeout=None</i>) |
3619 |
3602 |
3620 <p> |
3603 <p> |
3621 Public method to show a desktop notification. |
3604 Public method to show a desktop notification. |
3622 </p> |
3605 </p> |
3623 <dl> |
3606 <dl> |
3631 heading of the notification |
3614 heading of the notification |
3632 </dd> |
3615 </dd> |
3633 <dt><i>text</i> (str)</dt> |
3616 <dt><i>text</i> (str)</dt> |
3634 <dd> |
3617 <dd> |
3635 text of the notification |
3618 text of the notification |
|
3619 </dd> |
|
3620 <dt><i>kind</i> (NotificationTypes)</dt> |
|
3621 <dd> |
|
3622 kind of notification to be shown |
3636 </dd> |
3623 </dd> |
3637 <dt><i>timeout</i> (int)</dt> |
3624 <dt><i>timeout</i> (int)</dt> |
3638 <dd> |
3625 <dd> |
3639 time in seconds the notification should be shown |
3626 time in seconds the notification should be shown |
3640 (None = use configured timeout, 0 = indefinitely) |
3627 (None = use configured timeout, 0 = indefinitely) |