--- a/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,87 +18,113 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.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 /> +<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>Class Methods</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> +</tr> +<tr> <td><a href="#UMLSceneSizeDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</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> +</p> +<dl> + <dt><i>w</i></dt> <dd> current width of scene (integer) -</dd><dt><i>h</i></dt> +</dd> +<dt><i>h</i></dt> <dd> current height of scene (integer) -</dd><dt><i>minW</i></dt> +</dd> +<dt><i>minW</i></dt> <dd> minimum width allowed (integer) -</dd><dt><i>minH</i></dt> +</dd> +<dt><i>minH</i></dt> <dd> minimum height allowed (integer) -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> parent widget of this dialog (QWidget) -</dd><dt><i>name</i></dt> +</dd> +<dt><i>name</i></dt> <dd> name of this widget (string) </dd> -</dl><a NAME="UMLSceneSizeDialog.getData" ID="UMLSceneSizeDialog.getData"></a> +</dl> +<a NAME="UMLSceneSizeDialog.getData" ID="UMLSceneSizeDialog.getData"></a> <h4>UMLSceneSizeDialog.getData</h4> <b>getData</b>(<i></i>) + <p> Public method to retrieve the entered data. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> tuple giving the selected width and height