|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.eric7_ide</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.eric7_ide</h1> |
|
10 |
|
11 <p> |
|
12 eric Python IDE. |
|
13 </p> |
|
14 <p> |
|
15 This is the main Python script that performs the necessary initialization |
|
16 of the IDE and starts the Qt event loop. |
|
17 </p> |
|
18 <h3>Global Attributes</h3> |
|
19 |
|
20 <table> |
|
21 <tr><td>app</td></tr><tr><td>args</td></tr><tr><td>inMainLoop</td></tr><tr><td>mainWindow</td></tr><tr><td>originalPathString</td></tr><tr><td>restartArgs</td></tr><tr><td>restartArgsList</td></tr><tr><td>splash</td></tr> |
|
22 </table> |
|
23 <h3>Classes</h3> |
|
24 |
|
25 <table> |
|
26 <tr><td>None</td></tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="#excepthook">excepthook</a></td> |
|
34 <td>Global function to catch unhandled exceptions.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="#handleSingleApplication">handleSingleApplication</a></td> |
|
38 <td>Global function to handle the single application mode.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="#main">main</a></td> |
|
42 <td>Main entry point into the application.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="#uiStartUp">uiStartUp</a></td> |
|
46 <td>Global function to finalize the start up of the main UI.</td> |
|
47 </tr> |
|
48 </table> |
|
49 <hr /> |
|
50 <hr /> |
|
51 <a NAME="excepthook" ID="excepthook"></a> |
|
52 <h2>excepthook</h2> |
|
53 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>) |
|
54 |
|
55 <p> |
|
56 Global function to catch unhandled exceptions. |
|
57 </p> |
|
58 <dl> |
|
59 |
|
60 <dt><i>excType</i></dt> |
|
61 <dd> |
|
62 exception type |
|
63 </dd> |
|
64 <dt><i>excValue</i></dt> |
|
65 <dd> |
|
66 exception value |
|
67 </dd> |
|
68 <dt><i>tracebackobj</i></dt> |
|
69 <dd> |
|
70 traceback object |
|
71 </dd> |
|
72 </dl> |
|
73 <div align="right"><a href="#top">Up</a></div> |
|
74 <hr /> |
|
75 <hr /> |
|
76 <a NAME="handleSingleApplication" ID="handleSingleApplication"></a> |
|
77 <h2>handleSingleApplication</h2> |
|
78 <b>handleSingleApplication</b>(<i>ddindex</i>) |
|
79 |
|
80 <p> |
|
81 Global function to handle the single application mode. |
|
82 </p> |
|
83 <dl> |
|
84 |
|
85 <dt><i>ddindex</i></dt> |
|
86 <dd> |
|
87 index of a '--' option in the options list |
|
88 </dd> |
|
89 </dl> |
|
90 <div align="right"><a href="#top">Up</a></div> |
|
91 <hr /> |
|
92 <hr /> |
|
93 <a NAME="main" ID="main"></a> |
|
94 <h2>main</h2> |
|
95 <b>main</b>(<i></i>) |
|
96 |
|
97 <p> |
|
98 Main entry point into the application. |
|
99 </p> |
|
100 <div align="right"><a href="#top">Up</a></div> |
|
101 <hr /> |
|
102 <hr /> |
|
103 <a NAME="uiStartUp" ID="uiStartUp"></a> |
|
104 <h2>uiStartUp</h2> |
|
105 <b>uiStartUp</b>(<i></i>) |
|
106 |
|
107 <p> |
|
108 Global function to finalize the start up of the main UI. |
|
109 </p> |
|
110 <p> |
|
111 Note: It is activated by a zero timeout single-shot timer. |
|
112 </p> |
|
113 <div align="right"><a href="#top">Up</a></div> |
|
114 <hr /> |
|
115 </body></html> |