--- a/eric6/Documentation/Source/eric6.Graphics.PixmapDiagram.html Tue May 04 19:30:25 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Graphics.PixmapDiagram.html Tue May 04 20:03:40 2021 +0200 @@ -168,17 +168,17 @@ </p> <dl> -<dt><i>pixmap</i></dt> +<dt><i>pixmap</i> (str)</dt> <dd> -filename of a graphics file to show (string) +filename of a graphics file to show </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of the view (QWidget) +parent widget of the view </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the view widget (string) +name of the view widget </dd> </dl> <a NAME="PixmapDiagram.__adjustScrollBar" ID="PixmapDiagram.__adjustScrollBar"></a> @@ -190,13 +190,13 @@ </p> <dl> -<dt><i>scrollBar</i></dt> +<dt><i>scrollBar</i> (QScrollBar)</dt> <dd> -reference to the scrollbar object (QScrollBar) +reference to the scrollbar object </dd> -<dt><i>factor</i></dt> +<dt><i>factor</i> (float)</dt> <dd> -factor to adjust by (float) +factor to adjust by </dd> </dl> <a NAME="PixmapDiagram.__doZoom" ID="PixmapDiagram.__doZoom"></a> @@ -208,9 +208,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="PixmapDiagram.__initActions" ID="PixmapDiagram.__initActions"></a> @@ -243,15 +243,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="PixmapDiagram.__print" ID="PixmapDiagram.__print"></a> @@ -263,9 +269,9 @@ </p> <dl> -<dt><i>printer</i></dt> +<dt><i>printer</i> (QPrinter)</dt> <dd> -reference to the printer object (QPrinter) +reference to the printer object </dd> </dl> <a NAME="PixmapDiagram.__printDiagram" ID="PixmapDiagram.__printDiagram"></a> @@ -291,9 +297,9 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> <a NAME="PixmapDiagram.__showPixmap" ID="PixmapDiagram.__showPixmap"></a> @@ -305,15 +311,21 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -name of the file to be shown (string) +name of the file to be shown </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="PixmapDiagram.__zoom" ID="PixmapDiagram.__zoom"></a> @@ -326,7 +338,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="PixmapDiagram.__zoomIn" ID="PixmapDiagram.__zoomIn"></a> @@ -359,15 +377,21 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QEvent)</dt> <dd> -reference to the event (QEvent) +reference to the event </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating, if the event was handled (boolean) +flag indicating, if the event was handled +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="PixmapDiagram.gestureEvent" ID="PixmapDiagram.gestureEvent"></a> @@ -379,9 +403,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QGestureEvent)</dt> <dd> -reference to the gesture event (QGestureEvent +reference to the gesture event </dd> </dl> <a NAME="PixmapDiagram.getDiagramName" ID="PixmapDiagram.getDiagramName"></a> @@ -397,6 +421,12 @@ name for the diagram </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="PixmapDiagram.getStatus" ID="PixmapDiagram.getStatus"></a> <h4>PixmapDiagram.getStatus</h4> <b>getStatus</b>(<i></i>) @@ -407,7 +437,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating a successful pixmap loading (boolean) +flag indicating a successful pixmap loading +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="PixmapDiagram.wheelEvent" ID="PixmapDiagram.wheelEvent"></a> @@ -419,9 +455,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QWheelEvent)</dt> <dd> -reference to the wheel event (QWheelEvent) +reference to the wheel event </dd> </dl> <div align="right"><a href="#top">Up</a></div>