195 <td>Private slot to handle the activation of the file browser.</td> |
195 <td>Private slot to handle the activation of the file browser.</td> |
196 </tr><tr> |
196 </tr><tr> |
197 <td><a href="#UserInterface.__activateDebugViewer">__activateDebugViewer</a></td> |
197 <td><a href="#UserInterface.__activateDebugViewer">__activateDebugViewer</a></td> |
198 <td>Private slot to handle the activation of the debug viewer.</td> |
198 <td>Private slot to handle the activation of the debug viewer.</td> |
199 </tr><tr> |
199 </tr><tr> |
|
200 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> |
|
201 <td>Public slot to handle the activation of the IRC window.</td> |
|
202 </tr><tr> |
200 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
203 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
201 <td>Private slot to handle the activation of the Log Viewer.</td> |
204 <td>Private slot to handle the activation of the Log Viewer.</td> |
202 </tr><tr> |
205 </tr><tr> |
203 <td><a href="#UserInterface.__activateMultiProjectBrowser">__activateMultiProjectBrowser</a></td> |
206 <td><a href="#UserInterface.__activateMultiProjectBrowser">__activateMultiProjectBrowser</a></td> |
204 <td>Private slot to handle the activation of the project browser.</td> |
207 <td>Private slot to handle the activation of the project browser.</td> |
351 <td>Private slot to create the toolbars.</td> |
354 <td>Private slot to create the toolbars.</td> |
352 </tr><tr> |
355 </tr><tr> |
353 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
356 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> |
354 <td>Private slot to show a dialog to install a new plugin.</td> |
357 <td>Private slot to show a dialog to install a new plugin.</td> |
355 </tr><tr> |
358 </tr><tr> |
|
359 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> |
|
360 <td>Private slot handling the automatic connection of the IRC client.</td> |
|
361 </tr><tr> |
356 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> |
362 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> |
357 <td>Private slot to handle the lastEditorClosed signal.</td> |
363 <td>Private slot to handle the lastEditorClosed signal.</td> |
358 </tr><tr> |
364 </tr><tr> |
359 <td><a href="#UserInterface.__linguist">__linguist</a></td> |
365 <td><a href="#UserInterface.__linguist">__linguist</a></td> |
360 <td>Private slot to start the Qt-Linguist executable.</td> |
366 <td>Private slot to start the Qt-Linguist executable.</td> |
623 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
629 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
624 <td>Public slot to append text to the stderr log viewer tab.</td> |
630 <td>Public slot to append text to the stderr log viewer tab.</td> |
625 </tr><tr> |
631 </tr><tr> |
626 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> |
632 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> |
627 <td>Public slot to append text to the stdout log viewer tab.</td> |
633 <td>Public slot to append text to the stdout log viewer tab.</td> |
|
634 </tr><tr> |
|
635 <td><a href="#UserInterface.autoConnectIrc">autoConnectIrc</a></td> |
|
636 <td>Public method to initiate the IRC auto connection.</td> |
628 </tr><tr> |
637 </tr><tr> |
629 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> |
638 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> |
630 <td>Public method to check, if eric5 has been configured.</td> |
639 <td>Public method to check, if eric5 has been configured.</td> |
631 </tr><tr> |
640 </tr><tr> |
632 <td><a href="#UserInterface.checkForErrorLog">checkForErrorLog</a></td> |
641 <td><a href="#UserInterface.checkForErrorLog">checkForErrorLog</a></td> |
811 </p><a NAME="UserInterface.__activateDebugViewer" ID="UserInterface.__activateDebugViewer"></a> |
820 </p><a NAME="UserInterface.__activateDebugViewer" ID="UserInterface.__activateDebugViewer"></a> |
812 <h4>UserInterface.__activateDebugViewer</h4> |
821 <h4>UserInterface.__activateDebugViewer</h4> |
813 <b>__activateDebugViewer</b>(<i></i>) |
822 <b>__activateDebugViewer</b>(<i></i>) |
814 <p> |
823 <p> |
815 Private slot to handle the activation of the debug viewer. |
824 Private slot to handle the activation of the debug viewer. |
|
825 </p><a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> |
|
826 <h4>UserInterface.__activateIRC</h4> |
|
827 <b>__activateIRC</b>(<i></i>) |
|
828 <p> |
|
829 Public slot to handle the activation of the IRC window. |
816 </p><a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> |
830 </p><a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> |
817 <h4>UserInterface.__activateLogViewer</h4> |
831 <h4>UserInterface.__activateLogViewer</h4> |
818 <b>__activateLogViewer</b>(<i></i>) |
832 <b>__activateLogViewer</b>(<i></i>) |
819 <p> |
833 <p> |
820 Private slot to handle the activation of the Log Viewer. |
834 Private slot to handle the activation of the Log Viewer. |
1162 <dt><i>pluginFileNames</i></dt> |
1176 <dt><i>pluginFileNames</i></dt> |
1163 <dd> |
1177 <dd> |
1164 list of plugin files suggested for |
1178 list of plugin files suggested for |
1165 installation list of strings |
1179 installation list of strings |
1166 </dd> |
1180 </dd> |
1167 </dl><a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> |
1181 </dl><a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a> |
|
1182 <h4>UserInterface.__ircAutoConnected</h4> |
|
1183 <b>__ircAutoConnected</b>(<i></i>) |
|
1184 <p> |
|
1185 Private slot handling the automatic connection of the IRC client. |
|
1186 </p><a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> |
1168 <h4>UserInterface.__lastEditorClosed</h4> |
1187 <h4>UserInterface.__lastEditorClosed</h4> |
1169 <b>__lastEditorClosed</b>(<i></i>) |
1188 <b>__lastEditorClosed</b>(<i></i>) |
1170 <p> |
1189 <p> |
1171 Private slot to handle the lastEditorClosed signal. |
1190 Private slot to handle the lastEditorClosed signal. |
1172 </p><a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a> |
1191 </p><a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a> |
1815 </p><dl> |
1834 </p><dl> |
1816 <dt><i>s</i></dt> |
1835 <dt><i>s</i></dt> |
1817 <dd> |
1836 <dd> |
1818 output to be appended (string) |
1837 output to be appended (string) |
1819 </dd> |
1838 </dd> |
1820 </dl><a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> |
1839 </dl><a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a> |
|
1840 <h4>UserInterface.autoConnectIrc</h4> |
|
1841 <b>autoConnectIrc</b>(<i></i>) |
|
1842 <p> |
|
1843 Public method to initiate the IRC auto connection. |
|
1844 </p><a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> |
1821 <h4>UserInterface.checkConfigurationStatus</h4> |
1845 <h4>UserInterface.checkConfigurationStatus</h4> |
1822 <b>checkConfigurationStatus</b>(<i></i>) |
1846 <b>checkConfigurationStatus</b>(<i></i>) |
1823 <p> |
1847 <p> |
1824 Public method to check, if eric5 has been configured. If it is not, |
1848 Public method to check, if eric5 has been configured. If it is not, |
1825 the configuration dialog is shown. |
1849 the configuration dialog is shown. |