Regenerated source docu. 5_3_x

Sat, 29 Jun 2013 13:02:02 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Jun 2013 13:02:02 +0200
branch
5_3_x
changeset 2757
7d268d994d09
parent 2756
6c0eeb003aac
child 2760
79aa3d4f2216

Regenerated source docu.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.UI.FindFileNameDialog.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sat Jun 29 12:48:13 2013 +0200
+++ b/APIs/Python3/eric5.api	Sat Jun 29 13:02:02 2013 +0200
@@ -7514,6 +7514,7 @@
 eric5.UI.FindFileNameDialog.FindFileNameDialog.designerFile?7
 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_buttonBox_clicked?4(button)
 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileExtEdit_textChanged?4(text)
+eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileList_currentItemChanged?4(current, previous)
 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileList_itemActivated?4(itm, column)
 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_fileNameEdit_textChanged?4(text)
 eric5.UI.FindFileNameDialog.FindFileNameDialog.on_projectCheckBox_toggled?4(checked)
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Jun 29 12:48:13 2013 +0200
+++ b/Documentation/Help/source.qhp	Sat Jun 29 13:02:02 2013 +0200
@@ -4570,6 +4570,7 @@
       <keyword name="FindFileNameDialog.checkStop" id="FindFileNameDialog.checkStop" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.checkStop" />
       <keyword name="FindFileNameDialog.on_buttonBox_clicked" id="FindFileNameDialog.on_buttonBox_clicked" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_buttonBox_clicked" />
       <keyword name="FindFileNameDialog.on_fileExtEdit_textChanged" id="FindFileNameDialog.on_fileExtEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileExtEdit_textChanged" />
+      <keyword name="FindFileNameDialog.on_fileList_currentItemChanged" id="FindFileNameDialog.on_fileList_currentItemChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_currentItemChanged" />
       <keyword name="FindFileNameDialog.on_fileList_itemActivated" id="FindFileNameDialog.on_fileList_itemActivated" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileList_itemActivated" />
       <keyword name="FindFileNameDialog.on_fileNameEdit_textChanged" id="FindFileNameDialog.on_fileNameEdit_textChanged" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_fileNameEdit_textChanged" />
       <keyword name="FindFileNameDialog.on_projectCheckBox_toggled" id="FindFileNameDialog.on_projectCheckBox_toggled" ref="eric5.UI.FindFileNameDialog.html#FindFileNameDialog.on_projectCheckBox_toggled" />
--- a/Documentation/Source/eric5.UI.FindFileNameDialog.html	Sat Jun 29 12:48:13 2013 +0200
+++ b/Documentation/Source/eric5.UI.FindFileNameDialog.html	Sat Jun 29 13:02:02 2013 +0200
@@ -88,6 +88,9 @@
 <td><a href="#FindFileNameDialog.on_fileExtEdit_textChanged">on_fileExtEdit_textChanged</a></td>
 <td>Private slot to handle the textChanged signal of the file extension edit.</td>
 </tr><tr>
+<td><a href="#FindFileNameDialog.on_fileList_currentItemChanged">on_fileList_currentItemChanged</a></td>
+<td>Private slot handling a change of the current item.</td>
+</tr><tr>
 <td><a href="#FindFileNameDialog.on_fileList_itemActivated">on_fileList_itemActivated</a></td>
 <td>Private slot to handle the double click on a file item.</td>
 </tr><tr>
@@ -132,13 +135,18 @@
 </dd>
 </dl><a NAME="FindFileNameDialog.__openFile" ID="FindFileNameDialog.__openFile"></a>
 <h4>FindFileNameDialog.__openFile</h4>
-<b>__openFile</b>(<i></i>)
+<b>__openFile</b>(<i>itm=None</i>)
 <p>
         Private slot to open a file.
 </p><p>
-        It emits the signal
-        sourceFile or designerFile depending on the file extension.
-</p><a NAME="FindFileNameDialog.__searchFile" ID="FindFileNameDialog.__searchFile"></a>
+        It emits the signal sourceFile or designerFile depending on the
+        file extension.
+</p><dl>
+<dt><i>itm</i></dt>
+<dd>
+item to be opened (QTreeWidgetItem)
+</dd>
+</dl><a NAME="FindFileNameDialog.__searchFile" ID="FindFileNameDialog.__searchFile"></a>
 <h4>FindFileNameDialog.__searchFile</h4>
 <b>__searchFile</b>(<i></i>)
 <p>
@@ -173,14 +181,27 @@
 <dd>
 (ignored)
 </dd>
+</dl><a NAME="FindFileNameDialog.on_fileList_currentItemChanged" ID="FindFileNameDialog.on_fileList_currentItemChanged"></a>
+<h4>FindFileNameDialog.on_fileList_currentItemChanged</h4>
+<b>on_fileList_currentItemChanged</b>(<i>current, previous</i>)
+<p>
+        Private slot handling a change of the current item.
+</p><dl>
+<dt><i>current</i></dt>
+<dd>
+current item (QTreeWidgetItem)
+</dd><dt><i>previous</i></dt>
+<dd>
+prevoius current item (QTreeWidgetItem)
+</dd>
 </dl><a NAME="FindFileNameDialog.on_fileList_itemActivated" ID="FindFileNameDialog.on_fileList_itemActivated"></a>
 <h4>FindFileNameDialog.on_fileList_itemActivated</h4>
 <b>on_fileList_itemActivated</b>(<i>itm, column</i>)
 <p>
         Private slot to handle the double click on a file item.
 </p><p>
-        It emits the signal
-        sourceFile or designerFile depending on the file extension.
+        It emits the signal sourceFile or designerFile depending on the
+        file extension.
 </p><dl>
 <dt><i>itm</i></dt>
 <dd>

eric ide

mercurial