5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.eric7_editor</h1> |
9 <h1>eric7.eric7_editor</h1> |
10 |
|
11 <p> |
10 <p> |
12 eric Editor. |
11 eric Editor. |
13 </p> |
12 </p> |
14 <p> |
13 <p> |
15 This is the main Python script that performs the necessary initialization |
14 This is the main Python script that performs the necessary initialization |
16 of the MiniEditor module and starts the Qt event loop. This is a standalone |
15 of the MiniEditor module and starts the Qt event loop. This is a standalone |
17 version of the integrated MiniEditor module. |
16 version of the integrated MiniEditor module. |
18 </p> |
17 </p> |
|
18 |
19 <h3>Global Attributes</h3> |
19 <h3>Global Attributes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>args</td></tr> |
21 <tr><td>args</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Classes</h3> |
24 <h3>Classes</h3> |
25 |
|
26 <table> |
25 <table> |
27 <tr><td>None</td></tr> |
26 <tr><td>None</td></tr> |
28 </table> |
27 </table> |
|
28 |
29 <h3>Functions</h3> |
29 <h3>Functions</h3> |
30 |
|
31 <table> |
30 <table> |
32 |
|
33 <tr> |
31 <tr> |
34 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> |
32 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> |
35 <td>Function to create an argument parser.</td> |
33 <td>Function to create an argument parser.</td> |
36 </tr> |
34 </tr> |
37 <tr> |
35 <tr> |
41 <tr> |
39 <tr> |
42 <td><a href="#main">main</a></td> |
40 <td><a href="#main">main</a></td> |
43 <td>Main entry point into the application.</td> |
41 <td>Main entry point into the application.</td> |
44 </tr> |
42 </tr> |
45 </table> |
43 </table> |
|
44 |
46 <hr /> |
45 <hr /> |
47 <hr /> |
46 <hr /> |
48 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> |
47 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> |
49 <h2>createArgparseNamespace</h2> |
48 <h2>createArgparseNamespace</h2> |
50 <b>createArgparseNamespace</b>(<i></i>) |
49 <b>createArgparseNamespace</b>(<i></i>) |
51 |
|
52 <p> |
50 <p> |
53 Function to create an argument parser. |
51 Function to create an argument parser. |
54 </p> |
52 </p> |
|
53 |
55 <dl> |
54 <dl> |
56 <dt>Return:</dt> |
55 <dt>Return:</dt> |
57 <dd> |
56 <dd> |
58 created argument parser object |
57 created argument parser object |
59 </dd> |
58 </dd> |
68 <hr /> |
67 <hr /> |
69 <hr /> |
68 <hr /> |
70 <a NAME="createMainWidget" ID="createMainWidget"></a> |
69 <a NAME="createMainWidget" ID="createMainWidget"></a> |
71 <h2>createMainWidget</h2> |
70 <h2>createMainWidget</h2> |
72 <b>createMainWidget</b>(<i>args</i>) |
71 <b>createMainWidget</b>(<i>args</i>) |
73 |
|
74 <p> |
72 <p> |
75 Function to create the main widget. |
73 Function to create the main widget. |
76 </p> |
74 </p> |
|
75 |
77 <dl> |
76 <dl> |
78 |
77 |
79 <dt><i>args</i> (argparse.Namespace)</dt> |
78 <dt><i>args</i> (argparse.Namespace)</dt> |
80 <dd> |
79 <dd> |
81 namespace object containing the parsed command line parameters |
80 namespace object containing the parsed command line parameters |