|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.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>eric7.Project</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing the project management module of eric. |
|
26 </p> |
|
27 <p> |
|
28 The project management module consists of the main part, which is |
|
29 used for reading and writing of eric4, eric5, eric6 and eric7 project |
|
30 files (*.e4p, *.epj) and for performing all operations on the project. |
|
31 It is accompanied by various UI related modules implementing different |
|
32 dialogs and a tabbed tree browser for the display of files belonging |
|
33 to the current project as well as the project model related modules. |
|
34 </p> |
|
35 |
|
36 |
|
37 <h3>Modules</h3> |
|
38 <table> |
|
39 |
|
40 <tr> |
|
41 <td><a href="eric7.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td> |
|
42 <td>Module implementing a dialog to add files of a directory to the project.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="eric7.Project.AddFileDialog.html">AddFileDialog</a></td> |
|
46 <td>Module implementing a dialog to add a file to the project.</td> |
|
47 </tr> |
|
48 <tr> |
|
49 <td><a href="eric7.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td> |
|
50 <td>Module implementing a dialog to show the found files to the user.</td> |
|
51 </tr> |
|
52 <tr> |
|
53 <td><a href="eric7.Project.AddLanguageDialog.html">AddLanguageDialog</a></td> |
|
54 <td>Module implementing a dialog to add a new language to the project.</td> |
|
55 </tr> |
|
56 <tr> |
|
57 <td><a href="eric7.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> |
|
58 <td>Module implementing a dialog to generate code for a Qt5 dialog.</td> |
|
59 </tr> |
|
60 <tr> |
|
61 <td><a href="eric7.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> |
|
62 <td>Module implementing a dialog for entering project specific debugger settings.</td> |
|
63 </tr> |
|
64 <tr> |
|
65 <td><a href="eric7.Project.DebuggerPropertiesFile.html">DebuggerPropertiesFile</a></td> |
|
66 <td>Module implementing a class representing the project debugger properties JSON file.</td> |
|
67 </tr> |
|
68 <tr> |
|
69 <td><a href="eric7.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> |
|
70 <td>Module implementing a dialog to enter filetype associations for the project.</td> |
|
71 </tr> |
|
72 <tr> |
|
73 <td><a href="eric7.Project.IdlCompilerDefineNameDialog.html">IdlCompilerDefineNameDialog</a></td> |
|
74 <td>Module implementing a dialog to enter the name-value pair to define a variable for the IDL compiler.</td> |
|
75 </tr> |
|
76 <tr> |
|
77 <td><a href="eric7.Project.IdlCompilerOptionsDialog.html">IdlCompilerOptionsDialog</a></td> |
|
78 <td>Module implementing a dialog to enter some IDL compiler options.</td> |
|
79 </tr> |
|
80 <tr> |
|
81 <td><a href="eric7.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> |
|
82 <td>Module implementing a dialog to enter lexer associations for the project.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="eric7.Project.MakePropertiesDialog.html">MakePropertiesDialog</a></td> |
|
86 <td>Module implementing a dialog to enter the properties for 'make'.</td> |
|
87 </tr> |
|
88 <tr> |
|
89 <td><a href="eric7.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td> |
|
90 <td>Module implementing a dialog to enter the data for a new dialog class file.</td> |
|
91 </tr> |
|
92 <tr> |
|
93 <td><a href="eric7.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td> |
|
94 <td>Module implementing a dialog to add a new Python package.</td> |
|
95 </tr> |
|
96 <tr> |
|
97 <td><a href="eric7.Project.Project.html">Project</a></td> |
|
98 <td>Module implementing the project management functionality.</td> |
|
99 </tr> |
|
100 <tr> |
|
101 <td><a href="eric7.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td> |
|
102 <td>Module implementing the baseclass for the various project browsers.</td> |
|
103 </tr> |
|
104 <tr> |
|
105 <td><a href="eric7.Project.ProjectBrowser.html">ProjectBrowser</a></td> |
|
106 <td>Module implementing the project browser part of the eric UI.</td> |
|
107 </tr> |
|
108 <tr> |
|
109 <td><a href="eric7.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td> |
|
110 <td>Module defining the project browser flags.</td> |
|
111 </tr> |
|
112 <tr> |
|
113 <td><a href="eric7.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td> |
|
114 <td>Module implementing the browser model.</td> |
|
115 </tr> |
|
116 <tr> |
|
117 <td><a href="eric7.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td> |
|
118 <td>Module implementing the browser sort filter proxy model.</td> |
|
119 </tr> |
|
120 <tr> |
|
121 <td><a href="eric7.Project.ProjectFile.html">ProjectFile</a></td> |
|
122 <td>Module implementing a class representing the project JSON file.</td> |
|
123 </tr> |
|
124 <tr> |
|
125 <td><a href="eric7.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td> |
|
126 <td>Module implementing a class used to display the forms part of the project.</td> |
|
127 </tr> |
|
128 <tr> |
|
129 <td><a href="eric7.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td> |
|
130 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td> |
|
131 </tr> |
|
132 <tr> |
|
133 <td><a href="eric7.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td> |
|
134 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td> |
|
135 </tr> |
|
136 <tr> |
|
137 <td><a href="eric7.Project.ProjectProtocolsBrowser.html">ProjectProtocolsBrowser</a></td> |
|
138 <td>Module implementing the a class used to display the protocols (protobuf) part of the project.</td> |
|
139 </tr> |
|
140 <tr> |
|
141 <td><a href="eric7.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td> |
|
142 <td>Module implementing a class used to display the resources part of the project.</td> |
|
143 </tr> |
|
144 <tr> |
|
145 <td><a href="eric7.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td> |
|
146 <td>Module implementing a class used to display the Sources part of the project.</td> |
|
147 </tr> |
|
148 <tr> |
|
149 <td><a href="eric7.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td> |
|
150 <td>Module implementing a class used to display the translations part of the project.</td> |
|
151 </tr> |
|
152 <tr> |
|
153 <td><a href="eric7.Project.PropertiesDialog.html">PropertiesDialog</a></td> |
|
154 <td>Module implementing the project properties dialog.</td> |
|
155 </tr> |
|
156 <tr> |
|
157 <td><a href="eric7.Project.QuickFindFileDialog.html">QuickFindFileDialog</a></td> |
|
158 <td>Module implementing a quick search for files.</td> |
|
159 </tr> |
|
160 <tr> |
|
161 <td><a href="eric7.Project.RccCompilerOptionsDialog.html">RccCompilerOptionsDialog</a></td> |
|
162 <td>Module implementing a dialog to enter some non-common rcc compiler options.</td> |
|
163 </tr> |
|
164 <tr> |
|
165 <td><a href="eric7.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td> |
|
166 <td>Module implementing the Spelling Properties dialog.</td> |
|
167 </tr> |
|
168 <tr> |
|
169 <td><a href="eric7.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td> |
|
170 <td>Module implementing the Translations Properties dialog.</td> |
|
171 </tr> |
|
172 <tr> |
|
173 <td><a href="eric7.Project.UicCompilerOptionsDialog.html">UicCompilerOptionsDialog</a></td> |
|
174 <td>Module implementing a dialog to enter some non-common uic compiler options.</td> |
|
175 </tr> |
|
176 <tr> |
|
177 <td><a href="eric7.Project.UicLoadUi5.html">UicLoadUi5</a></td> |
|
178 <td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td> |
|
179 </tr> |
|
180 <tr> |
|
181 <td><a href="eric7.Project.UicLoadUi6.html">UicLoadUi6</a></td> |
|
182 <td>Module to get the object name, class name or signatures of a Qt form (*.ui).</td> |
|
183 </tr> |
|
184 <tr> |
|
185 <td><a href="eric7.Project.UserProjectFile.html">UserProjectFile</a></td> |
|
186 <td>Module implementing a class representing the user project JSON file.</td> |
|
187 </tr> |
|
188 <tr> |
|
189 <td><a href="eric7.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td> |
|
190 <td>Module implementing the user specific project properties dialog.</td> |
|
191 </tr> |
|
192 </table> |
|
193 </body></html> |