Documentation/Source/eric5.Tools.TRPreviewer.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
61 QMainWindow 61 QMainWindow
62 <h3>Class Attributes</h3> 62 <h3>Class Attributes</h3>
63 <table> 63 <table>
64 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
65 </table> 65 </table>
66 <h3>Class Methods</h3>
67 <table>
68 <tr><td>None</td></tr>
69 </table>
66 <h3>Methods</h3> 70 <h3>Methods</h3>
67 <table> 71 <table>
68 <tr> 72 <tr>
69 <td><a href="#TRPreviewer.__init__">TRPreviewer</a></td>
70 <td>Constructor</td>
71 </tr><tr>
72 <td><a href="#TRPreviewer.__about">__about</a></td> 73 <td><a href="#TRPreviewer.__about">__about</a></td>
73 <td>Private slot to show the about information.</td> 74 <td>Private slot to show the about information.</td>
74 </tr><tr> 75 </tr><tr>
75 <td><a href="#TRPreviewer.__aboutQt">__aboutQt</a></td> 76 <td><a href="#TRPreviewer.__aboutQt">__aboutQt</a></td>
76 <td>Private slot to show info about Qt.</td> 77 <td>Private slot to show info about Qt.</td>
109 <td>Public slot to activate a translation.</td> 110 <td>Public slot to activate a translation.</td>
110 </tr><tr> 111 </tr><tr>
111 <td><a href="#TRPreviewer.show">show</a></td> 112 <td><a href="#TRPreviewer.show">show</a></td>
112 <td>Public slot to show this dialog.</td> 113 <td>Public slot to show this dialog.</td>
113 </tr> 114 </tr>
115 </table>
116 <h3>Static Methods</h3>
117 <table>
118 <tr><td>None</td></tr>
114 </table> 119 </table>
115 <a NAME="TRPreviewer.__init__" ID="TRPreviewer.__init__"></a> 120 <a NAME="TRPreviewer.__init__" ID="TRPreviewer.__init__"></a>
116 <h4>TRPreviewer (Constructor)</h4> 121 <h4>TRPreviewer (Constructor)</h4>
117 <b>TRPreviewer</b>(<i>filenames=[], parent=None, name=None</i>) 122 <b>TRPreviewer</b>(<i>filenames=[], parent=None, name=None</i>)
118 <p> 123 <p>
224 object 229 object
225 <h3>Class Attributes</h3> 230 <h3>Class Attributes</h3>
226 <table> 231 <table>
227 <tr><td>None</td></tr> 232 <tr><td>None</td></tr>
228 </table> 233 </table>
234 <h3>Class Methods</h3>
235 <table>
236 <tr><td>None</td></tr>
237 </table>
229 <h3>Methods</h3> 238 <h3>Methods</h3>
230 <table> 239 <table>
231 <tr> 240 <tr><td>None</td></tr>
232 <td><a href="#Translation.__init__">Translation</a></td> 241 </table>
233 <td>Constructor</td> 242 <h3>Static Methods</h3>
234 </tr> 243 <table>
244 <tr><td>None</td></tr>
235 </table> 245 </table>
236 <a NAME="Translation.__init__" ID="Translation.__init__"></a> 246 <a NAME="Translation.__init__" ID="Translation.__init__"></a>
237 <h4>Translation (Constructor)</h4> 247 <h4>Translation (Constructor)</h4>
238 <b>Translation</b>(<i></i>) 248 <b>Translation</b>(<i></i>)
239 <p> 249 <p>
243 <hr /><hr /> 253 <hr /><hr />
244 <a NAME="TranslationsDict" ID="TranslationsDict"></a> 254 <a NAME="TranslationsDict" ID="TranslationsDict"></a>
245 <h2>TranslationsDict</h2> 255 <h2>TranslationsDict</h2>
246 <p> 256 <p>
247 Class to store all loaded translations. 257 Class to store all loaded translations.
248 </p><h4>Signals</h4> 258 </p><h3>Signals</h3>
249 <dl> 259 <dl>
250 <dt>translationChanged()</dt> 260 <dt>translationChanged()</dt>
251 <dd> 261 <dd>
252 emit after a translator was set 262 emit after a translator was set
253 </dd> 263 </dd>
256 QObject 266 QObject
257 <h3>Class Attributes</h3> 267 <h3>Class Attributes</h3>
258 <table> 268 <table>
259 <tr><td>None</td></tr> 269 <tr><td>None</td></tr>
260 </table> 270 </table>
271 <h3>Class Methods</h3>
272 <table>
273 <tr><td>None</td></tr>
274 </table>
261 <h3>Methods</h3> 275 <h3>Methods</h3>
262 <table> 276 <table>
263 <tr> 277 <tr>
264 <td><a href="#TranslationsDict.__init__">TranslationsDict</a></td>
265 <td>Constructor</td>
266 </tr><tr>
267 <td><a href="#TranslationsDict.__del">__del</a></td> 278 <td><a href="#TranslationsDict.__del">__del</a></td>
268 <td>Private method to delete a translator from the list of available translators.</td> 279 <td>Private method to delete a translator from the list of available translators.</td>
269 </tr><tr> 280 </tr><tr>
270 <td><a href="#TranslationsDict.__findFileName">__findFileName</a></td> 281 <td><a href="#TranslationsDict.__findFileName">__findFileName</a></td>
271 <td>Private method to find a translation by file name.</td> 282 <td>Private method to find a translation by file name.</td>
295 <td>Public method to reload all translators.</td> 306 <td>Public method to reload all translators.</td>
296 </tr><tr> 307 </tr><tr>
297 <td><a href="#TranslationsDict.set">set</a></td> 308 <td><a href="#TranslationsDict.set">set</a></td>
298 <td>Public slot to set a translator by name.</td> 309 <td>Public slot to set a translator by name.</td>
299 </tr> 310 </tr>
311 </table>
312 <h3>Static Methods</h3>
313 <table>
314 <tr><td>None</td></tr>
300 </table> 315 </table>
301 <a NAME="TranslationsDict.__init__" ID="TranslationsDict.__init__"></a> 316 <a NAME="TranslationsDict.__init__" ID="TranslationsDict.__init__"></a>
302 <h4>TranslationsDict (Constructor)</h4> 317 <h4>TranslationsDict (Constructor)</h4>
303 <b>TranslationsDict</b>(<i>selector, parent</i>) 318 <b>TranslationsDict</b>(<i>selector, parent</i>)
304 <p> 319 <p>
459 <hr /><hr /> 474 <hr /><hr />
460 <a NAME="WidgetArea" ID="WidgetArea"></a> 475 <a NAME="WidgetArea" ID="WidgetArea"></a>
461 <h2>WidgetArea</h2> 476 <h2>WidgetArea</h2>
462 <p> 477 <p>
463 Specialized MDI area to show the loaded widgets. 478 Specialized MDI area to show the loaded widgets.
464 </p><h4>Signals</h4> 479 </p><h3>Signals</h3>
465 <dl> 480 <dl>
466 <dt>lastWidgetClosed()</dt> 481 <dt>lastWidgetClosed()</dt>
467 <dd> 482 <dd>
468 emitted after last widget was closed 483 emitted after last widget was closed
469 </dd> 484 </dd>
472 QMdiArea 487 QMdiArea
473 <h3>Class Attributes</h3> 488 <h3>Class Attributes</h3>
474 <table> 489 <table>
475 <tr><td>None</td></tr> 490 <tr><td>None</td></tr>
476 </table> 491 </table>
492 <h3>Class Methods</h3>
493 <table>
494 <tr><td>None</td></tr>
495 </table>
477 <h3>Methods</h3> 496 <h3>Methods</h3>
478 <table> 497 <table>
479 <tr> 498 <tr>
480 <td><a href="#WidgetArea.__init__">WidgetArea</a></td>
481 <td>Constructor</td>
482 </tr><tr>
483 <td><a href="#WidgetArea.__findWidget">__findWidget</a></td> 499 <td><a href="#WidgetArea.__findWidget">__findWidget</a></td>
484 <td>Private method to find a specific widget view.</td> 500 <td>Private method to find a specific widget view.</td>
485 </tr><tr> 501 </tr><tr>
486 <td><a href="#WidgetArea.__toggleWidget">__toggleWidget</a></td> 502 <td><a href="#WidgetArea.__toggleWidget">__toggleWidget</a></td>
487 <td>Private method to toggle a workspace window.</td> 503 <td>Private method to toggle a workspace window.</td>
505 <td>Public method to set up the widgets part of the Window menu.</td> 521 <td>Public method to set up the widgets part of the Window menu.</td>
506 </tr><tr> 522 </tr><tr>
507 <td><a href="#WidgetArea.toggleSelectedWidget">toggleSelectedWidget</a></td> 523 <td><a href="#WidgetArea.toggleSelectedWidget">toggleSelectedWidget</a></td>
508 <td>Public method to handle the toggle of a window.</td> 524 <td>Public method to handle the toggle of a window.</td>
509 </tr> 525 </tr>
526 </table>
527 <h3>Static Methods</h3>
528 <table>
529 <tr><td>None</td></tr>
510 </table> 530 </table>
511 <a NAME="WidgetArea.__init__" ID="WidgetArea.__init__"></a> 531 <a NAME="WidgetArea.__init__" ID="WidgetArea.__init__"></a>
512 <h4>WidgetArea (Constructor)</h4> 532 <h4>WidgetArea (Constructor)</h4>
513 <b>WidgetArea</b>(<i>parent=None</i>) 533 <b>WidgetArea</b>(<i>parent=None</i>)
514 <p> 534 <p>
623 QWidget 643 QWidget
624 <h3>Class Attributes</h3> 644 <h3>Class Attributes</h3>
625 <table> 645 <table>
626 <tr><td>None</td></tr> 646 <tr><td>None</td></tr>
627 </table> 647 </table>
648 <h3>Class Methods</h3>
649 <table>
650 <tr><td>None</td></tr>
651 </table>
628 <h3>Methods</h3> 652 <h3>Methods</h3>
629 <table> 653 <table>
630 <tr> 654 <tr>
631 <td><a href="#WidgetView.__init__">WidgetView</a></td>
632 <td>Constructor</td>
633 </tr><tr>
634 <td><a href="#WidgetView.__rebuildWidget">__rebuildWidget</a></td> 655 <td><a href="#WidgetView.__rebuildWidget">__rebuildWidget</a></td>
635 <td>Private method to schedule a rebuild of the widget.</td> 656 <td>Private method to schedule a rebuild of the widget.</td>
636 </tr><tr> 657 </tr><tr>
637 <td><a href="#WidgetView.buildWidget">buildWidget</a></td> 658 <td><a href="#WidgetView.buildWidget">buildWidget</a></td>
638 <td>Public slot to load a UI file.</td> 659 <td>Public slot to load a UI file.</td>
641 <td>Public method to return the validity of this widget view.</td> 662 <td>Public method to return the validity of this widget view.</td>
642 </tr><tr> 663 </tr><tr>
643 <td><a href="#WidgetView.uiFileName">uiFileName</a></td> 664 <td><a href="#WidgetView.uiFileName">uiFileName</a></td>
644 <td>Public method to retrieve the name of the UI file.</td> 665 <td>Public method to retrieve the name of the UI file.</td>
645 </tr> 666 </tr>
667 </table>
668 <h3>Static Methods</h3>
669 <table>
670 <tr><td>None</td></tr>
646 </table> 671 </table>
647 <a NAME="WidgetView.__init__" ID="WidgetView.__init__"></a> 672 <a NAME="WidgetView.__init__" ID="WidgetView.__init__"></a>
648 <h4>WidgetView (Constructor)</h4> 673 <h4>WidgetView (Constructor)</h4>
649 <b>WidgetView</b>(<i>uiFileName, parent=None, name=None</i>) 674 <b>WidgetView</b>(<i>uiFileName, parent=None, name=None</i>)
650 <p> 675 <p>

eric ide

mercurial