122 </tr><tr> |
122 </tr><tr> |
123 <td><a href="#IconEditorWindow.__newIcon">__newIcon</a></td> |
123 <td><a href="#IconEditorWindow.__newIcon">__newIcon</a></td> |
124 <td>Private slot to create a new icon.</td> |
124 <td>Private slot to create a new icon.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#IconEditorWindow.__newWindow">__newWindow</a></td> |
126 <td><a href="#IconEditorWindow.__newWindow">__newWindow</a></td> |
127 <td>Public slot called to open a new icon editor window.</td> |
127 <td>Private slot called to open a new icon editor window.</td> |
128 </tr><tr> |
128 </tr><tr> |
129 <td><a href="#IconEditorWindow.__openIcon">__openIcon</a></td> |
129 <td><a href="#IconEditorWindow.__openIcon">__openIcon</a></td> |
130 <td>Private slot to open an icon file.</td> |
130 <td>Private slot to open an icon file.</td> |
131 </tr><tr> |
131 </tr><tr> |
132 <td><a href="#IconEditorWindow.__saveIcon">__saveIcon</a></td> |
132 <td><a href="#IconEditorWindow.__saveIcon">__saveIcon</a></td> |
164 </tr><tr> |
164 </tr><tr> |
165 <td><a href="#IconEditorWindow.__zoomReset">__zoomReset</a></td> |
165 <td><a href="#IconEditorWindow.__zoomReset">__zoomReset</a></td> |
166 <td>Private slot called to handle the zoom reset action.</td> |
166 <td>Private slot called to handle the zoom reset action.</td> |
167 </tr><tr> |
167 </tr><tr> |
168 <td><a href="#IconEditorWindow.closeEvent">closeEvent</a></td> |
168 <td><a href="#IconEditorWindow.closeEvent">closeEvent</a></td> |
169 <td>Private event handler for the close event.</td> |
169 <td>Protected event handler for the close event.</td> |
170 </tr><tr> |
170 </tr><tr> |
171 <td><a href="#IconEditorWindow.event">event</a></td> |
171 <td><a href="#IconEditorWindow.event">event</a></td> |
172 <td>Protected method handling events.</td> |
172 <td>Public 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> |
177 <td><a href="#IconEditorWindow.setRecentPaths">setRecentPaths</a></td> |
321 Private slot to create a new icon. |
321 Private slot to create a new icon. |
322 </p><a NAME="IconEditorWindow.__newWindow" ID="IconEditorWindow.__newWindow"></a> |
322 </p><a NAME="IconEditorWindow.__newWindow" ID="IconEditorWindow.__newWindow"></a> |
323 <h4>IconEditorWindow.__newWindow</h4> |
323 <h4>IconEditorWindow.__newWindow</h4> |
324 <b>__newWindow</b>(<i></i>) |
324 <b>__newWindow</b>(<i></i>) |
325 <p> |
325 <p> |
326 Public slot called to open a new icon editor window. |
326 Private slot called to open a new icon editor window. |
327 </p><a NAME="IconEditorWindow.__openIcon" ID="IconEditorWindow.__openIcon"></a> |
327 </p><a NAME="IconEditorWindow.__openIcon" ID="IconEditorWindow.__openIcon"></a> |
328 <h4>IconEditorWindow.__openIcon</h4> |
328 <h4>IconEditorWindow.__openIcon</h4> |
329 <b>__openIcon</b>(<i></i>) |
329 <b>__openIcon</b>(<i></i>) |
330 <p> |
330 <p> |
331 Private slot to open an icon file. |
331 Private slot to open an icon file. |
442 Private slot called to handle the zoom reset action. |
442 Private slot called to handle the zoom reset action. |
443 </p><a NAME="IconEditorWindow.closeEvent" ID="IconEditorWindow.closeEvent"></a> |
443 </p><a NAME="IconEditorWindow.closeEvent" ID="IconEditorWindow.closeEvent"></a> |
444 <h4>IconEditorWindow.closeEvent</h4> |
444 <h4>IconEditorWindow.closeEvent</h4> |
445 <b>closeEvent</b>(<i>evt</i>) |
445 <b>closeEvent</b>(<i>evt</i>) |
446 <p> |
446 <p> |
447 Private event handler for the close event. |
447 Protected event handler for the close event. |
448 </p><dl> |
448 </p><dl> |
449 <dt><i>evt</i></dt> |
449 <dt><i>evt</i></dt> |
450 <dd> |
450 <dd> |
451 the close event (QCloseEvent) |
451 the close event (QCloseEvent) |
452 <br />This event is simply accepted after the history has been |
452 <br />This event is simply accepted after the history has been |
454 </dd> |
454 </dd> |
455 </dl><a NAME="IconEditorWindow.event" ID="IconEditorWindow.event"></a> |
455 </dl><a NAME="IconEditorWindow.event" ID="IconEditorWindow.event"></a> |
456 <h4>IconEditorWindow.event</h4> |
456 <h4>IconEditorWindow.event</h4> |
457 <b>event</b>(<i>evt</i>) |
457 <b>event</b>(<i>evt</i>) |
458 <p> |
458 <p> |
459 Protected method handling events. |
459 Public method handling events. |
460 </p><dl> |
460 </p><dl> |
461 <dt><i>evt</i></dt> |
461 <dt><i>evt</i></dt> |
462 <dd> |
462 <dd> |
463 reference to the event (QEvent) |
463 reference to the event (QEvent) |
464 </dd> |
464 </dd> |