Thu, 14 Jan 2010 18:35:52 +0000
Corrected the version docu and regenerated the source docu.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.Graphics.UMLSceneSizeDialog</title> <style> body { background:white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #4FA4FF; } h2 { color: white; background: #4FA4FF; } h3 { color: white; background: #00557F; } h4 { color: white; background: #00557F; } a { color: #AA5500; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Graphics.UMLSceneSizeDialog</h1> <p> Module implementing a dialog to set the scene sizes. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#UMLSceneSizeDialog">UMLSceneSizeDialog</a></td> <td>Class implementing a dialog to set the scene sizes.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="UMLSceneSizeDialog" ID="UMLSceneSizeDialog"></a> <h2>UMLSceneSizeDialog</h2> <p> Class implementing a dialog to set the scene sizes. </p> <h3>Derived from</h3> QDialog, Ui_UMLSceneSizeDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#UMLSceneSizeDialog.__init__">UMLSceneSizeDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#UMLSceneSizeDialog.getData">getData</a></td> <td>Method to retrieve the entered data.</td> </tr> </table> <a NAME="UMLSceneSizeDialog.__init__" ID="UMLSceneSizeDialog.__init__"></a> <h4>UMLSceneSizeDialog (Constructor)</h4> <b>UMLSceneSizeDialog</b>(<i>w, h, minW, minH, parent = None, name = None</i>) <p> Constructor </p><dl> <dt><i>w</i></dt> <dd> current width of scene (integer) </dd><dt><i>h</i></dt> <dd> current height of scene (integer) </dd><dt><i>minW</i></dt> <dd> minimum width allowed (integer) </dd><dt><i>minH</i></dt> <dd> minimum height allowed (integer) </dd><dt><i>parent</i></dt> <dd> parent widget of this dialog (QWidget) </dd><dt><i>name</i></dt> <dd> name of this widget (QString or string) </dd> </dl><a NAME="UMLSceneSizeDialog.getData" ID="UMLSceneSizeDialog.getData"></a> <h4>UMLSceneSizeDialog.getData</h4> <b>getData</b>(<i></i>) <p> Method to retrieve the entered data. </p><dl> <dt>Returns:</dt> <dd> tuple giving the selected width and height (integer, integer) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>