src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html

branch
eric7
changeset 10411
f9dedceca6c9
parent 9971
773ad1f1ed22
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html	Fri Dec 15 15:28:54 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html	Fri Dec 15 15:30:12 2023 +0100
@@ -59,12 +59,16 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#AddProjectDialog.__getFileName">__getFileName</a></td>
+<td>Private method to get the file name of the project file.</td>
+</tr>
+<tr>
 <td><a href="#AddProjectDialog.__updateUi">__updateUi</a></td>
 <td>Private method to update the dialog.</td>
 </tr>
 <tr>
-<td><a href="#AddProjectDialog.getData">getData</a></td>
-<td>Public slot to retrieve the dialogs data.</td>
+<td><a href="#AddProjectDialog.getProjectMetadata">getProjectMetadata</a></td>
+<td>Public method to get the entered project metadata.</td>
 </tr>
 <tr>
 <td><a href="#AddProjectDialog.on_filenamePicker_textChanged">on_filenamePicker_textChanged</a></td>
@@ -98,9 +102,9 @@
 <dd>
 start directory for the selection dialog
 </dd>
-<dt><i>project</i> (dict)</dt>
+<dt><i>project</i> (MultiProjectProjectMeta)</dt>
 <dd>
-dictionary containing project data
+dictionary containing project metadata
 </dd>
 <dt><i>categories</i> (list of str)</dt>
 <dd>
@@ -111,6 +115,25 @@
 category to be preset
 </dd>
 </dl>
+<a NAME="AddProjectDialog.__getFileName" ID="AddProjectDialog.__getFileName"></a>
+<h4>AddProjectDialog.__getFileName</h4>
+<b>__getFileName</b>(<i></i>)
+
+<p>
+        Private method to get the file name of the project file.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+project file name
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="AddProjectDialog.__updateUi" ID="AddProjectDialog.__updateUi"></a>
 <h4>AddProjectDialog.__updateUi</h4>
 <b>__updateUi</b>(<i></i>)
@@ -118,25 +141,23 @@
 <p>
         Private method to update the dialog.
 </p>
-<a NAME="AddProjectDialog.getData" ID="AddProjectDialog.getData"></a>
-<h4>AddProjectDialog.getData</h4>
-<b>getData</b>(<i></i>)
+<a NAME="AddProjectDialog.getProjectMetadata" ID="AddProjectDialog.getProjectMetadata"></a>
+<h4>AddProjectDialog.getProjectMetadata</h4>
+<b>getProjectMetadata</b>(<i></i>)
 
 <p>
-        Public slot to retrieve the dialogs data.
+        Public method to get the entered project metadata.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of five values giving the project name, the name of the project
-            file, a flag telling whether the project shall be the main project, a short
-            description for the project and the project category
+project metadata iaw. the entered values
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of (str, str, bool, str, str)
+MultiProjectProjectMeta
 </dd>
 </dl>
 <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a>

eric ide

mercurial