489 <tr> |
489 <tr> |
490 <td><a href="#UserInterface.__initToolsMenus">__initToolsMenus</a></td> |
490 <td><a href="#UserInterface.__initToolsMenus">__initToolsMenus</a></td> |
491 <td>Private slot to initialize the various tool menus.</td> |
491 <td>Private slot to initialize the various tool menus.</td> |
492 </tr> |
492 </tr> |
493 <tr> |
493 <tr> |
|
494 <td><a href="#UserInterface.__installDownloadedPlugins">__installDownloadedPlugins</a></td> |
|
495 <td>Private slot to handle the installation of plugins downloaded via the plugin repository viewer.</td> |
|
496 </tr> |
|
497 <tr> |
494 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
498 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
495 <td>Private slot to show a dialog to install a new plugin.</td> |
499 <td>Private slot to show a dialog to install a new plugin.</td> |
496 </tr> |
500 </tr> |
497 <tr> |
501 <tr> |
498 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> |
502 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> |
681 <tr> |
685 <tr> |
682 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td> |
686 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td> |
683 <td>Private slot to show the Plugin Tools menu.</td> |
687 <td>Private slot to show the Plugin Tools menu.</td> |
684 </tr> |
688 </tr> |
685 <tr> |
689 <tr> |
|
690 <td><a href="#UserInterface.__showPluginsAvailable">__showPluginsAvailable</a></td> |
|
691 <td>Private slot to show the plugins available for download.</td> |
|
692 </tr> |
|
693 <tr> |
686 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> |
694 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> |
687 <td>Private slot used to show the previous tab or file.</td> |
695 <td>Private slot used to show the previous tab or file.</td> |
688 </tr> |
696 </tr> |
689 <tr> |
697 <tr> |
690 <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> |
698 <td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> |
913 <tr> |
921 <tr> |
914 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td> |
922 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td> |
915 <td>Public slot to handle the activation of the debug viewer.</td> |
923 <td>Public slot to handle the activation of the debug viewer.</td> |
916 </tr> |
924 </tr> |
917 <tr> |
925 <tr> |
|
926 <td><a href="#UserInterface.activatePluginRepositoryViewer">activatePluginRepositoryViewer</a></td> |
|
927 <td>Public slot to activate the plugin repository viewer.</td> |
|
928 </tr> |
|
929 <tr> |
918 <td><a href="#UserInterface.addEricActions">addEricActions</a></td> |
930 <td><a href="#UserInterface.addEricActions">addEricActions</a></td> |
919 <td>Public method to add actions to the list of actions.</td> |
931 <td>Public method to add actions to the list of actions.</td> |
920 </tr> |
932 </tr> |
921 <tr> |
933 <tr> |
922 <td><a href="#UserInterface.addSideWidget">addSideWidget</a></td> |
934 <td><a href="#UserInterface.addSideWidget">addSideWidget</a></td> |
1095 <td>Public method to show the Log-Viewer.</td> |
1107 <td>Public method to show the Log-Viewer.</td> |
1096 </tr> |
1108 </tr> |
1097 <tr> |
1109 <tr> |
1098 <td><a href="#UserInterface.showNotification">showNotification</a></td> |
1110 <td><a href="#UserInterface.showNotification">showNotification</a></td> |
1099 <td>Public method to show a desktop notification.</td> |
1111 <td>Public method to show a desktop notification.</td> |
1100 </tr> |
|
1101 <tr> |
|
1102 <td><a href="#UserInterface.showPluginsAvailable">showPluginsAvailable</a></td> |
|
1103 <td>Public slot to show the plugins available for download.</td> |
|
1104 </tr> |
1112 </tr> |
1105 <tr> |
1113 <tr> |
1106 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
1114 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
1107 <td>Public slot to set the preferences.</td> |
1115 <td>Public slot to set the preferences.</td> |
1108 </tr> |
1116 </tr> |
1797 <dt><i>menu</i> (QMenu)</dt> |
1805 <dt><i>menu</i> (QMenu)</dt> |
1798 <dd> |
1806 <dd> |
1799 reference to the parent menu |
1807 reference to the parent menu |
1800 </dd> |
1808 </dd> |
1801 </dl> |
1809 </dl> |
|
1810 <a NAME="UserInterface.__installDownloadedPlugins" ID="UserInterface.__installDownloadedPlugins"></a> |
|
1811 <h4>UserInterface.__installDownloadedPlugins</h4> |
|
1812 <b>__installDownloadedPlugins</b>(<i></i>) |
|
1813 |
|
1814 <p> |
|
1815 Private slot to handle the installation of plugins downloaded via the |
|
1816 plugin repository viewer. |
|
1817 </p> |
1802 <a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> |
1818 <a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> |
1803 <h4>UserInterface.__installPlugins</h4> |
1819 <h4>UserInterface.__installPlugins</h4> |
1804 <b>__installPlugins</b>(<i>pluginFileNames=None</i>) |
1820 <b>__installPlugins</b>(<i>pluginFileNames=None</i>) |
1805 |
1821 |
1806 <p> |
1822 <p> |
2324 <b>__showPluginToolsMenu</b>(<i></i>) |
2340 <b>__showPluginToolsMenu</b>(<i></i>) |
2325 |
2341 |
2326 <p> |
2342 <p> |
2327 Private slot to show the Plugin Tools menu. |
2343 Private slot to show the Plugin Tools menu. |
2328 </p> |
2344 </p> |
|
2345 <a NAME="UserInterface.__showPluginsAvailable" ID="UserInterface.__showPluginsAvailable"></a> |
|
2346 <h4>UserInterface.__showPluginsAvailable</h4> |
|
2347 <b>__showPluginsAvailable</b>(<i></i>) |
|
2348 |
|
2349 <p> |
|
2350 Private slot to show the plugins available for download. |
|
2351 </p> |
2329 <a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> |
2352 <a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> |
2330 <h4>UserInterface.__showPrevious</h4> |
2353 <h4>UserInterface.__showPrevious</h4> |
2331 <b>__showPrevious</b>(<i></i>) |
2354 <b>__showPrevious</b>(<i></i>) |
2332 |
2355 |
2333 <p> |
2356 <p> |
2944 <h4>UserInterface.activateDebugViewer</h4> |
2967 <h4>UserInterface.activateDebugViewer</h4> |
2945 <b>activateDebugViewer</b>(<i></i>) |
2968 <b>activateDebugViewer</b>(<i></i>) |
2946 |
2969 |
2947 <p> |
2970 <p> |
2948 Public slot to handle the activation of the debug viewer. |
2971 Public slot to handle the activation of the debug viewer. |
|
2972 </p> |
|
2973 <a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a> |
|
2974 <h4>UserInterface.activatePluginRepositoryViewer</h4> |
|
2975 <b>activatePluginRepositoryViewer</b>(<i></i>) |
|
2976 |
|
2977 <p> |
|
2978 Public slot to activate the plugin repository viewer. |
2949 </p> |
2979 </p> |
2950 <a NAME="UserInterface.addEricActions" ID="UserInterface.addEricActions"></a> |
2980 <a NAME="UserInterface.addEricActions" ID="UserInterface.addEricActions"></a> |
2951 <h4>UserInterface.addEricActions</h4> |
2981 <h4>UserInterface.addEricActions</h4> |
2952 <b>addEricActions</b>(<i>actions, actionType</i>) |
2982 <b>addEricActions</b>(<i>actions, actionType</i>) |
2953 |
2983 |
3716 <dd> |
3746 <dd> |
3717 time in seconds the notification should be shown |
3747 time in seconds the notification should be shown |
3718 (None = use configured timeout, 0 = indefinitely) |
3748 (None = use configured timeout, 0 = indefinitely) |
3719 </dd> |
3749 </dd> |
3720 </dl> |
3750 </dl> |
3721 <a NAME="UserInterface.showPluginsAvailable" ID="UserInterface.showPluginsAvailable"></a> |
|
3722 <h4>UserInterface.showPluginsAvailable</h4> |
|
3723 <b>showPluginsAvailable</b>(<i></i>) |
|
3724 |
|
3725 <p> |
|
3726 Public slot to show the plugins available for download. |
|
3727 </p> |
|
3728 <a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a> |
3751 <a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a> |
3729 <h4>UserInterface.showPreferences</h4> |
3752 <h4>UserInterface.showPreferences</h4> |
3730 <b>showPreferences</b>(<i>pageName=None</i>) |
3753 <b>showPreferences</b>(<i>pageName=None</i>) |
3731 |
3754 |
3732 <p> |
3755 <p> |