565 <td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td> |
565 <td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td> |
566 <td>Private method to check for and read a crash session.</td> |
566 <td>Private method to check for and read a crash session.</td> |
567 </tr> |
567 </tr> |
568 <tr> |
568 <tr> |
569 <td><a href="#UserInterface.__readSession">__readSession</a></td> |
569 <td><a href="#UserInterface.__readSession">__readSession</a></td> |
570 <td>Private slot to read in the session file (.e5s or .e4s).</td> |
570 <td>Private slot to read in the session file (.esj or .e5s).</td> |
571 </tr> |
571 </tr> |
572 <tr> |
572 <tr> |
573 <td><a href="#UserInterface.__readTasks">__readTasks</a></td> |
573 <td><a href="#UserInterface.__readTasks">__readTasks</a></td> |
574 <td>Private slot to read in the tasks file (.e6t).</td> |
574 <td>Private slot to read in the tasks file (.etj or .e6t).</td> |
575 </tr> |
575 </tr> |
576 <tr> |
576 <tr> |
577 <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td> |
577 <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td> |
578 <td>Private slot to reload the api information.</td> |
578 <td>Private slot to reload the api information.</td> |
579 </tr> |
579 </tr> |
869 <td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td> |
869 <td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td> |
870 <td>Private slot to write a crash session file.</td> |
870 <td>Private slot to write a crash session file.</td> |
871 </tr> |
871 </tr> |
872 <tr> |
872 <tr> |
873 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> |
873 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> |
874 <td>Private slot to write the session data to an XML file (.e5s).</td> |
874 <td>Private slot to write the session data to a JSON file (.esj).</td> |
875 </tr> |
875 </tr> |
876 <tr> |
876 <tr> |
877 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
877 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
878 <td>Private slot to write the tasks data to an XML file (.e6t).</td> |
878 <td>Private slot to write the tasks data to a JSON file (.etj).</td> |
879 </tr> |
879 </tr> |
880 <tr> |
880 <tr> |
881 <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td> |
881 <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td> |
882 <td>Public slot to handle the activation of the Code Documentation Viewer.</td> |
882 <td>Public slot to handle the activation of the Code Documentation Viewer.</td> |
883 </tr> |
883 </tr> |
2013 <a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> |
2013 <a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> |
2014 <h4>UserInterface.__readSession</h4> |
2014 <h4>UserInterface.__readSession</h4> |
2015 <b>__readSession</b>(<i>filename=""</i>) |
2015 <b>__readSession</b>(<i>filename=""</i>) |
2016 |
2016 |
2017 <p> |
2017 <p> |
2018 Private slot to read in the session file (.e5s or .e4s). |
2018 Private slot to read in the session file (.esj or .e5s). |
2019 </p> |
2019 </p> |
2020 <dl> |
2020 <dl> |
2021 |
2021 |
2022 <dt><i>filename</i> (str)</dt> |
2022 <dt><i>filename</i> (str)</dt> |
2023 <dd> |
2023 <dd> |
2039 <a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> |
2039 <a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> |
2040 <h4>UserInterface.__readTasks</h4> |
2040 <h4>UserInterface.__readTasks</h4> |
2041 <b>__readTasks</b>(<i></i>) |
2041 <b>__readTasks</b>(<i></i>) |
2042 |
2042 |
2043 <p> |
2043 <p> |
2044 Private slot to read in the tasks file (.e6t). |
2044 Private slot to read in the tasks file (.etj or .e6t). |
2045 </p> |
2045 </p> |
2046 <a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a> |
2046 <a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a> |
2047 <h4>UserInterface.__reloadAPIs</h4> |
2047 <h4>UserInterface.__reloadAPIs</h4> |
2048 <b>__reloadAPIs</b>(<i></i>) |
2048 <b>__reloadAPIs</b>(<i></i>) |
2049 |
2049 |
2813 <a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a> |
2813 <a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a> |
2814 <h4>UserInterface.__writeSession</h4> |
2814 <h4>UserInterface.__writeSession</h4> |
2815 <b>__writeSession</b>(<i>filename="", crashSession=False</i>) |
2815 <b>__writeSession</b>(<i>filename="", crashSession=False</i>) |
2816 |
2816 |
2817 <p> |
2817 <p> |
2818 Private slot to write the session data to an XML file (.e5s). |
2818 Private slot to write the session data to a JSON file (.esj). |
2819 </p> |
2819 </p> |
2820 <dl> |
2820 <dl> |
2821 |
2821 |
2822 <dt><i>filename</i> (str)</dt> |
2822 <dt><i>filename</i> (str)</dt> |
2823 <dd> |
2823 <dd> |
2843 <a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
2843 <a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
2844 <h4>UserInterface.__writeTasks</h4> |
2844 <h4>UserInterface.__writeTasks</h4> |
2845 <b>__writeTasks</b>(<i></i>) |
2845 <b>__writeTasks</b>(<i></i>) |
2846 |
2846 |
2847 <p> |
2847 <p> |
2848 Private slot to write the tasks data to an XML file (.e6t). |
2848 Private slot to write the tasks data to a JSON file (.etj). |
2849 </p> |
2849 </p> |
2850 <a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a> |
2850 <a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a> |
2851 <h4>UserInterface.activateCodeDocumentationViewer</h4> |
2851 <h4>UserInterface.activateCodeDocumentationViewer</h4> |
2852 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>) |
2852 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>) |
2853 |
2853 |
3394 list of files to open<br /> |
3394 list of files to open<br /> |
3395 The args are processed one at a time. All arguments after a |
3395 The args are processed one at a time. All arguments after a |
3396 '--' option are considered debug arguments to the program |
3396 '--' option are considered debug arguments to the program |
3397 for the debugger. All files named before the '--' option |
3397 for the debugger. All files named before the '--' option |
3398 are opened in a text editor, unless the argument ends in |
3398 are opened in a text editor, unless the argument ends in |
3399 .e4p, then it is opened as a project file. If it ends in |
3399 .epj or .e4p, then it is opened as a project file. If it |
3400 .e4m or .e5m, it is opened as a multiproject. |
3400 ends in .emj, .e4m or .e5m, it is opened as a multi project. |
3401 </dd> |
3401 </dd> |
3402 </dl> |
3402 </dl> |
3403 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a> |
3403 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a> |
3404 <h4>UserInterface.processInstallInfoFile</h4> |
3404 <h4>UserInterface.processInstallInfoFile</h4> |
3405 <b>processInstallInfoFile</b>(<i></i>) |
3405 <b>processInstallInfoFile</b>(<i></i>) |