Documentation/Source/index-eric6.Project.html

Thu, 18 Oct 2018 18:53:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 18 Oct 2018 18:53:23 +0200
changeset 6550
7c20da9a480a
parent 6447
6d85c56508e7
child 6597
dc668f774d3d
permissions
-rw-r--r--

Updated source docu.

<!DOCTYPE html>
<html><head>
<title>eric6.Project</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric6.Project</h1>
<p>
Package implementing the project management module of eric6.
</p><p>
The project management module consists of the main part, which is
used for reading and writing of eric4, eric5 and eric6 project files
(*.e4p) and for performing all operations on the project. It is
accompanied by various UI related modules implementing different dialogs
and a tabbed tree browser for the display of files belonging to the
current project as well as the project model related modules.
</p>


<h3>Modules</h3>
<table>
<tr>
<td><a href="eric6.Project.AddDirectoryDialog.html">AddDirectoryDialog</a></td>
<td>Module implementing a dialog to add files of a directory to the project.</td>
</tr><tr>
<td><a href="eric6.Project.AddFileDialog.html">AddFileDialog</a></td>
<td>Module implementing a dialog to add a file to the project.</td>
</tr><tr>
<td><a href="eric6.Project.AddFoundFilesDialog.html">AddFoundFilesDialog</a></td>
<td>Module implementing a dialog to show the found files to the user.</td>
</tr><tr>
<td><a href="eric6.Project.AddLanguageDialog.html">AddLanguageDialog</a></td>
<td>Module implementing a dialog to add a new language to the project.</td>
</tr><tr>
<td><a href="eric6.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td>
<td>Module implementing a dialog to generate code for a Qt4/Qt5 dialog.</td>
</tr><tr>
<td><a href="eric6.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td>
<td>Module implementing a dialog for entering project specific debugger settings.</td>
</tr><tr>
<td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td>
<td>Module implementing a dialog to enter filetype associations for the project.</td>
</tr><tr>
<td><a href="eric6.Project.IdlCompilerDefineNameDialog.html">IdlCompilerDefineNameDialog</a></td>
<td>Module implementing a dialog to enter the name-value pair to define a variable for the IDL compiler.</td>
</tr><tr>
<td><a href="eric6.Project.IdlCompilerOptionsDialog.html">IdlCompilerOptionsDialog</a></td>
<td>Module implementing a dialog to enter some IDL compiler options.</td>
</tr><tr>
<td><a href="eric6.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td>
<td>Module implementing a dialog to enter lexer associations for the project.</td>
</tr><tr>
<td><a href="eric6.Project.MakePropertiesDialog.html">MakePropertiesDialog</a></td>
<td>Module implementing a dialog to enter the properties for 'make'.</td>
</tr><tr>
<td><a href="eric6.Project.NewDialogClassDialog.html">NewDialogClassDialog</a></td>
<td>Module implementing a dialog to enter the data for a new dialog class file.</td>
</tr><tr>
<td><a href="eric6.Project.NewPythonPackageDialog.html">NewPythonPackageDialog</a></td>
<td>Module implementing a dialog to add a new Python package.</td>
</tr><tr>
<td><a href="eric6.Project.Project.html">Project</a></td>
<td>Module implementing the project management functionality.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectBaseBrowser.html">ProjectBaseBrowser</a></td>
<td>Module implementing the baseclass for the various project browsers.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectBrowser.html">ProjectBrowser</a></td>
<td>Module implementing the project browser part of the eric6 UI.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectBrowserFlags.html">ProjectBrowserFlags</a></td>
<td>Module defining the project browser flags.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectBrowserModel.html">ProjectBrowserModel</a></td>
<td>Module implementing the browser model.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectBrowserSortFilterProxyModel.html">ProjectBrowserSortFilterProxyModel</a></td>
<td>Module implementing the browser sort filter proxy model.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectFormsBrowser.html">ProjectFormsBrowser</a></td>
<td>Module implementing a class used to display the forms part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectInterfacesBrowser.html">ProjectInterfacesBrowser</a></td>
<td>Module implementing the a class used to display the interfaces (IDL) part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectOthersBrowser.html">ProjectOthersBrowser</a></td>
<td>Module implementing a class used to display the parts of the project, that don't fit the other categories.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectProtocolsBrowser.html">ProjectProtocolsBrowser</a></td>
<td>Module implementing the a class used to display the protocols (protobuf) part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectResourcesBrowser.html">ProjectResourcesBrowser</a></td>
<td>Module implementing a class used to display the resources part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectSourcesBrowser.html">ProjectSourcesBrowser</a></td>
<td>Module implementing a class used to display the Sources part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.ProjectTranslationsBrowser.html">ProjectTranslationsBrowser</a></td>
<td>Module implementing a class used to display the translations part of the project.</td>
</tr><tr>
<td><a href="eric6.Project.PropertiesDialog.html">PropertiesDialog</a></td>
<td>Module implementing the project properties dialog.</td>
</tr><tr>
<td><a href="eric6.Project.QuickFindFileDialog.html">QuickFindFileDialog</a></td>
<td>Module implementing a quick search for files.</td>
</tr><tr>
<td><a href="eric6.Project.SpellingPropertiesDialog.html">SpellingPropertiesDialog</a></td>
<td>Module implementing the Spelling Properties dialog.</td>
</tr><tr>
<td><a href="eric6.Project.TranslationPropertiesDialog.html">TranslationPropertiesDialog</a></td>
<td>Module implementing the Translations Properties dialog.</td>
</tr><tr>
<td><a href="eric6.Project.UicLoadUi.html">UicLoadUi</a></td>
<td>Module to get sys.path of an external interpreter.</td>
</tr><tr>
<td><a href="eric6.Project.UserPropertiesDialog.html">UserPropertiesDialog</a></td>
<td>Module implementing the user specific project properties dialog.</td>
</tr>
</table>
</body></html>

eric ide

mercurial