diff -r 73c38615aced -r ea2b71538de1 Documentation/Source/eric5.IconEditor.IconEditorWindow.html --- 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>)