Documentation/Source/eric5.IconEditor.IconEditorWindow.html

changeset 2808
ea2b71538de1
parent 2387
2d119e79ab54
child 2966
f85f686981ad
equal deleted inserted replaced
2807:73c38615aced 2808:ea2b71538de1
172 <td>Protected method handling events.</td> 172 <td>Protected method handling events.</td>
173 </tr><tr> 173 </tr><tr>
174 <td><a href="#IconEditorWindow.gestureEvent">gestureEvent</a></td> 174 <td><a href="#IconEditorWindow.gestureEvent">gestureEvent</a></td>
175 <td>Protected method handling gesture events.</td> 175 <td>Protected method handling gesture events.</td>
176 </tr><tr> 176 </tr><tr>
177 <td><a href="#IconEditorWindow.setRecentPaths">setRecentPaths</a></td>
178 <td>Public method to set the last open and save paths.</td>
179 </tr><tr>
177 <td><a href="#IconEditorWindow.wheelEvent">wheelEvent</a></td> 180 <td><a href="#IconEditorWindow.wheelEvent">wheelEvent</a></td>
178 <td>Protected method to handle wheel events.</td> 181 <td>Protected method to handle wheel events.</td>
179 </tr> 182 </tr>
180 </table> 183 </table>
181 <h3>Static Methods</h3> 184 <h3>Static Methods</h3>
182 <table> 185 <table>
183 <tr><td>None</td></tr> 186 <tr><td>None</td></tr>
184 </table> 187 </table>
185 <a NAME="IconEditorWindow.__init__" ID="IconEditorWindow.__init__"></a> 188 <a NAME="IconEditorWindow.__init__" ID="IconEditorWindow.__init__"></a>
186 <h4>IconEditorWindow (Constructor)</h4> 189 <h4>IconEditorWindow (Constructor)</h4>
187 <b>IconEditorWindow</b>(<i>fileName="", parent=None, fromEric=False, initShortcutsOnly=False</i>) 190 <b>IconEditorWindow</b>(<i>fileName="", parent=None, fromEric=False, initShortcutsOnly=False, project=None</i>)
188 <p> 191 <p>
189 Constructor 192 Constructor
190 </p><dl> 193 </p><dl>
191 <dt><i>fileName</i></dt> 194 <dt><i>fileName</i></dt>
192 <dd> 195 <dd>
200 eric5 (boolean) 203 eric5 (boolean)
201 </dd><dt><i>initShortcutsOnly=</i></dt> 204 </dd><dt><i>initShortcutsOnly=</i></dt>
202 <dd> 205 <dd>
203 flag indicating to just initialize the keyboard 206 flag indicating to just initialize the keyboard
204 shortcuts (boolean) 207 shortcuts (boolean)
208 </dd><dt><i>project=</i></dt>
209 <dd>
210 reference to the project object (Project)
205 </dd> 211 </dd>
206 </dl><a NAME="IconEditorWindow.__about" ID="IconEditorWindow.__about"></a> 212 </dl><a NAME="IconEditorWindow.__about" ID="IconEditorWindow.__about"></a>
207 <h4>IconEditorWindow.__about</h4> 213 <h4>IconEditorWindow.__about</h4>
208 <b>__about</b>(<i></i>) 214 <b>__about</b>(<i></i>)
209 <p> 215 <p>
459 </p><dl> 465 </p><dl>
460 <dt><i>evt</i></dt> 466 <dt><i>evt</i></dt>
461 <dd> 467 <dd>
462 reference to the gesture event (QGestureEvent 468 reference to the gesture event (QGestureEvent
463 </dd> 469 </dd>
470 </dl><a NAME="IconEditorWindow.setRecentPaths" ID="IconEditorWindow.setRecentPaths"></a>
471 <h4>IconEditorWindow.setRecentPaths</h4>
472 <b>setRecentPaths</b>(<i>openPath, savePath</i>)
473 <p>
474 Public method to set the last open and save paths.
475 </p><dl>
476 <dt><i>openPath</i></dt>
477 <dd>
478 least recently used open path (string)
479 </dd><dt><i>savePath</i></dt>
480 <dd>
481 least recently used save path (string)
482 </dd>
464 </dl><a NAME="IconEditorWindow.wheelEvent" ID="IconEditorWindow.wheelEvent"></a> 483 </dl><a NAME="IconEditorWindow.wheelEvent" ID="IconEditorWindow.wheelEvent"></a>
465 <h4>IconEditorWindow.wheelEvent</h4> 484 <h4>IconEditorWindow.wheelEvent</h4>
466 <b>wheelEvent</b>(<i>evt</i>) 485 <b>wheelEvent</b>(<i>evt</i>)
467 <p> 486 <p>
468 Protected method to handle wheel events. 487 Protected method to handle wheel events.

eric ide

mercurial