Documentation/Source/index-eric4.Project.html

changeset 3
0d9daebf5b8c
equal deleted inserted replaced
2:bc6196164237 3:0d9daebf5b8c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric4.Project</title>
6 <style>
7 body {
8 background:white;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #4FA4FF; }
14 h2 { color: white; background: #4FA4FF; }
15 h3 { color: white; background: #00557F; }
16 h4 { color: white; background: #00557F; }
17
18 a { color: #AA5500; }
19
20 </style>
21 </head>
22 <body>
23 <h1>eric4.Project</h1>
24 <p>
25 Package implementing the project management module of eric4.
26 </p><p>
27 The project management module consists of the main part, which is
28 used for reading and writing of eric4 project files (*.e4p *.e4pz) and
29 for performing all operations on the project. It is accompanied by
30 various UI related modules implementing different dialogs and a tabbed
31 tree browser for the display of files belonging to the current project
32 as well as the project model related modules.
33 </p>
34
35
36 <h3>Modules</h3>
37 <table>
38 <tr>
39 <td><a href="eric4.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td>
40 <td>Module implementing a dialog to add files of a directory to the project.</td>
41 </tr><tr>
42 <td><a href="eric4.Project.AddFileDialog.html">AddFileDialog</a></td>
43 <td>Module implementing a dialog to add a file to the project.</td>
44 </tr><tr>
45 <td><a href="eric4.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td>
46 <td>Module implementing a dialog to show the found files to the user.</td>
47 </tr><tr>
48 <td><a href="eric4.Project.AddLanguageDialog.html">AddLanguageDialog</a></td>
49 <td>Module implementing a dialog to add a new language to the project.</td>
50 </tr><tr>
51 <td><a href="eric4.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td>
52 <td>Module implementing a dialog to generate code for a Qt4 dialog.</td>
53 </tr><tr>
54 <td><a href="eric4.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td>
55 <td>Module implementing a dialog for entering project specific debugger settings.</td>
56 </tr><tr>
57 <td><a href="eric4.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td>
58 <td>Module implementing a dialog to enter filetype associations for the project.</td>
59 </tr><tr>
60 <td><a href="eric4.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td>
61 <td>Module implementing a dialog to enter lexer associations for the project.</td>
62 </tr><tr>
63 <td><a href="eric4.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td>
64 <td>Module implementing a dialog to ente the data for a new dialog class file.</td>
65 </tr><tr>
66 <td><a href="eric4.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td>
67 <td>Module implementing a dialog to add a new Python package.</td>
68 </tr><tr>
69 <td><a href="eric4.Project.Project.html">Project</a></td>
70 <td>Module implementing the project management functionality.</td>
71 </tr><tr>
72 <td><a href="eric4.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td>
73 <td>Module implementing the baseclass for the various project browsers.</td>
74 </tr><tr>
75 <td><a href="eric4.Project.ProjectBrowser.html">ProjectBrowser</a></td>
76 <td>Module implementing the project browser part of the eric4 UI.</td>
77 </tr><tr>
78 <td><a href="eric4.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td>
79 <td>Module defining the project browser flags.</td>
80 </tr><tr>
81 <td><a href="eric4.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td>
82 <td>Module implementing the browser model.</td>
83 </tr><tr>
84 <td><a href="eric4.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td>
85 <td>Module implementing the browser sort filter proxy model.</td>
86 </tr><tr>
87 <td><a href="eric4.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td>
88 <td>Module implementing a class used to display the forms part of the project.</td>
89 </tr><tr>
90 <td><a href="eric4.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td>
91 <td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td>
92 </tr><tr>
93 <td><a href="eric4.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td>
94 <td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td>
95 </tr><tr>
96 <td><a href="eric4.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td>
97 <td>Module implementing a class used to display the resources part of the project.</td>
98 </tr><tr>
99 <td><a href="eric4.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td>
100 <td>Module implementing a class used to display the Sources part of the project.</td>
101 </tr><tr>
102 <td><a href="eric4.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td>
103 <td>Module implementing a class used to display the translations part of the project.</td>
104 </tr><tr>
105 <td><a href="eric4.Project.PropertiesDialog.html">PropertiesDialog</a></td>
106 <td>Module implementing the project properties dialog.</td>
107 </tr><tr>
108 <td><a href="eric4.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td>
109 <td>Module implementing the Spelling Properties dialog.</td>
110 </tr><tr>
111 <td><a href="eric4.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td>
112 <td>Module implementing the Translations Properties dialog.</td>
113 </tr><tr>
114 <td><a href="eric4.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td>
115 <td>Module implementing the user specific project properties dialog.</td>
116 </tr>
117 </table>
118 </body></html>

eric ide

mercurial