eric7/Documentation/Source/eric7.IconEditor.IconEditorWindow.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.IconEditor.IconEditorWindow</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.IconEditor.IconEditorWindow</h1>
24
25 <p>
26 Module implementing the icon editor main window.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#IconEditorWindow">IconEditorWindow</a></td>
39 <td>Class implementing the web browser main window.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="IconEditorWindow" ID="IconEditorWindow"></a>
50 <h2>IconEditorWindow</h2>
51
52 <p>
53 Class implementing the web browser main window.
54 </p>
55 <h3>Signals</h3>
56 <dl>
57
58 <dt>editorClosed()</dt>
59 <dd>
60 emitted after the window was requested to close down
61 </dd>
62 </dl>
63 <h3>Derived from</h3>
64 EricMainWindow
65 <h3>Class Attributes</h3>
66
67 <table>
68 <tr><td>windows</td></tr>
69 </table>
70 <h3>Class Methods</h3>
71
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75 <h3>Methods</h3>
76
77 <table>
78
79 <tr>
80 <td><a href="#IconEditorWindow.__init__">IconEditorWindow</a></td>
81 <td>Constructor</td>
82 </tr>
83 <tr>
84 <td><a href="#IconEditorWindow.__about">__about</a></td>
85 <td>Private slot to show a little About message.</td>
86 </tr>
87 <tr>
88 <td><a href="#IconEditorWindow.__aboutQt">__aboutQt</a></td>
89 <td>Private slot to handle the About Qt dialog.</td>
90 </tr>
91 <tr>
92 <td><a href="#IconEditorWindow.__checkActions">__checkActions</a></td>
93 <td>Private slot to check some actions for their enable/disable status.</td>
94 </tr>
95 <tr>
96 <td><a href="#IconEditorWindow.__closeAll">__closeAll</a></td>
97 <td>Private slot to close all windows.</td>
98 </tr>
99 <tr>
100 <td><a href="#IconEditorWindow.__closeOthers">__closeOthers</a></td>
101 <td>Private slot to close all other windows.</td>
102 </tr>
103 <tr>
104 <td><a href="#IconEditorWindow.__createPaletteDock">__createPaletteDock</a></td>
105 <td>Private method to initialize the palette dock widget.</td>
106 </tr>
107 <tr>
108 <td><a href="#IconEditorWindow.__createStatusBar">__createStatusBar</a></td>
109 <td>Private method to initialize the status bar.</td>
110 </tr>
111 <tr>
112 <td><a href="#IconEditorWindow.__initActions">__initActions</a></td>
113 <td>Private method to define the user interface actions.</td>
114 </tr>
115 <tr>
116 <td><a href="#IconEditorWindow.__initEditActions">__initEditActions</a></td>
117 <td>Private method to create the Edit actions.</td>
118 </tr>
119 <tr>
120 <td><a href="#IconEditorWindow.__initFileActions">__initFileActions</a></td>
121 <td>Private method to define the file related user interface actions.</td>
122 </tr>
123 <tr>
124 <td><a href="#IconEditorWindow.__initFileFilters">__initFileFilters</a></td>
125 <td>Private method to define the supported image file filters.</td>
126 </tr>
127 <tr>
128 <td><a href="#IconEditorWindow.__initHelpActions">__initHelpActions</a></td>
129 <td>Private method to create the Help actions.</td>
130 </tr>
131 <tr>
132 <td><a href="#IconEditorWindow.__initMenus">__initMenus</a></td>
133 <td>Private method to create the menus.</td>
134 </tr>
135 <tr>
136 <td><a href="#IconEditorWindow.__initToolbars">__initToolbars</a></td>
137 <td>Private method to create the toolbars.</td>
138 </tr>
139 <tr>
140 <td><a href="#IconEditorWindow.__initToolsActions">__initToolsActions</a></td>
141 <td>Private method to create the View actions.</td>
142 </tr>
143 <tr>
144 <td><a href="#IconEditorWindow.__initViewActions">__initViewActions</a></td>
145 <td>Private method to create the View actions.</td>
146 </tr>
147 <tr>
148 <td><a href="#IconEditorWindow.__loadIconFile">__loadIconFile</a></td>
149 <td>Private method to load an icon file.</td>
150 </tr>
151 <tr>
152 <td><a href="#IconEditorWindow.__maybeSave">__maybeSave</a></td>
153 <td>Private method to ask the user to save the file, if it was modified.</td>
154 </tr>
155 <tr>
156 <td><a href="#IconEditorWindow.__modificationChanged">__modificationChanged</a></td>
157 <td>Private slot to handle the modificationChanged signal.</td>
158 </tr>
159 <tr>
160 <td><a href="#IconEditorWindow.__newIcon">__newIcon</a></td>
161 <td>Private slot to create a new icon.</td>
162 </tr>
163 <tr>
164 <td><a href="#IconEditorWindow.__newWindow">__newWindow</a></td>
165 <td>Private slot called to open a new icon editor window.</td>
166 </tr>
167 <tr>
168 <td><a href="#IconEditorWindow.__openIcon">__openIcon</a></td>
169 <td>Private slot to open an icon file.</td>
170 </tr>
171 <tr>
172 <td><a href="#IconEditorWindow.__saveIcon">__saveIcon</a></td>
173 <td>Private slot to save the icon.</td>
174 </tr>
175 <tr>
176 <td><a href="#IconEditorWindow.__saveIconAs">__saveIconAs</a></td>
177 <td>Private slot to save the icon with a new name.</td>
178 </tr>
179 <tr>
180 <td><a href="#IconEditorWindow.__saveIconFile">__saveIconFile</a></td>
181 <td>Private method to save to the given file.</td>
182 </tr>
183 <tr>
184 <td><a href="#IconEditorWindow.__setCurrentFile">__setCurrentFile</a></td>
185 <td>Private method to register the file name of the current file.</td>
186 </tr>
187 <tr>
188 <td><a href="#IconEditorWindow.__strippedName">__strippedName</a></td>
189 <td>Private method to return the filename part of the given path.</td>
190 </tr>
191 <tr>
192 <td><a href="#IconEditorWindow.__updatePosition">__updatePosition</a></td>
193 <td>Private slot to show the current cursor position.</td>
194 </tr>
195 <tr>
196 <td><a href="#IconEditorWindow.__updateSize">__updateSize</a></td>
197 <td>Private slot to show the current icon size.</td>
198 </tr>
199 <tr>
200 <td><a href="#IconEditorWindow.__updateZoom">__updateZoom</a></td>
201 <td>Private slot to show the current zoom factor.</td>
202 </tr>
203 <tr>
204 <td><a href="#IconEditorWindow.__whatsThis">__whatsThis</a></td>
205 <td>Private slot called in to enter Whats This mode.</td>
206 </tr>
207 <tr>
208 <td><a href="#IconEditorWindow.__zoomIn">__zoomIn</a></td>
209 <td>Private slot called to handle the zoom in action.</td>
210 </tr>
211 <tr>
212 <td><a href="#IconEditorWindow.__zoomOut">__zoomOut</a></td>
213 <td>Private slot called to handle the zoom out action.</td>
214 </tr>
215 <tr>
216 <td><a href="#IconEditorWindow.__zoomReset">__zoomReset</a></td>
217 <td>Private slot called to handle the zoom reset action.</td>
218 </tr>
219 <tr>
220 <td><a href="#IconEditorWindow.closeEvent">closeEvent</a></td>
221 <td>Protected event handler for the close event.</td>
222 </tr>
223 <tr>
224 <td><a href="#IconEditorWindow.event">event</a></td>
225 <td>Public method handling events.</td>
226 </tr>
227 <tr>
228 <td><a href="#IconEditorWindow.gestureEvent">gestureEvent</a></td>
229 <td>Protected method handling gesture events.</td>
230 </tr>
231 <tr>
232 <td><a href="#IconEditorWindow.setRecentPaths">setRecentPaths</a></td>
233 <td>Public method to set the last open and save paths.</td>
234 </tr>
235 <tr>
236 <td><a href="#IconEditorWindow.wheelEvent">wheelEvent</a></td>
237 <td>Protected method to handle wheel events.</td>
238 </tr>
239 </table>
240 <h3>Static Methods</h3>
241
242 <table>
243 <tr><td>None</td></tr>
244 </table>
245
246 <a NAME="IconEditorWindow.__init__" ID="IconEditorWindow.__init__"></a>
247 <h4>IconEditorWindow (Constructor)</h4>
248 <b>IconEditorWindow</b>(<i>fileName="", parent=None, fromEric=False, initShortcutsOnly=False, project=None</i>)
249
250 <p>
251 Constructor
252 </p>
253 <dl>
254
255 <dt><i>fileName</i></dt>
256 <dd>
257 name of a file to load on startup (string)
258 </dd>
259 <dt><i>parent</i></dt>
260 <dd>
261 parent widget of this window (QWidget)
262 </dd>
263 <dt><i>fromEric</i></dt>
264 <dd>
265 flag indicating whether it was called from within
266 eric (boolean)
267 </dd>
268 <dt><i>initShortcutsOnly</i></dt>
269 <dd>
270 flag indicating to just initialize the
271 keyboard shortcuts (boolean)
272 </dd>
273 <dt><i>project</i></dt>
274 <dd>
275 reference to the project object (Project)
276 </dd>
277 </dl>
278 <a NAME="IconEditorWindow.__about" ID="IconEditorWindow.__about"></a>
279 <h4>IconEditorWindow.__about</h4>
280 <b>__about</b>(<i></i>)
281
282 <p>
283 Private slot to show a little About message.
284 </p>
285 <a NAME="IconEditorWindow.__aboutQt" ID="IconEditorWindow.__aboutQt"></a>
286 <h4>IconEditorWindow.__aboutQt</h4>
287 <b>__aboutQt</b>(<i></i>)
288
289 <p>
290 Private slot to handle the About Qt dialog.
291 </p>
292 <a NAME="IconEditorWindow.__checkActions" ID="IconEditorWindow.__checkActions"></a>
293 <h4>IconEditorWindow.__checkActions</h4>
294 <b>__checkActions</b>(<i></i>)
295
296 <p>
297 Private slot to check some actions for their enable/disable status.
298 </p>
299 <a NAME="IconEditorWindow.__closeAll" ID="IconEditorWindow.__closeAll"></a>
300 <h4>IconEditorWindow.__closeAll</h4>
301 <b>__closeAll</b>(<i></i>)
302
303 <p>
304 Private slot to close all windows.
305 </p>
306 <a NAME="IconEditorWindow.__closeOthers" ID="IconEditorWindow.__closeOthers"></a>
307 <h4>IconEditorWindow.__closeOthers</h4>
308 <b>__closeOthers</b>(<i></i>)
309
310 <p>
311 Private slot to close all other windows.
312 </p>
313 <a NAME="IconEditorWindow.__createPaletteDock" ID="IconEditorWindow.__createPaletteDock"></a>
314 <h4>IconEditorWindow.__createPaletteDock</h4>
315 <b>__createPaletteDock</b>(<i></i>)
316
317 <p>
318 Private method to initialize the palette dock widget.
319 </p>
320 <a NAME="IconEditorWindow.__createStatusBar" ID="IconEditorWindow.__createStatusBar"></a>
321 <h4>IconEditorWindow.__createStatusBar</h4>
322 <b>__createStatusBar</b>(<i></i>)
323
324 <p>
325 Private method to initialize the status bar.
326 </p>
327 <a NAME="IconEditorWindow.__initActions" ID="IconEditorWindow.__initActions"></a>
328 <h4>IconEditorWindow.__initActions</h4>
329 <b>__initActions</b>(<i></i>)
330
331 <p>
332 Private method to define the user interface actions.
333 </p>
334 <a NAME="IconEditorWindow.__initEditActions" ID="IconEditorWindow.__initEditActions"></a>
335 <h4>IconEditorWindow.__initEditActions</h4>
336 <b>__initEditActions</b>(<i></i>)
337
338 <p>
339 Private method to create the Edit actions.
340 </p>
341 <a NAME="IconEditorWindow.__initFileActions" ID="IconEditorWindow.__initFileActions"></a>
342 <h4>IconEditorWindow.__initFileActions</h4>
343 <b>__initFileActions</b>(<i></i>)
344
345 <p>
346 Private method to define the file related user interface actions.
347 </p>
348 <a NAME="IconEditorWindow.__initFileFilters" ID="IconEditorWindow.__initFileFilters"></a>
349 <h4>IconEditorWindow.__initFileFilters</h4>
350 <b>__initFileFilters</b>(<i></i>)
351
352 <p>
353 Private method to define the supported image file filters.
354 </p>
355 <a NAME="IconEditorWindow.__initHelpActions" ID="IconEditorWindow.__initHelpActions"></a>
356 <h4>IconEditorWindow.__initHelpActions</h4>
357 <b>__initHelpActions</b>(<i></i>)
358
359 <p>
360 Private method to create the Help actions.
361 </p>
362 <a NAME="IconEditorWindow.__initMenus" ID="IconEditorWindow.__initMenus"></a>
363 <h4>IconEditorWindow.__initMenus</h4>
364 <b>__initMenus</b>(<i></i>)
365
366 <p>
367 Private method to create the menus.
368 </p>
369 <a NAME="IconEditorWindow.__initToolbars" ID="IconEditorWindow.__initToolbars"></a>
370 <h4>IconEditorWindow.__initToolbars</h4>
371 <b>__initToolbars</b>(<i></i>)
372
373 <p>
374 Private method to create the toolbars.
375 </p>
376 <a NAME="IconEditorWindow.__initToolsActions" ID="IconEditorWindow.__initToolsActions"></a>
377 <h4>IconEditorWindow.__initToolsActions</h4>
378 <b>__initToolsActions</b>(<i></i>)
379
380 <p>
381 Private method to create the View actions.
382 </p>
383 <a NAME="IconEditorWindow.__initViewActions" ID="IconEditorWindow.__initViewActions"></a>
384 <h4>IconEditorWindow.__initViewActions</h4>
385 <b>__initViewActions</b>(<i></i>)
386
387 <p>
388 Private method to create the View actions.
389 </p>
390 <a NAME="IconEditorWindow.__loadIconFile" ID="IconEditorWindow.__loadIconFile"></a>
391 <h4>IconEditorWindow.__loadIconFile</h4>
392 <b>__loadIconFile</b>(<i>fileName</i>)
393
394 <p>
395 Private method to load an icon file.
396 </p>
397 <dl>
398
399 <dt><i>fileName</i></dt>
400 <dd>
401 name of the icon file to load (string).
402 </dd>
403 </dl>
404 <a NAME="IconEditorWindow.__maybeSave" ID="IconEditorWindow.__maybeSave"></a>
405 <h4>IconEditorWindow.__maybeSave</h4>
406 <b>__maybeSave</b>(<i></i>)
407
408 <p>
409 Private method to ask the user to save the file, if it was modified.
410 </p>
411 <dl>
412 <dt>Return:</dt>
413 <dd>
414 flag indicating, if it is ok to continue (boolean)
415 </dd>
416 </dl>
417 <a NAME="IconEditorWindow.__modificationChanged" ID="IconEditorWindow.__modificationChanged"></a>
418 <h4>IconEditorWindow.__modificationChanged</h4>
419 <b>__modificationChanged</b>(<i>m</i>)
420
421 <p>
422 Private slot to handle the modificationChanged signal.
423 </p>
424 <dl>
425
426 <dt><i>m</i></dt>
427 <dd>
428 modification status
429 </dd>
430 </dl>
431 <a NAME="IconEditorWindow.__newIcon" ID="IconEditorWindow.__newIcon"></a>
432 <h4>IconEditorWindow.__newIcon</h4>
433 <b>__newIcon</b>(<i></i>)
434
435 <p>
436 Private slot to create a new icon.
437 </p>
438 <a NAME="IconEditorWindow.__newWindow" ID="IconEditorWindow.__newWindow"></a>
439 <h4>IconEditorWindow.__newWindow</h4>
440 <b>__newWindow</b>(<i></i>)
441
442 <p>
443 Private slot called to open a new icon editor window.
444 </p>
445 <a NAME="IconEditorWindow.__openIcon" ID="IconEditorWindow.__openIcon"></a>
446 <h4>IconEditorWindow.__openIcon</h4>
447 <b>__openIcon</b>(<i></i>)
448
449 <p>
450 Private slot to open an icon file.
451 </p>
452 <a NAME="IconEditorWindow.__saveIcon" ID="IconEditorWindow.__saveIcon"></a>
453 <h4>IconEditorWindow.__saveIcon</h4>
454 <b>__saveIcon</b>(<i></i>)
455
456 <p>
457 Private slot to save the icon.
458 </p>
459 <dl>
460 <dt>Return:</dt>
461 <dd>
462 flag indicating success (boolean)
463 </dd>
464 </dl>
465 <a NAME="IconEditorWindow.__saveIconAs" ID="IconEditorWindow.__saveIconAs"></a>
466 <h4>IconEditorWindow.__saveIconAs</h4>
467 <b>__saveIconAs</b>(<i></i>)
468
469 <p>
470 Private slot to save the icon with a new name.
471 </p>
472 <dl>
473 <dt>Return:</dt>
474 <dd>
475 flag indicating success (boolean)
476 </dd>
477 </dl>
478 <a NAME="IconEditorWindow.__saveIconFile" ID="IconEditorWindow.__saveIconFile"></a>
479 <h4>IconEditorWindow.__saveIconFile</h4>
480 <b>__saveIconFile</b>(<i>fileName</i>)
481
482 <p>
483 Private method to save to the given file.
484 </p>
485 <dl>
486
487 <dt><i>fileName</i></dt>
488 <dd>
489 name of the file to save to (string)
490 </dd>
491 </dl>
492 <dl>
493 <dt>Return:</dt>
494 <dd>
495 flag indicating success (boolean)
496 </dd>
497 </dl>
498 <a NAME="IconEditorWindow.__setCurrentFile" ID="IconEditorWindow.__setCurrentFile"></a>
499 <h4>IconEditorWindow.__setCurrentFile</h4>
500 <b>__setCurrentFile</b>(<i>fileName</i>)
501
502 <p>
503 Private method to register the file name of the current file.
504 </p>
505 <dl>
506
507 <dt><i>fileName</i></dt>
508 <dd>
509 name of the file to register (string)
510 </dd>
511 </dl>
512 <a NAME="IconEditorWindow.__strippedName" ID="IconEditorWindow.__strippedName"></a>
513 <h4>IconEditorWindow.__strippedName</h4>
514 <b>__strippedName</b>(<i>fullFileName</i>)
515
516 <p>
517 Private method to return the filename part of the given path.
518 </p>
519 <dl>
520
521 <dt><i>fullFileName</i></dt>
522 <dd>
523 full pathname of the given file (string)
524 </dd>
525 </dl>
526 <dl>
527 <dt>Return:</dt>
528 <dd>
529 filename part (string)
530 </dd>
531 </dl>
532 <a NAME="IconEditorWindow.__updatePosition" ID="IconEditorWindow.__updatePosition"></a>
533 <h4>IconEditorWindow.__updatePosition</h4>
534 <b>__updatePosition</b>(<i>x, y</i>)
535
536 <p>
537 Private slot to show the current cursor position.
538 </p>
539 <dl>
540
541 <dt><i>x</i></dt>
542 <dd>
543 x-coordinate (integer)
544 </dd>
545 <dt><i>y</i></dt>
546 <dd>
547 y-coordinate (integer)
548 </dd>
549 </dl>
550 <a NAME="IconEditorWindow.__updateSize" ID="IconEditorWindow.__updateSize"></a>
551 <h4>IconEditorWindow.__updateSize</h4>
552 <b>__updateSize</b>(<i>w, h</i>)
553
554 <p>
555 Private slot to show the current icon size.
556 </p>
557 <dl>
558
559 <dt><i>w</i></dt>
560 <dd>
561 width of the icon (integer)
562 </dd>
563 <dt><i>h</i></dt>
564 <dd>
565 height of the icon (integer)
566 </dd>
567 </dl>
568 <a NAME="IconEditorWindow.__updateZoom" ID="IconEditorWindow.__updateZoom"></a>
569 <h4>IconEditorWindow.__updateZoom</h4>
570 <b>__updateZoom</b>(<i></i>)
571
572 <p>
573 Private slot to show the current zoom factor.
574 </p>
575 <a NAME="IconEditorWindow.__whatsThis" ID="IconEditorWindow.__whatsThis"></a>
576 <h4>IconEditorWindow.__whatsThis</h4>
577 <b>__whatsThis</b>(<i></i>)
578
579 <p>
580 Private slot called in to enter Whats This mode.
581 </p>
582 <a NAME="IconEditorWindow.__zoomIn" ID="IconEditorWindow.__zoomIn"></a>
583 <h4>IconEditorWindow.__zoomIn</h4>
584 <b>__zoomIn</b>(<i></i>)
585
586 <p>
587 Private slot called to handle the zoom in action.
588 </p>
589 <a NAME="IconEditorWindow.__zoomOut" ID="IconEditorWindow.__zoomOut"></a>
590 <h4>IconEditorWindow.__zoomOut</h4>
591 <b>__zoomOut</b>(<i></i>)
592
593 <p>
594 Private slot called to handle the zoom out action.
595 </p>
596 <a NAME="IconEditorWindow.__zoomReset" ID="IconEditorWindow.__zoomReset"></a>
597 <h4>IconEditorWindow.__zoomReset</h4>
598 <b>__zoomReset</b>(<i></i>)
599
600 <p>
601 Private slot called to handle the zoom reset action.
602 </p>
603 <a NAME="IconEditorWindow.closeEvent" ID="IconEditorWindow.closeEvent"></a>
604 <h4>IconEditorWindow.closeEvent</h4>
605 <b>closeEvent</b>(<i>evt</i>)
606
607 <p>
608 Protected event handler for the close event.
609 </p>
610 <dl>
611
612 <dt><i>evt</i></dt>
613 <dd>
614 the close event (QCloseEvent)
615 <br />This event is simply accepted after the history has been
616 saved and all window references have been deleted.
617 </dd>
618 </dl>
619 <a NAME="IconEditorWindow.event" ID="IconEditorWindow.event"></a>
620 <h4>IconEditorWindow.event</h4>
621 <b>event</b>(<i>evt</i>)
622
623 <p>
624 Public method handling events.
625 </p>
626 <dl>
627
628 <dt><i>evt</i></dt>
629 <dd>
630 reference to the event (QEvent)
631 </dd>
632 </dl>
633 <dl>
634 <dt>Return:</dt>
635 <dd>
636 flag indicating, if the event was handled (boolean)
637 </dd>
638 </dl>
639 <a NAME="IconEditorWindow.gestureEvent" ID="IconEditorWindow.gestureEvent"></a>
640 <h4>IconEditorWindow.gestureEvent</h4>
641 <b>gestureEvent</b>(<i>evt</i>)
642
643 <p>
644 Protected method handling gesture events.
645 </p>
646 <dl>
647
648 <dt><i>evt</i></dt>
649 <dd>
650 reference to the gesture event (QGestureEvent
651 </dd>
652 </dl>
653 <a NAME="IconEditorWindow.setRecentPaths" ID="IconEditorWindow.setRecentPaths"></a>
654 <h4>IconEditorWindow.setRecentPaths</h4>
655 <b>setRecentPaths</b>(<i>openPath, savePath</i>)
656
657 <p>
658 Public method to set the last open and save paths.
659 </p>
660 <dl>
661
662 <dt><i>openPath</i></dt>
663 <dd>
664 least recently used open path (string)
665 </dd>
666 <dt><i>savePath</i></dt>
667 <dd>
668 least recently used save path (string)
669 </dd>
670 </dl>
671 <a NAME="IconEditorWindow.wheelEvent" ID="IconEditorWindow.wheelEvent"></a>
672 <h4>IconEditorWindow.wheelEvent</h4>
673 <b>wheelEvent</b>(<i>evt</i>)
674
675 <p>
676 Protected method to handle wheel events.
677 </p>
678 <dl>
679
680 <dt><i>evt</i></dt>
681 <dd>
682 reference to the wheel event (QWheelEvent)
683 </dd>
684 </dl>
685 <div align="right"><a href="#top">Up</a></div>
686 <hr />
687 </body></html>

eric ide

mercurial