Documentation/Source/eric5.Tools.TRPreviewer.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 767
27554f80d08f
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
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> 73 <td><a href="#TRPreviewer.__init__">TRPreviewer</a></td>
70 <td>Constructor</td> 74 <td>Constructor</td>
109 <td>Public slot to activate a translation.</td> 113 <td>Public slot to activate a translation.</td>
110 </tr><tr> 114 </tr><tr>
111 <td><a href="#TRPreviewer.show">show</a></td> 115 <td><a href="#TRPreviewer.show">show</a></td>
112 <td>Public slot to show this dialog.</td> 116 <td>Public slot to show this dialog.</td>
113 </tr> 117 </tr>
118 </table>
119 <h3>Static Methods</h3>
120 <table>
121 <tr><td>None</td></tr>
114 </table> 122 </table>
115 <a NAME="TRPreviewer.__init__" ID="TRPreviewer.__init__"></a> 123 <a NAME="TRPreviewer.__init__" ID="TRPreviewer.__init__"></a>
116 <h4>TRPreviewer (Constructor)</h4> 124 <h4>TRPreviewer (Constructor)</h4>
117 <b>TRPreviewer</b>(<i>filenames = [], parent = None, name = None</i>) 125 <b>TRPreviewer</b>(<i>filenames = [], parent = None, name = None</i>)
118 <p> 126 <p>
224 object 232 object
225 <h3>Class Attributes</h3> 233 <h3>Class Attributes</h3>
226 <table> 234 <table>
227 <tr><td>None</td></tr> 235 <tr><td>None</td></tr>
228 </table> 236 </table>
237 <h3>Class Methods</h3>
238 <table>
239 <tr><td>None</td></tr>
240 </table>
229 <h3>Methods</h3> 241 <h3>Methods</h3>
230 <table> 242 <table>
231 <tr> 243 <tr>
232 <td><a href="#Translation.__init__">Translation</a></td> 244 <td><a href="#Translation.__init__">Translation</a></td>
233 <td>Constructor</td> 245 <td>Constructor</td>
234 </tr> 246 </tr>
247 </table>
248 <h3>Static Methods</h3>
249 <table>
250 <tr><td>None</td></tr>
235 </table> 251 </table>
236 <a NAME="Translation.__init__" ID="Translation.__init__"></a> 252 <a NAME="Translation.__init__" ID="Translation.__init__"></a>
237 <h4>Translation (Constructor)</h4> 253 <h4>Translation (Constructor)</h4>
238 <b>Translation</b>(<i></i>) 254 <b>Translation</b>(<i></i>)
239 <p> 255 <p>
243 <hr /><hr /> 259 <hr /><hr />
244 <a NAME="TranslationsDict" ID="TranslationsDict"></a> 260 <a NAME="TranslationsDict" ID="TranslationsDict"></a>
245 <h2>TranslationsDict</h2> 261 <h2>TranslationsDict</h2>
246 <p> 262 <p>
247 Class to store all loaded translations. 263 Class to store all loaded translations.
248 </p><h4>Signals</h4> 264 </p><h3>Signals</h3>
249 <dl> 265 <dl>
250 <dt>translationChanged()</dt> 266 <dt>translationChanged()</dt>
251 <dd> 267 <dd>
252 emit after a translator was set 268 emit after a translator was set
253 </dd> 269 </dd>
256 QObject 272 QObject
257 <h3>Class Attributes</h3> 273 <h3>Class Attributes</h3>
258 <table> 274 <table>
259 <tr><td>None</td></tr> 275 <tr><td>None</td></tr>
260 </table> 276 </table>
277 <h3>Class Methods</h3>
278 <table>
279 <tr><td>None</td></tr>
280 </table>
261 <h3>Methods</h3> 281 <h3>Methods</h3>
262 <table> 282 <table>
263 <tr> 283 <tr>
264 <td><a href="#TranslationsDict.__init__">TranslationsDict</a></td> 284 <td><a href="#TranslationsDict.__init__">TranslationsDict</a></td>
265 <td>Constructor</td> 285 <td>Constructor</td>
295 <td>Public method to reload all translators.</td> 315 <td>Public method to reload all translators.</td>
296 </tr><tr> 316 </tr><tr>
297 <td><a href="#TranslationsDict.set">set</a></td> 317 <td><a href="#TranslationsDict.set">set</a></td>
298 <td>Public slot to set a translator by name.</td> 318 <td>Public slot to set a translator by name.</td>
299 </tr> 319 </tr>
320 </table>
321 <h3>Static Methods</h3>
322 <table>
323 <tr><td>None</td></tr>
300 </table> 324 </table>
301 <a NAME="TranslationsDict.__init__" ID="TranslationsDict.__init__"></a> 325 <a NAME="TranslationsDict.__init__" ID="TranslationsDict.__init__"></a>
302 <h4>TranslationsDict (Constructor)</h4> 326 <h4>TranslationsDict (Constructor)</h4>
303 <b>TranslationsDict</b>(<i>selector, parent</i>) 327 <b>TranslationsDict</b>(<i>selector, parent</i>)
304 <p> 328 <p>
459 <hr /><hr /> 483 <hr /><hr />
460 <a NAME="WidgetArea" ID="WidgetArea"></a> 484 <a NAME="WidgetArea" ID="WidgetArea"></a>
461 <h2>WidgetArea</h2> 485 <h2>WidgetArea</h2>
462 <p> 486 <p>
463 Specialized MDI area to show the loaded widgets. 487 Specialized MDI area to show the loaded widgets.
464 </p><h4>Signals</h4> 488 </p><h3>Signals</h3>
465 <dl> 489 <dl>
466 <dt>lastWidgetClosed()</dt> 490 <dt>lastWidgetClosed()</dt>
467 <dd> 491 <dd>
468 emitted after last widget was closed 492 emitted after last widget was closed
469 </dd> 493 </dd>
472 QMdiArea 496 QMdiArea
473 <h3>Class Attributes</h3> 497 <h3>Class Attributes</h3>
474 <table> 498 <table>
475 <tr><td>None</td></tr> 499 <tr><td>None</td></tr>
476 </table> 500 </table>
501 <h3>Class Methods</h3>
502 <table>
503 <tr><td>None</td></tr>
504 </table>
477 <h3>Methods</h3> 505 <h3>Methods</h3>
478 <table> 506 <table>
479 <tr> 507 <tr>
480 <td><a href="#WidgetArea.__init__">WidgetArea</a></td> 508 <td><a href="#WidgetArea.__init__">WidgetArea</a></td>
481 <td>Constructor</td> 509 <td>Constructor</td>
505 <td>Public method to set up the widgets part of the Window menu.</td> 533 <td>Public method to set up the widgets part of the Window menu.</td>
506 </tr><tr> 534 </tr><tr>
507 <td><a href="#WidgetArea.toggleSelectedWidget">toggleSelectedWidget</a></td> 535 <td><a href="#WidgetArea.toggleSelectedWidget">toggleSelectedWidget</a></td>
508 <td>Public method to handle the toggle of a window.</td> 536 <td>Public method to handle the toggle of a window.</td>
509 </tr> 537 </tr>
538 </table>
539 <h3>Static Methods</h3>
540 <table>
541 <tr><td>None</td></tr>
510 </table> 542 </table>
511 <a NAME="WidgetArea.__init__" ID="WidgetArea.__init__"></a> 543 <a NAME="WidgetArea.__init__" ID="WidgetArea.__init__"></a>
512 <h4>WidgetArea (Constructor)</h4> 544 <h4>WidgetArea (Constructor)</h4>
513 <b>WidgetArea</b>(<i>parent = None</i>) 545 <b>WidgetArea</b>(<i>parent = None</i>)
514 <p> 546 <p>
623 QWidget 655 QWidget
624 <h3>Class Attributes</h3> 656 <h3>Class Attributes</h3>
625 <table> 657 <table>
626 <tr><td>None</td></tr> 658 <tr><td>None</td></tr>
627 </table> 659 </table>
660 <h3>Class Methods</h3>
661 <table>
662 <tr><td>None</td></tr>
663 </table>
628 <h3>Methods</h3> 664 <h3>Methods</h3>
629 <table> 665 <table>
630 <tr> 666 <tr>
631 <td><a href="#WidgetView.__init__">WidgetView</a></td> 667 <td><a href="#WidgetView.__init__">WidgetView</a></td>
632 <td>Constructor</td> 668 <td>Constructor</td>
641 <td>Public method to return the validity of this widget view.</td> 677 <td>Public method to return the validity of this widget view.</td>
642 </tr><tr> 678 </tr><tr>
643 <td><a href="#WidgetView.uiFileName">uiFileName</a></td> 679 <td><a href="#WidgetView.uiFileName">uiFileName</a></td>
644 <td>Public method to retrieve the name of the UI file.</td> 680 <td>Public method to retrieve the name of the UI file.</td>
645 </tr> 681 </tr>
682 </table>
683 <h3>Static Methods</h3>
684 <table>
685 <tr><td>None</td></tr>
646 </table> 686 </table>
647 <a NAME="WidgetView.__init__" ID="WidgetView.__init__"></a> 687 <a NAME="WidgetView.__init__" ID="WidgetView.__init__"></a>
648 <h4>WidgetView (Constructor)</h4> 688 <h4>WidgetView (Constructor)</h4>
649 <b>WidgetView</b>(<i>uiFileName, parent = None, name = None</i>) 689 <b>WidgetView</b>(<i>uiFileName, parent = None, name = None</i>)
650 <p> 690 <p>

eric ide

mercurial