|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.MultiProject</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.MultiProject</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing the multi project management module of eric. |
|
12 </p> |
|
13 <p> |
|
14 The multi project management module consists of the main part, which is |
|
15 used for reading and writing of eric multi project files (*.emj or *.e5m) |
|
16 and for performing all operations on the multi project. It is accompanied |
|
17 by various UI related modules implementing different dialogs and a browser |
|
18 for the display of projects belonging to the current multi project. |
|
19 </p> |
|
20 |
|
21 |
|
22 <h3>Modules</h3> |
|
23 <table> |
|
24 |
|
25 <tr> |
|
26 <td><a href="eric7.MultiProject.AddProjectDialog.html">AddProjectDialog</a></td> |
|
27 <td>Module implementing the add project dialog.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="eric7.MultiProject.MultiProject.html">MultiProject</a></td> |
|
31 <td>Module implementing the multi project management functionality.</td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><a href="eric7.MultiProject.MultiProjectBrowser.html">MultiProjectBrowser</a></td> |
|
35 <td>Module implementing the multi project browser.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="eric7.MultiProject.MultiProjectFile.html">MultiProjectFile</a></td> |
|
39 <td>Module implementing a class representing the multi project JSON file.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="eric7.MultiProject.PropertiesDialog.html">PropertiesDialog</a></td> |
|
43 <td>Module implementing the multi project properties dialog.</td> |
|
44 </tr> |
|
45 </table> |
|
46 </body></html> |