|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Project</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>eric6.Project</h1> |
|
23 <p> |
|
24 Package implementing the project management module of eric6. |
|
25 </p><p> |
|
26 The project management module consists of the main part, which is |
|
27 used for reading and writing of eric4, eric5 and eric6 project files |
|
28 (*.e4p) and for performing all operations on the project. It is |
|
29 accompanied by various UI related modules implementing different dialogs |
|
30 and a tabbed tree browser for the display of files belonging to the |
|
31 current project as well as the project model related modules. |
|
32 </p> |
|
33 |
|
34 |
|
35 <h3>Modules</h3> |
|
36 <table> |
|
37 <tr> |
|
38 <td><a href="eric6.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td> |
|
39 <td>Module implementing a dialog to add files of a directory to the project.</td> |
|
40 </tr><tr> |
|
41 <td><a href="eric6.Project.AddFileDialog.html">AddFileDialog</a></td> |
|
42 <td>Module implementing a dialog to add a file to the project.</td> |
|
43 </tr><tr> |
|
44 <td><a href="eric6.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td> |
|
45 <td>Module implementing a dialog to show the found files to the user.</td> |
|
46 </tr><tr> |
|
47 <td><a href="eric6.Project.AddLanguageDialog.html">AddLanguageDialog</a></td> |
|
48 <td>Module implementing a dialog to add a new language to the project.</td> |
|
49 </tr><tr> |
|
50 <td><a href="eric6.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> |
|
51 <td>Module implementing a dialog to generate code for a Qt4/Qt5 dialog.</td> |
|
52 </tr><tr> |
|
53 <td><a href="eric6.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> |
|
54 <td>Module implementing a dialog for entering project specific debugger settings.</td> |
|
55 </tr><tr> |
|
56 <td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> |
|
57 <td>Module implementing a dialog to enter filetype associations for the project.</td> |
|
58 </tr><tr> |
|
59 <td><a href="eric6.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> |
|
60 <td>Module implementing a dialog to enter lexer associations for the project.</td> |
|
61 </tr><tr> |
|
62 <td><a href="eric6.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> |
|
63 <td>Module implementing a dialog to enter the data for a new dialog class file.</td> |
|
64 </tr><tr> |
|
65 <td><a href="eric6.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> |
|
66 <td>Module implementing a dialog to add a new Python package.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric6.Project.Project.html">Project</a></td> |
|
69 <td>Module implementing the project management functionality.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric6.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td> |
|
72 <td>Module implementing the baseclass for the various project browsers.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric6.Project.ProjectBrowser.html">ProjectBrowser</a></td> |
|
75 <td>Module implementing the project browser part of the eric6 UI.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric6.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td> |
|
78 <td>Module defining the project browser flags.</td> |
|
79 </tr><tr> |
|
80 <td><a href="eric6.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td> |
|
81 <td>Module implementing the browser model.</td> |
|
82 </tr><tr> |
|
83 <td><a href="eric6.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> |
|
84 <td>Module implementing the browser sort filter proxy model.</td> |
|
85 </tr><tr> |
|
86 <td><a href="eric6.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> |
|
87 <td>Module implementing a class used to display the forms part of the project.</td> |
|
88 </tr><tr> |
|
89 <td><a href="eric6.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td> |
|
90 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td> |
|
91 </tr><tr> |
|
92 <td><a href="eric6.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td> |
|
93 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td> |
|
94 </tr><tr> |
|
95 <td><a href="eric6.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td> |
|
96 <td>Module implementing a class used to display the resources part of the project.</td> |
|
97 </tr><tr> |
|
98 <td><a href="eric6.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td> |
|
99 <td>Module implementing a class used to display the Sources part of the project.</td> |
|
100 </tr><tr> |
|
101 <td><a href="eric6.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td> |
|
102 <td>Module implementing a class used to display the translations part of the project.</td> |
|
103 </tr><tr> |
|
104 <td><a href="eric6.Project.PropertiesDialog.html">PropertiesDialog</a></td> |
|
105 <td>Module implementing the project properties dialog.</td> |
|
106 </tr><tr> |
|
107 <td><a href="eric6.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td> |
|
108 <td>Module implementing the Spelling Properties dialog.</td> |
|
109 </tr><tr> |
|
110 <td><a href="eric6.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td> |
|
111 <td>Module implementing the Translations Properties dialog.</td> |
|
112 </tr><tr> |
|
113 <td><a href="eric6.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> |
|
114 <td>Module implementing the user specific project properties dialog.</td> |
|
115 </tr> |
|
116 </table> |
|
117 </body></html> |