|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.MultiProject</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric7.MultiProject</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing the multi project management module of eric. |
|
26 </p> |
|
27 <p> |
|
28 The multi project management module consists of the main part, which is |
|
29 used for reading and writing of eric multi project files (*.emj or *.e5m) |
|
30 and for performing all operations on the multi project. It is accompanied |
|
31 by various UI related modules implementing different dialogs and a browser |
|
32 for the display of projects belonging to the current multi project. |
|
33 </p> |
|
34 |
|
35 |
|
36 <h3>Modules</h3> |
|
37 <table> |
|
38 |
|
39 <tr> |
|
40 <td><a href="eric7.MultiProject.AddProjectDialog.html">AddProjectDialog</a></td> |
|
41 <td>Module implementing the add project dialog.</td> |
|
42 </tr> |
|
43 <tr> |
|
44 <td><a href="eric7.MultiProject.MultiProject.html">MultiProject</a></td> |
|
45 <td>Module implementing the multi project management functionality.</td> |
|
46 </tr> |
|
47 <tr> |
|
48 <td><a href="eric7.MultiProject.MultiProjectBrowser.html">MultiProjectBrowser</a></td> |
|
49 <td>Module implementing the multi project browser.</td> |
|
50 </tr> |
|
51 <tr> |
|
52 <td><a href="eric7.MultiProject.MultiProjectFile.html">MultiProjectFile</a></td> |
|
53 <td>Module implementing a class representing the multi project JSON file.</td> |
|
54 </tr> |
|
55 <tr> |
|
56 <td><a href="eric7.MultiProject.PropertiesDialog.html">PropertiesDialog</a></td> |
|
57 <td>Module implementing the multi project properties dialog.</td> |
|
58 </tr> |
|
59 </table> |
|
60 </body></html> |