src/eric7/Documentation/Source/eric7.Graphics.UMLSceneSizeDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9209
b99e7fd55fd3
child 10479
856476537696
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.Graphics.UMLSceneSizeDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.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>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>
<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>

<dt><i>w</i> (int)</dt>
<dd>
current width of scene
</dd>
<dt><i>h</i> (int)</dt>
<dd>
current height of scene
</dd>
<dt><i>minW</i> (int)</dt>
<dd>
minimum width allowed
</dd>
<dt><i>minH</i> (int)</dt>
<dd>
minimum height allowed
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
parent widget of this dialog
</dd>
<dt><i>name</i> (str)</dt>
<dd>
name of this widget
</dd>
</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>
<dt>Return:</dt>
<dd>
tuple giving the selected width and height
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (int, int)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial