Regenerated source docu.

Fri, 19 Jul 2013 19:28:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 19 Jul 2013 19:28:37 +0200
changeset 2808
ea2b71538de1
parent 2807
73c38615aced
child 2810
fe551b27f62e

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.IconEditor.IconEditorWindow.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Fri Jul 19 19:26:12 2013 +0200
+++ b/APIs/Python3/eric5.api	Fri Jul 19 19:28:37 2013 +0200
@@ -3353,9 +3353,10 @@
 eric5.IconEditor.IconEditorWindow.IconEditorWindow.editorClosed?7
 eric5.IconEditor.IconEditorWindow.IconEditorWindow.event?4(evt)
 eric5.IconEditor.IconEditorWindow.IconEditorWindow.gestureEvent?4(evt)
+eric5.IconEditor.IconEditorWindow.IconEditorWindow.setRecentPaths?4(openPath, savePath)
 eric5.IconEditor.IconEditorWindow.IconEditorWindow.wheelEvent?4(evt)
 eric5.IconEditor.IconEditorWindow.IconEditorWindow.windows?7
-eric5.IconEditor.IconEditorWindow.IconEditorWindow?1(fileName="", parent=None, fromEric=False, initShortcutsOnly=False)
+eric5.IconEditor.IconEditorWindow.IconEditorWindow?1(fileName="", parent=None, fromEric=False, initShortcutsOnly=False, project=None)
 eric5.IconEditor.IconSizeDialog.IconSizeDialog.getData?4()
 eric5.IconEditor.IconSizeDialog.IconSizeDialog?1(width, height, parent=None)
 eric5.IconEditor.cursors.cursors_rc.qCleanupResources?4()
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Fri Jul 19 19:26:12 2013 +0200
+++ b/Documentation/Help/source.qhp	Fri Jul 19 19:28:37 2013 +0200
@@ -6477,6 +6477,7 @@
       <keyword name="IconEditorWindow.closeEvent" id="IconEditorWindow.closeEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.closeEvent" />
       <keyword name="IconEditorWindow.event" id="IconEditorWindow.event" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.event" />
       <keyword name="IconEditorWindow.gestureEvent" id="IconEditorWindow.gestureEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.gestureEvent" />
+      <keyword name="IconEditorWindow.setRecentPaths" id="IconEditorWindow.setRecentPaths" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.setRecentPaths" />
       <keyword name="IconEditorWindow.wheelEvent" id="IconEditorWindow.wheelEvent" ref="eric5.IconEditor.IconEditorWindow.html#IconEditorWindow.wheelEvent" />
       <keyword name="IconSizeDialog" id="IconSizeDialog" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog" />
       <keyword name="IconSizeDialog (Constructor)" id="IconSizeDialog (Constructor)" ref="eric5.IconEditor.IconSizeDialog.html#IconSizeDialog.__init__" />
--- a/Documentation/Source/eric5.IconEditor.IconEditorWindow.html	Fri Jul 19 19:26:12 2013 +0200
+++ b/Documentation/Source/eric5.IconEditor.IconEditorWindow.html	Fri Jul 19 19:28:37 2013 +0200
@@ -174,6 +174,9 @@
 <td><a href="#IconEditorWindow.gestureEvent">gestureEvent</a></td>
 <td>Protected method handling gesture events.</td>
 </tr><tr>
+<td><a href="#IconEditorWindow.setRecentPaths">setRecentPaths</a></td>
+<td>Public method to set the last open and save paths.</td>
+</tr><tr>
 <td><a href="#IconEditorWindow.wheelEvent">wheelEvent</a></td>
 <td>Protected method to handle wheel events.</td>
 </tr>
@@ -184,7 +187,7 @@
 </table>
 <a NAME="IconEditorWindow.__init__" ID="IconEditorWindow.__init__"></a>
 <h4>IconEditorWindow (Constructor)</h4>
-<b>IconEditorWindow</b>(<i>fileName="", parent=None, fromEric=False, initShortcutsOnly=False</i>)
+<b>IconEditorWindow</b>(<i>fileName="", parent=None, fromEric=False, initShortcutsOnly=False, project=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -202,6 +205,9 @@
 <dd>
 flag indicating to just initialize the keyboard
             shortcuts (boolean)
+</dd><dt><i>project=</i></dt>
+<dd>
+reference to the project object (Project)
 </dd>
 </dl><a NAME="IconEditorWindow.__about" ID="IconEditorWindow.__about"></a>
 <h4>IconEditorWindow.__about</h4>
@@ -461,6 +467,19 @@
 <dd>
 reference to the gesture event (QGestureEvent
 </dd>
+</dl><a NAME="IconEditorWindow.setRecentPaths" ID="IconEditorWindow.setRecentPaths"></a>
+<h4>IconEditorWindow.setRecentPaths</h4>
+<b>setRecentPaths</b>(<i>openPath, savePath</i>)
+<p>
+        Public method to set the last open and save paths.
+</p><dl>
+<dt><i>openPath</i></dt>
+<dd>
+least recently used open path (string)
+</dd><dt><i>savePath</i></dt>
+<dd>
+least recently used save path (string)
+</dd>
 </dl><a NAME="IconEditorWindow.wheelEvent" ID="IconEditorWindow.wheelEvent"></a>
 <h4>IconEditorWindow.wheelEvent</h4>
 <b>wheelEvent</b>(<i>evt</i>)

eric ide

mercurial