src/eric7/Documentation/Source/eric7.EricGraphics.EricGraphicsView.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricGraphics.EricGraphicsView.html
--- a/src/eric7/Documentation/Source/eric7.EricGraphics.EricGraphicsView.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricGraphics.EricGraphicsView.html	Tue Dec 19 19:57:08 2023 +0100
@@ -154,13 +154,13 @@
 </p>
 <dl>
 
-<dt><i>scene</i></dt>
+<dt><i>scene</i> (QGraphicsScene)</dt>
 <dd>
-reference to the scene object (QGraphicsScene)
+reference to the scene object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
 </dl>
 <a NAME="EricGraphicsView.__getDiagram" ID="EricGraphicsView.__getDiagram"></a>
@@ -181,10 +181,9 @@
 <dd>
 format for the image file
 </dd>
-<dt><i>filename</i></dt>
+<dt><i>filename</i> (str)</dt>
 <dd>
 name of the file for non pixmaps
-        str
 </dd>
 </dl>
 <dl>
@@ -208,15 +207,21 @@
 </p>
 <dl>
 
-<dt><i>zoom</i></dt>
+<dt><i>zoom</i> (int)</dt>
 <dd>
-zoom factor (integer)
+zoom factor
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of zoom factor (integer)
+index of zoom factor
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricGraphicsView._getDiagramRect" ID="EricGraphicsView._getDiagramRect"></a>
@@ -229,15 +234,21 @@
 </p>
 <dl>
 
-<dt><i>border</i></dt>
+<dt><i>border</i> (int)</dt>
 <dd>
-border width to include in the calculation (integer)
+border width to include in the calculation
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the minimum rectangle (QRectF)
+the minimum rectangle
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QRectF
 </dd>
 </dl>
 <a NAME="EricGraphicsView._getDiagramSize" ID="EricGraphicsView._getDiagramSize"></a>
@@ -249,15 +260,21 @@
 </p>
 <dl>
 
-<dt><i>border</i></dt>
+<dt><i>border</i> (int)</dt>
 <dd>
-border width to include in the calculation (integer)
+border width to include in the calculation
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the minimum size (QSizeF)
+the minimum size
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QSizeF
 </dd>
 </dl>
 <a NAME="EricGraphicsView.autoAdjustSceneSize" ID="EricGraphicsView.autoAdjustSceneSize"></a>
@@ -269,10 +286,10 @@
 </p>
 <dl>
 
-<dt><i>limit</i></dt>
+<dt><i>limit</i> (bool)</dt>
 <dd>
 flag indicating to limit the scene to the
-            initial size (boolean)
+            initial size
 </dd>
 </dl>
 <a NAME="EricGraphicsView.filteredItems" ID="EricGraphicsView.filteredItems"></a>
@@ -284,16 +301,21 @@
 </p>
 <dl>
 
-<dt><i>items</i></dt>
+<dt><i>items</i> (QGraphicsItem)</dt>
 <dd>
 list of items as returned by the scene object
-            (QGraphicsItem)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of interesting collision items (QGraphicsItem)
+list of interesting collision items
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QGraphicsItem
 </dd>
 </dl>
 <a NAME="EricGraphicsView.getBackgroundColor" ID="EricGraphicsView.getBackgroundColor"></a>
@@ -362,14 +384,13 @@
 </p>
 <dl>
 
-<dt><i>printer</i></dt>
+<dt><i>printer</i> (QPrinter)</dt>
 <dd>
 reference to a ready configured printer object
-            (QPrinter)
 </dd>
-<dt><i>diagramName</i></dt>
+<dt><i>diagramName</i> (float)</dt>
 <dd>
-name of the diagram (string)
+name of the diagram
 </dd>
 </dl>
 <a NAME="EricGraphicsView.resizeScene" ID="EricGraphicsView.resizeScene"></a>
@@ -381,13 +402,13 @@
 </p>
 <dl>
 
-<dt><i>amount</i></dt>
+<dt><i>amount</i> (int)</dt>
 <dd>
-size increment (integer)
+size increment
 </dd>
-<dt><i>isWidth</i></dt>
+<dt><i>isWidth</i> (bool)</dt>
 <dd>
-flag indicating width is to be resized (boolean)
+flag indicating width is to be resized
 </dd>
 </dl>
 <a NAME="EricGraphicsView.saveImage" ID="EricGraphicsView.saveImage"></a>
@@ -399,19 +420,25 @@
 </p>
 <dl>
 
-<dt><i>filename</i></dt>
+<dt><i>filename</i> (float)</dt>
 <dd>
-name of the file to write the image to (string)
+name of the file to write the image to
 </dd>
-<dt><i>imageFormat</i></dt>
+<dt><i>imageFormat</i> (float)</dt>
 <dd>
-format for the image file (string)
+format for the image file
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricGraphicsView.setSceneSize" ID="EricGraphicsView.setSceneSize"></a>
@@ -423,13 +450,13 @@
 </p>
 <dl>
 
-<dt><i>width</i></dt>
+<dt><i>width</i> (float)</dt>
 <dd>
-width for the scene (real)
+width for the scene
 </dd>
-<dt><i>height</i></dt>
+<dt><i>height</i> (float)</dt>
 <dd>
-height for the scene (real)
+height for the scene
 </dd>
 </dl>
 <a NAME="EricGraphicsView.setZoom" ID="EricGraphicsView.setZoom"></a>
@@ -441,9 +468,9 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-zoom value in percent (integer)
+zoom value in percent
 </dd>
 </dl>
 <a NAME="EricGraphicsView.zoom" ID="EricGraphicsView.zoom"></a>
@@ -456,7 +483,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-current zoom factor in percent (integer)
+current zoom factor in percent
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricGraphicsView.zoomIn" ID="EricGraphicsView.zoomIn"></a>

eric ide

mercurial