Documentation/Source/eric6.E5Graphics.E5GraphicsView.html

changeset 5606
da305d172769
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.E5Graphics.E5GraphicsView.html	Sat Mar 11 19:17:59 2017 +0100
+++ b/Documentation/Source/eric6.E5Graphics.E5GraphicsView.html	Sat Mar 11 19:18:57 2017 +0100
@@ -131,7 +131,7 @@
 </dd>
 </dl><a NAME="E5GraphicsView.__getDiagram" ID="E5GraphicsView.__getDiagram"></a>
 <h4>E5GraphicsView.__getDiagram</h4>
-<b>__getDiagram</b>(<i>rect, format="PNG", filename=None</i>)
+<b>__getDiagram</b>(<i>rect, imageFormat="PNG", filename=None</i>)
 <p>
         Private method to retrieve the diagram from the scene fitting it
         in the minimum rectangle.
@@ -139,7 +139,7 @@
 <dt><i>rect</i></dt>
 <dd>
 minimum rectangle fitting the diagram (QRectF)
-</dd><dt><i>format</i></dt>
+</dd><dt><i>imageFormat</i></dt>
 <dd>
 format for the image file (string)
 </dd><dt><i>filename</i></dt>
@@ -253,14 +253,14 @@
 </dd>
 </dl><a NAME="E5GraphicsView.saveImage" ID="E5GraphicsView.saveImage"></a>
 <h4>E5GraphicsView.saveImage</h4>
-<b>saveImage</b>(<i>filename, format="PNG"</i>)
+<b>saveImage</b>(<i>filename, imageFormat="PNG"</i>)
 <p>
         Public method to save the scene to a file.
 </p><dl>
 <dt><i>filename</i></dt>
 <dd>
 name of the file to write the image to (string)
-</dd><dt><i>format</i></dt>
+</dd><dt><i>imageFormat</i></dt>
 <dd>
 format for the image file (string)
 </dd>

eric ide

mercurial