Documentation/Source/eric5.UI.UserInterface.html

changeset 3092
f7ec7a3e7270
parent 3018
70924c0bdaf1
child 3111
5366f0647f79
equal deleted inserted replaced
3091:8239cae3f947 3092:f7ec7a3e7270
168 </dl> 168 </dl>
169 <h3>Derived from</h3> 169 <h3>Derived from</h3>
170 E5MainWindow 170 E5MainWindow
171 <h3>Class Attributes</h3> 171 <h3>Class Attributes</h3>
172 <table> 172 <table>
173 <tr><td>BottomSide</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr> 173 <tr><td>BottomSide</td></tr><tr><td>ErrorLogFileName</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr>
174 </table> 174 </table>
175 <h3>Class Methods</h3> 175 <h3>Class Methods</h3>
176 <table> 176 <table>
177 <tr><td>None</td></tr> 177 <tr><td>None</td></tr>
178 </table> 178 </table>
306 <td>Private slot to export the keyboard shortcuts.</td> 306 <td>Private slot to export the keyboard shortcuts.</td>
307 </tr><tr> 307 </tr><tr>
308 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td> 308 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td>
309 <td>Private method to get the geometry of a floating windows.</td> 309 <td>Private method to get the geometry of a floating windows.</td>
310 </tr><tr> 310 </tr><tr>
311 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td>
312 <td>Private method to check, if an error log file exists.</td>
313 </tr><tr>
311 <td><a href="#UserInterface.__helpClosed">__helpClosed</a></td> 314 <td><a href="#UserInterface.__helpClosed">__helpClosed</a></td>
312 <td>Private slot to handle the helpClosed signal of the help window.</td> 315 <td>Private slot to handle the helpClosed signal of the help window.</td>
313 </tr><tr> 316 </tr><tr>
314 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td> 317 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td>
315 <td>Private slot to start an empty help viewer.</td> 318 <td>Private slot to start an empty help viewer.</td>
440 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td> 443 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td>
441 <td>Private slot to show the certificates management dialog.</td> 444 <td>Private slot to show the certificates management dialog.</td>
442 </tr><tr> 445 </tr><tr>
443 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> 446 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td>
444 <td>Private slot to show the Eric documentation.</td> 447 <td>Private slot to show the Eric documentation.</td>
448 </tr><tr>
449 <td><a href="#UserInterface.__showErrorLog">__showErrorLog</a></td>
450 <td>Private slot to show the most recent error log message.</td>
445 </tr><tr> 451 </tr><tr>
446 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td> 452 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td>
447 <td>Private slot to display a dialog show a list of external tools used by eric5.</td> 453 <td>Private slot to display a dialog show a list of external tools used by eric5.</td>
448 </tr><tr> 454 </tr><tr>
449 <td><a href="#UserInterface.__showExtrasMenu">__showExtrasMenu</a></td> 455 <td><a href="#UserInterface.__showExtrasMenu">__showExtrasMenu</a></td>
1110 </dl><dl> 1116 </dl><dl>
1111 <dt>Returns:</dt> 1117 <dt>Returns:</dt>
1112 <dd> 1118 <dd>
1113 list giving the widget's geometry and its visibility 1119 list giving the widget's geometry and its visibility
1114 </dd> 1120 </dd>
1115 </dl><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a> 1121 </dl><a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a>
1122 <h4>UserInterface.__hasErrorLog</h4>
1123 <b>__hasErrorLog</b>(<i></i>)
1124 <p>
1125 Private method to check, if an error log file exists.
1126 </p><a NAME="UserInterface.__helpClosed" ID="UserInterface.__helpClosed"></a>
1116 <h4>UserInterface.__helpClosed</h4> 1127 <h4>UserInterface.__helpClosed</h4>
1117 <b>__helpClosed</b>(<i></i>) 1128 <b>__helpClosed</b>(<i></i>)
1118 <p> 1129 <p>
1119 Private slot to handle the helpClosed signal of the help window. 1130 Private slot to handle the helpClosed signal of the help window.
1120 </p><a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a> 1131 </p><a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a>
1417 </p><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a> 1428 </p><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a>
1418 <h4>UserInterface.__showEricDoc</h4> 1429 <h4>UserInterface.__showEricDoc</h4>
1419 <b>__showEricDoc</b>(<i></i>) 1430 <b>__showEricDoc</b>(<i></i>)
1420 <p> 1431 <p>
1421 Private slot to show the Eric documentation. 1432 Private slot to show the Eric documentation.
1433 </p><a NAME="UserInterface.__showErrorLog" ID="UserInterface.__showErrorLog"></a>
1434 <h4>UserInterface.__showErrorLog</h4>
1435 <b>__showErrorLog</b>(<i></i>)
1436 <p>
1437 Private slot to show the most recent error log message.
1422 </p><a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a> 1438 </p><a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a>
1423 <h4>UserInterface.__showExternalTools</h4> 1439 <h4>UserInterface.__showExternalTools</h4>
1424 <b>__showExternalTools</b>(<i></i>) 1440 <b>__showExternalTools</b>(<i></i>)
1425 <p> 1441 <p>
1426 Private slot to display a dialog show a list of external tools used 1442 Private slot to display a dialog show a list of external tools used

eric ide

mercurial