eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8973
ad4848b7fd9b
parent 8972
54816b8f740f
child 9097
213951c41dcd
equal deleted inserted replaced
8972:54816b8f740f 8973:ad4848b7fd9b
651 <tr> 651 <tr>
652 <td><a href="#UserInterface.__setupDockWindow">__setupDockWindow</a></td> 652 <td><a href="#UserInterface.__setupDockWindow">__setupDockWindow</a></td>
653 <td>Private method to configure the dock window created with __createDockWindow().</td> 653 <td>Private method to configure the dock window created with __createDockWindow().</td>
654 </tr> 654 </tr>
655 <tr> 655 <tr>
656 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td>
657 <td>Private method to show the versions available for download.</td>
658 </tr>
659 <tr>
660 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td> 656 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td>
661 <td>Private slot to show the certificates management dialog.</td> 657 <td>Private slot to show the certificates management dialog.</td>
662 </tr> 658 </tr>
663 <tr> 659 <tr>
664 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> 660 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td>
879 <tr> 875 <tr>
880 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td> 876 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td>
881 <td>Private method to update the external tools actions for the current tool group.</td> 877 <td>Private method to update the external tools actions for the current tool group.</td>
882 </tr> 878 </tr>
883 <tr> 879 <tr>
884 <td><a href="#UserInterface.__updateVersionsUrls">__updateVersionsUrls</a></td>
885 <td>Private method to update the URLs from which to retrieve the versions file.</td>
886 </tr>
887 <tr>
888 <td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td>
889 <td>Private method to show the result of the version check action.</td>
890 </tr>
891 <tr>
892 <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> 880 <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td>
893 <td>Private method to convert a version string into a tuple.</td> 881 <td>Private method to convert a version string into a tuple.</td>
894 </tr> 882 </tr>
895 <tr> 883 <tr>
896 <td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td>
897 <td>Private slot called to cancel the version check.</td>
898 </tr>
899 <tr>
900 <td><a href="#UserInterface.__versionsDownloadDone">__versionsDownloadDone</a></td>
901 <td>Private slot called, after the versions file has been downloaded from the internet.</td>
902 </tr>
903 <tr>
904 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> 884 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td>
905 <td>Private slot to start the eric web browser.</td> 885 <td>Private slot to start the eric web browser.</td>
906 </tr> 886 </tr>
907 <tr> 887 <tr>
908 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td> 888 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td>
1072 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td> 1052 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td>
1073 <td>Public method to get a reference to the network access manager object.</td> 1053 <td>Public method to get a reference to the network access manager object.</td>
1074 </tr> 1054 </tr>
1075 <tr> 1055 <tr>
1076 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> 1056 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td>
1077 <td>Public method to check the internet for an eric update.</td> 1057 <td>Public method to check for an update even if not installed via PyPI.</td>
1078 </tr> 1058 </tr>
1079 <tr> 1059 <tr>
1080 <td><a href="#UserInterface.processArgs">processArgs</a></td> 1060 <td><a href="#UserInterface.processArgs">processArgs</a></td>
1081 <td>Public method to process the command line args passed to the UI.</td> 1061 <td>Public method to process the command line args passed to the UI.</td>
1082 </tr> 1062 </tr>
2343 <dt><i>caption</i></dt> 2323 <dt><i>caption</i></dt>
2344 <dd> 2324 <dd>
2345 caption of the dock window (string) 2325 caption of the dock window (string)
2346 </dd> 2326 </dd>
2347 </dl> 2327 </dl>
2348 <a NAME="UserInterface.__showAvailableVersionInfos" ID="UserInterface.__showAvailableVersionInfos"></a>
2349 <h4>UserInterface.__showAvailableVersionInfos</h4>
2350 <b>__showAvailableVersionInfos</b>(<i>versions</i>)
2351
2352 <p>
2353 Private method to show the versions available for download.
2354 </p>
2355 <dl>
2356
2357 <dt><i>versions</i></dt>
2358 <dd>
2359 contents of the downloaded versions file (list of
2360 strings)
2361 </dd>
2362 </dl>
2363 <a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a> 2328 <a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a>
2364 <h4>UserInterface.__showCertificatesDialog</h4> 2329 <h4>UserInterface.__showCertificatesDialog</h4>
2365 <b>__showCertificatesDialog</b>(<i></i>) 2330 <b>__showCertificatesDialog</b>(<i></i>)
2366 2331
2367 <p> 2332 <p>
2893 2858
2894 <p> 2859 <p>
2895 Private method to update the external tools actions for the current 2860 Private method to update the external tools actions for the current
2896 tool group. 2861 tool group.
2897 </p> 2862 </p>
2898 <a NAME="UserInterface.__updateVersionsUrls" ID="UserInterface.__updateVersionsUrls"></a>
2899 <h4>UserInterface.__updateVersionsUrls</h4>
2900 <b>__updateVersionsUrls</b>(<i>versions</i>)
2901
2902 <p>
2903 Private method to update the URLs from which to retrieve the versions
2904 file.
2905 </p>
2906 <dl>
2907
2908 <dt><i>versions</i></dt>
2909 <dd>
2910 contents of the downloaded versions file (list of
2911 strings)
2912 </dd>
2913 </dl>
2914 <a NAME="UserInterface.__versionCheckResult" ID="UserInterface.__versionCheckResult"></a>
2915 <h4>UserInterface.__versionCheckResult</h4>
2916 <b>__versionCheckResult</b>(<i>versions</i>)
2917
2918 <p>
2919 Private method to show the result of the version check action.
2920 </p>
2921 <dl>
2922
2923 <dt><i>versions</i></dt>
2924 <dd>
2925 contents of the downloaded versions file (list of
2926 strings)
2927 </dd>
2928 </dl>
2929 <a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> 2863 <a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a>
2930 <h4>UserInterface.__versionToTuple</h4> 2864 <h4>UserInterface.__versionToTuple</h4>
2931 <b>__versionToTuple</b>(<i>version</i>) 2865 <b>__versionToTuple</b>(<i>version</i>)
2932 2866
2933 <p> 2867 <p>
2950 <dt>Return Type:</dt> 2884 <dt>Return Type:</dt>
2951 <dd> 2885 <dd>
2952 tuple of int 2886 tuple of int
2953 </dd> 2887 </dd>
2954 </dl> 2888 </dl>
2955 <a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a>
2956 <h4>UserInterface.__versionsDownloadCanceled</h4>
2957 <b>__versionsDownloadCanceled</b>(<i></i>)
2958
2959 <p>
2960 Private slot called to cancel the version check.
2961 </p>
2962 <a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a>
2963 <h4>UserInterface.__versionsDownloadDone</h4>
2964 <b>__versionsDownloadDone</b>(<i>reply</i>)
2965
2966 <p>
2967 Private slot called, after the versions file has been downloaded
2968 from the internet.
2969 </p>
2970 <dl>
2971
2972 <dt><i>reply</i> (QNetworkReply)</dt>
2973 <dd>
2974 reference to the network reply
2975 </dd>
2976 </dl>
2977 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> 2889 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
2978 <h4>UserInterface.__webBrowser</h4> 2890 <h4>UserInterface.__webBrowser</h4>
2979 <b>__webBrowser</b>(<i>home=""</i>) 2891 <b>__webBrowser</b>(<i>home=""</i>)
2980 2892
2981 <p> 2893 <p>
3597 QNetworkAccessManager 3509 QNetworkAccessManager
3598 </dd> 3510 </dd>
3599 </dl> 3511 </dl>
3600 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> 3512 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
3601 <h4>UserInterface.performVersionCheck</h4> 3513 <h4>UserInterface.performVersionCheck</h4>
3602 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) 3514 <b>performVersionCheck</b>(<i></i>)
3603 3515
3604 <p> 3516 <p>
3605 Public method to check the internet for an eric update. 3517 Public method to check for an update even if not installed via PyPI.
3606 </p> 3518 </p>
3607 <dl>
3608
3609 <dt><i>manual</i></dt>
3610 <dd>
3611 flag indicating an invocation via the menu (boolean)
3612 </dd>
3613 <dt><i>alternative</i></dt>
3614 <dd>
3615 index of server to download from (integer)
3616 </dd>
3617 <dt><i>showVersions</i></dt>
3618 <dd>
3619 flag indicating the show versions mode (boolean)
3620 </dd>
3621 </dl>
3622 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a> 3519 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a>
3623 <h4>UserInterface.processArgs</h4> 3520 <h4>UserInterface.processArgs</h4>
3624 <b>processArgs</b>(<i>args</i>) 3521 <b>processArgs</b>(<i>args</i>)
3625 3522
3626 <p> 3523 <p>

eric ide

mercurial